1. 31 10月, 2018 1 次提交
  2. 19 4月, 2018 1 次提交
  3. 13 4月, 2018 1 次提交
  4. 12 4月, 2018 1 次提交
  5. 04 4月, 2018 1 次提交
  6. 26 2月, 2018 1 次提交
  7. 21 9月, 2017 1 次提交
  8. 09 8月, 2017 1 次提交
  9. 24 4月, 2017 1 次提交
  10. 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
  11. 03 3月, 2015 1 次提交
  12. 30 1月, 2015 1 次提交
  13. 21 5月, 2014 1 次提交
  14. 01 5月, 2014 1 次提交
  15. 06 2月, 2014 1 次提交
  16. 31 1月, 2014 1 次提交
  17. 19 12月, 2013 2 次提交
  18. 01 11月, 2013 2 次提交
  19. 16 10月, 2013 1 次提交
  20. 10 9月, 2013 1 次提交
  21. 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
  22. 10 6月, 2013 1 次提交
  23. 06 6月, 2013 2 次提交
  24. 08 5月, 2013 1 次提交
  25. 04 4月, 2013 1 次提交
    • L
      qemu.tests: Use params[] for required params · a9f0d2c5
      Lukáš Doktor 提交于
      This patch benefits from the better error message when key is missing
      in config params. Instead of custom handling of missing param it
      uses params[] directly.
      
      I modified those params, where I was 100% certain that they are
      required and doesn't have default value:
       * val = params.get(..) followed by if not val: raise...
       * int(params.get(...))
       * params.get(...).split()
       * commands which require string (eg. session.cmd(params.get(...)))
      
      I didn't test all the tests before and after in order to verify
      possible typos but I used pylint before and after, watching for
      new errors (code rate before and after).
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      a9f0d2c5
  26. 20 1月, 2013 1 次提交
  27. 03 1月, 2013 1 次提交
  28. 29 12月, 2012 1 次提交
  29. 25 12月, 2012 1 次提交
  30. 17 12月, 2012 1 次提交
  31. 26 10月, 2012 1 次提交
  32. 07 9月, 2012 2 次提交