1. 07 7月, 2016 1 次提交
  2. 06 7月, 2016 1 次提交
  3. 05 7月, 2016 3 次提交
  4. 01 7月, 2016 3 次提交
  5. 30 6月, 2016 1 次提交
  6. 29 6月, 2016 3 次提交
  7. 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
  8. 24 6月, 2016 6 次提交
  9. 22 6月, 2016 2 次提交
  10. 21 6月, 2016 2 次提交
  11. 20 6月, 2016 1 次提交
  12. 17 6月, 2016 3 次提交
  13. 16 6月, 2016 5 次提交
  14. 15 6月, 2016 1 次提交
    • P
      qemu_io_blkdebug: update BlkdebugEvent for upstream change · 9ce0a8ff
      Ping Li 提交于
      As upstream commit 5be5b7764f83cf9a535a22ecbd33710daf1fe210 has been
      merged in the release qemu-kvm-rhev-2.6.0-1.el7, BlkdebugEvent are
      named with an underscore instead of a period. Update the related
      events according to new naming rules.
      
      Signed-off-by: Ping Li pingl@redhat.com
      9ce0a8ff
  15. 14 6月, 2016 3 次提交
  16. 13 6月, 2016 1 次提交