1. 13 12月, 2017 1 次提交
  2. 06 9月, 2017 1 次提交
  3. 21 9月, 2015 1 次提交
    • L
      tp-qemu: Import cleanups · 288ce897
      Lucas Meneghel Rodrigues 提交于
      Clean up imports across the board in tp-qemu. The criteria
      followed was:
      
      1) Remove unnecessary imports
      2) Turn multi imports from a single entry point to one
         import per line. This increases both patch and
         source code readability.
      3) Separate blocks of imports with a line:
         * Python standard library imports
         * Autotest imports
         * virttest imports
         * Internal tp-qemu imports
      4) Remove try/except blocks refering autotest libs and
         stick with the virttest.staging copy
      
      This paves the way for the future removal of autotest
      references, replacing those references with avocado ones.
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      288ce897
  4. 19 12月, 2013 1 次提交
    • C
      virt: change test entry point method name · 6124219f
      Cleber Rosa 提交于
      There's no need to have the name of the "run_<name>" method (main
      test entry point) depend on the test name. So, for simplicity sake,
      let's just name the test entry point "run".
      
      I have decided to not fallback gracefully to the previous naming
      convention as I believe this can lead to confusion in the future.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      6124219f
  5. 10 9月, 2013 1 次提交
  6. 09 9月, 2013 2 次提交
  7. 15 8月, 2013 1 次提交
    • X
      qemu.test: rename parameter md5sum · 24c81486
      Xu Tian 提交于
      parameter 'md5sum' in test configuration file will conflict with
      cdrom iso md5sum parameter, and it will caused md5sum mismatch error
      when re-create(env_process.preprocess_vm) VM in test script, so rename
      it;
      Signed-off-by: NXu Tian <xutian@redhat.com>
      24c81486
  8. 07 8月, 2013 1 次提交
  9. 06 6月, 2013 2 次提交