-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24550/
-----------------------------------------------------------
Review request for cloudstack and Santhosh Edukulla.
Bugs: CLOUDSTACK-7306
https://issues.apache.org/jira/browse/CLOUDSTACK-7306
Repository: cloudstack-git
Description
-------
test_01_primary_storage_iscsi in test/integration/smoke/test_primary_storage.py
currently attempts to set up an iSCSI primary storage pool, regardless of the
type of host.
For KVM, we only support iSCSI via shared mount point, and for Hyper-V we don't
support it at all, so the test should skip in these cases.
Diffs
-----
test/integration/smoke/test_primary_storage.py 66aec59
Diff: https://reviews.apache.org/r/24550/diff/
Testing
-------
Ran test against KVM host to verify it skips correctly
Thanks,
Alex Brett