----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24550/ -----------------------------------------------------------
(Updated Aug. 13, 2014, 10:44 a.m.) Review request for cloudstack and Santhosh Edukulla. Changes ------- Additional update which removes a duplicated self.hypervisor declaration. 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