You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sw...@apache.org on 2016/04/28 22:04:55 UTC

[7/8] git commit: updated refs/heads/master to a5ee443

Merge release branch 4.7 to 4.8

* 4.7:
  Removed sleeps and used validateList as requested.
  Added required_hardware="false" attr above test_02_root_volume_attach_detach
  Modified test_volumes.py to include a hypervisor test for root attach/detach testing
  Let hypervisor type KVM and Simulator detach root volumes. Updated test_volumes.py to include a test for detaching and reattaching a root volume from a vm. I also had to update base.py to allow attach_volume to have the parameter deviceid to be passed as needed.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d11194ab
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d11194ab
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d11194ab

Branch: refs/heads/master
Commit: d11194abec1410202d062c03d69f8e6bde9d11a9
Parents: 43ab44d 1979f42
Author: Will Stevens <wi...@gmail.com>
Authored: Thu Apr 28 16:03:46 2016 -0400
Committer: Will Stevens <wi...@gmail.com>
Committed: Thu Apr 28 16:03:46 2016 -0400

----------------------------------------------------------------------
 .../com/cloud/storage/VolumeApiServiceImpl.java |   4 +-
 test/integration/component/test_volumes.py      | 135 ++++++++++++++++++-
 tools/marvin/marvin/lib/base.py                 |   6 +-
 3 files changed, 141 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d11194ab/tools/marvin/marvin/lib/base.py
----------------------------------------------------------------------