commit | 0ee1814a98ad910688f4bc729543fc8e9a8f33b9 | [log] [tgz] |
---|---|---|
author | Oleksii Zhurba <ozhurba@mirantis.com> | Thu Oct 05 17:15:05 2017 -0500 |
committer | Oleksii Zhurba <ozhurba@mirantis.com> | Thu Oct 05 17:15:05 2017 -0500 |
tree | 6683ff5cdfa6a1841ce28d5dd6e61c2d5a8a687e | |
parent | 3d0b220d0a3b68a15fc5085cbcca61f3b0296073 [diff] [blame] |
Fixing misprint and adding skip for galera test
diff --git a/cvp_checks/tests/ceph/test_ceph.py b/cvp_checks/tests/ceph/test_ceph.py index c14778d..6969d8a 100644 --- a/cvp_checks/tests/ceph/test_ceph.py +++ b/cvp_checks/tests/ceph/test_ceph.py
@@ -5,7 +5,7 @@ osd_fail = local_salt_client.cmd( 'ceph:osd', 'cmd.run', - ['ceph osd tree | grep up'], + ['ceph osd tree | grep down'], expr_form='pillar') if not osd_fail: pytest.skip("Ceph is not found on this environment")