1. 08 10月, 2013 7 次提交
  2. 10 9月, 2013 2 次提交
  3. 09 9月, 2013 2 次提交
  4. 02 9月, 2013 1 次提交
    • L
      shared.scripts.virtio_console_guest: Fix problem with async mode · d1f302b3
      Lukáš Doktor 提交于
      The bacground process was likely to be killed by SIGIO while setting
      port to async mode. This was due of bad workflow, where first the
      port was set to async mode, than the the new SIGIO handler was set.
      
      With this version when we set async mode, we fist add the SIGIO
      handler and then set the port to async mode.
      
      When we are setting the port back, the order is the opposite, so
      first the port is set to sync mode and then we remove the SIGIO
      handler.
      
      Additionally the workaround with test_delete_guest_script() was
      removed as it's fixed by this patch.
      
      NOTE: You have to remove the previous /tmp/virtio_console_guest.py*
            in order to let virtio_console test to copy this updated one!
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      d1f302b3
  5. 25 7月, 2013 1 次提交
  6. 10 4月, 2013 2 次提交
  7. 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
  8. 13 3月, 2013 2 次提交
  9. 12 3月, 2013 1 次提交
  10. 22 2月, 2013 5 次提交
  11. 07 2月, 2013 2 次提交
  12. 25 12月, 2012 2 次提交
  13. 04 12月, 2012 2 次提交
  14. 02 12月, 2012 1 次提交
  15. 29 11月, 2012 1 次提交
  16. 20 11月, 2012 1 次提交
  17. 26 10月, 2012 2 次提交
  18. 23 10月, 2012 5 次提交