1. 13 4月, 2018 1 次提交
  2. 11 4月, 2018 2 次提交
  3. 09 4月, 2018 1 次提交
  4. 06 6月, 2017 1 次提交
  5. 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
  6. 18 9月, 2015 1 次提交
  7. 23 6月, 2015 1 次提交
  8. 18 11月, 2014 1 次提交
  9. 01 5月, 2014 1 次提交
  10. 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
  11. 10 12月, 2013 1 次提交
  12. 08 11月, 2013 1 次提交
  13. 04 11月, 2013 1 次提交
  14. 04 10月, 2013 1 次提交
  15. 10 9月, 2013 1 次提交
  16. 09 9月, 2013 1 次提交
    • L
      PEP8 mass fixes · 2017db91
      Lucas Meneghel Rodrigues 提交于
      With the help of the PEP8 script, a semi-automated clean
      of the code base was made, and effectively changing some
      of the coding style rules of our code base:
      
       * No more 2 lines spacing among functions
       * No more combined module imports
      
      In the end, it was going to be too difficult to take
      into consideration E501 (line length > 80) errors and
      W601 (.has_key() is deprecated), so these were ignored,
      at least for now.
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      2017db91
  17. 07 8月, 2013 1 次提交
    • M
      rv_connect: SSL, audio, smartcard, ipv6, menu updates. · 4da49f5d
      Marian Krcmarik 提交于
      - remove kill_all function
      - support for 4 tests for host subject values for ssl tests
       Testing: valid explicit host subject value, valid implicit host subject value,
       invalid explicit host subject value, invalid implicit host subject value.
      - enable connecting using menu and not cli
       Done by adding a new parameter (rv_menu) and handling it accordingly
       Also renames and modifies send_ticket(), as this function is now
       more generic and allows sending of arbitrary strings; the new
       function might later be moved to qemu_vm.py or some utils
      - add support for disable audio option
      - add support for smartcard options
      - add possibility to connect to ipv6 address
      Signed-off-by: NTomas Jamrisko <tjamrisk@redhat.com>
      Signed-off-by: NVimal Patel <vipatel@redhat.com>
      Signed-off-by: NMarian Krcmarik <mkrcmari@redhat.com>
      4da49f5d
  18. 27 3月, 2013 1 次提交
  19. 04 3月, 2013 1 次提交
  20. 29 12月, 2012 1 次提交
  21. 24 12月, 2012 2 次提交
  22. 06 12月, 2012 1 次提交
  23. 09 10月, 2012 1 次提交
  24. 02 10月, 2012 2 次提交
  25. 07 9月, 2012 2 次提交