1. 02 9月, 2013 1 次提交
  2. 06 6月, 2013 1 次提交
  3. 15 5月, 2013 3 次提交
  4. 08 5月, 2013 4 次提交
  5. 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
  6. 25 12月, 2012 1 次提交
  7. 25 10月, 2012 2 次提交
    • Q
      KVM Test: Add some basic tests for qemu guest agent · bb019688
      Qingtang Zhou 提交于
      This patch contains several test cases:
       * Execute "guest-sync" command to guest agent
       * Halt guest with command "guest-shutdown"
       * Reboot guest with command "guest-shutdown"
       * Shutdown guest with command "guest-shutdown"
       * Check the guest status with command "guest-fsfreeze-status"
       * Freeze guest with command "guest-fsfreeze-freeze"
       * Thaw guest with command "guest-fsfreeze-thaw"
      
      Changes from V2:
       * Add some hook method which can inject test steps in
         guest fsfreeze testing.
         The methods are:
          - _action_before_fsfreeze
          - _action_after_fsfreeze
          - _action_before_fsthaw
          - _action_after_fsthaw
      Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
      bb019688
    • Q
      KVM Test: Update qemu guest agent test case · 7d7332a7
      Qingtang Zhou 提交于
      Create a new class QemuGuestAgentTest which contains
      qemu guest agent installation/startup action.
      Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
      7d7332a7
  8. 19 9月, 2012 1 次提交
  9. 07 9月, 2012 2 次提交