1. 15 7月, 2016 2 次提交
  2. 14 7月, 2016 1 次提交
  3. 12 7月, 2016 1 次提交
  4. 11 7月, 2016 3 次提交
  5. 08 7月, 2016 4 次提交
  6. 07 7月, 2016 3 次提交
  7. 06 7月, 2016 1 次提交
  8. 05 7月, 2016 5 次提交
  9. 04 7月, 2016 1 次提交
    • S
      There are scenarios where the SR-IOV VFs would not be created due to · 47f0e7f3
      Srikanth Aithal 提交于
      issues related to SR-IOV setup on Host. Currently we do not check if
      we have VFs loaded after test_setup.PciAssignable. This commit would
      introduce this check on qemu test side. There is another commit on
      avocado-vt/virttest which would print ERROR message to users when VF
      device are not created.
      47f0e7f3
  10. 01 7月, 2016 4 次提交
  11. 30 6月, 2016 1 次提交
  12. 29 6月, 2016 4 次提交
  13. 27 6月, 2016 4 次提交
    • X
      Merge pull request #611 from xutian/hotplug_repeat · 4c43136a
      Xu Tian 提交于
      Add hotplug/unplug memory in loop test
      4c43136a
    • X
      Merge pull request #662 from morecache/master · 4deb3b85
      Xu Tian 提交于
      Change the path of floppy images
      4deb3b85
    • L
      Change the path of floppy images · e480d847
      Lin Ma 提交于
      First, The original relative path of floppy images are not exist. There is no
      'data/images/' folders under 'shared' folder by default, It causes 'dd' command
      failures.
      
      If adding code into 'pre_command' of readonly_floppy.cfg to check/create
      'shared/data/images/', Then the second issue jumps out:
      Because 'process_command' function in env_process.py will perform
      ... "cd %s; %s" % (test.bindir, pre_command) ...
      The test.bindir's value is assigned to '/usr/share/avocado-plugins-vt',
      So we got 2 fl images under /usr/share/avocado-plugins-vt/shared/data/images/.
      But in the final qemu command line parameters which generating by avocado,
      The path of floppy image is /usr/share/avocado/data/avocado-vt/images/...
      
      So I think that we insert 'cd /usr/share/avocado' to pre_command for ignoring
      the effect of 'cd /usr/share/avocado-plugins-vt' and change the original
      relative path info from 'shared/data/images/' to 'data/avocado-vt/images/' may
      be a better choice.
      Signed-off-by: NLin Ma <lma@suse.com>
      e480d847
    • X
      hotplug_memory_repeat: optimize test loop · bb4d4b2c
      Xu Tian 提交于
      1. only online offline state memory
      2. check memory after hotplug/unplug memory
      Signed-off-by: NXu Tian <xutian@redhat.com>
      bb4d4b2c
  14. 24 6月, 2016 6 次提交