1. 02 1月, 2018 1 次提交
  2. 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
  3. 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
  4. 01 11月, 2013 1 次提交
  5. 04 10月, 2013 1 次提交
  6. 10 9月, 2013 1 次提交
  7. 09 9月, 2013 2 次提交
  8. 02 9月, 2013 1 次提交
    • Y
      qemu.tests: Add a numa basic test · 67e4b059
      Yiqiao Pu 提交于
      Get host numa topology. Start and bind guest to the cpu in each node
      one by one. Then check the memory status for qemu process.
      The qemu process should mainly used the memory from the node that it
      is binded to.
      Signed-off-by: NYiqiao Pu <ypu@redhat.com>
      67e4b059