1. 29 12月, 2012 2 次提交
  2. 25 12月, 2012 1 次提交
  3. 24 12月, 2012 7 次提交
  4. 21 12月, 2012 3 次提交
    • A
      netperf: enable demo mode · 1ab28575
      Amos Kong 提交于
      Enable demo mode of netperf, process mixed demo results to drop
      unstable factors, only compute the effective demo results when
      all the threads work. This would make performance result more
      stable.
      
      We start many clients and watch the demo output, if all the threads
      really work, then start to record the interrupt/packet number, and
      count the cpu usage. After a fixed test time, record the final
      interrupt/packet number.
      Signed-off-by: NAmos Kong <akong@redhat.com>
      1ab28575
    • A
      netperf: replace '-b' parameter with multiple threads · 55d380b0
      Amos Kong 提交于
      Currently we use '-b' parameter of netperf to test parallel traffic,
      client would send many requests at start of _RR tests, but it's not
      real parallelism, we want to use demo mode to improve the
      stabilization. This patch removes '-b' parameter and uses multiple
      threads for TCP_RR testing.
      Signed-off-by: NAmos Kong <akong@redhat.com>
      55d380b0
    • A
      netperf: trivial fix of parameter name · 0aca5b6d
      Amos Kong 提交于
      Rename 'client' to 'clients'
      Signed-off-by: NAmos Kong <akong@redhat.com>
      0aca5b6d
  5. 19 12月, 2012 1 次提交
  6. 18 12月, 2012 7 次提交
  7. 17 12月, 2012 1 次提交
  8. 12 12月, 2012 1 次提交
  9. 06 12月, 2012 3 次提交
  10. 05 12月, 2012 2 次提交
    • L
      Introduce vm.verify_userspace_crash() · e78e1101
      Lucas Meneghel Rodrigues 提交于
      In order to capture any qemu crashes, introduce a method
      that scans qemu output and throws an error if a core dump
      condition is found.
      
      Improve verify_alive() by calling this function, among
      others, and add a check on two of the most called functions
      of the framework: vm.wait_for_login() and
      vm.wait_for_serial_login().
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      e78e1101
    • L
      virt.virt_env_process: fail tests due to guest screen inactivity · 68dbaee6
      Lucas Meneghel Rodrigues 提交于
      In a very specific test (unattended_install), all OEM installer
      mechanism will present intense guest screen activity, so screen
      inactivity for a relatively long time almost always mean something
      went very wrong and the installer is stuck.
      
      So create a mechanism to detect screen inactivity for any vm that
      takes place in the test - have a timer for each vm that is reset
      only if the next screenshot is different than the previous. So,
      if the vm got stuck somewhere at the install process, for example:
      
      * Wrong Windows CD Key
      * Guest OS does not see a disk controller due to lack of drivers
      * BIOS got stuck
      
      And other similar cases, we'll have a test failure before the full
      test timeout (that for Windows may be up to 3 hours). So we save
      time and know about such situations earlier.
      
      Next patch introduces the parameters on base.cfg, subtests.cfg, and
      also introduces a sensible default for inactivity treshold (30 min).
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      68dbaee6
  11. 30 11月, 2012 1 次提交
  12. 29 11月, 2012 1 次提交
  13. 24 11月, 2012 1 次提交
  14. 21 11月, 2012 2 次提交
  15. 20 11月, 2012 1 次提交
  16. 06 11月, 2012 6 次提交