----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24550/ -----------------------------------------------------------
(Updated Aug. 13, 2014, 10:42 a.m.) Review request for cloudstack and Santhosh Edukulla. Changes ------- Further update which removes a duplicated iSCSI check, and also reverts ce622c0a296c3c715398f31479eacbd7f89b05dd which incorrectly blocked the NFS test on KVM... 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 (updated) ----- test/integration/smoke/test_primary_storage.py d2d5b4f Diff: https://reviews.apache.org/r/24550/diff/ Testing ------- Ran test against KVM host to verify it skips correctly Thanks, Alex Brett