commit | 9848e21a80afa9593cc197a5cb93ca4420cc5289 | [log] [tgz] |
---|---|---|
author | Oleksii Zhurba <ozhurba@mirantis.com> | Wed Sep 05 10:53:51 2018 -0500 |
committer | Oleksii Zhurba <ozhurba@mirantis.com> | Wed Sep 05 10:53:51 2018 -0500 |
tree | 30c791a69b9b536a7541dc055d62863b864db011 | |
parent | 8bd798a796028e79a9402f3140e5bb17740b4110 [diff] [blame] |
Fixed skip messages to match pillars Change-Id: I5bdbaf7a2c6d59f68a37cb2213b8c31f64e742d3
diff --git a/cvp_checks/tests/test_galera_cluster.py b/cvp_checks/tests/test_galera_cluster.py index 5a74bdd..676f09b 100644 --- a/cvp_checks/tests/test_galera_cluster.py +++ b/cvp_checks/tests/test_galera_cluster.py
@@ -9,7 +9,8 @@ expr_form='pillar') if not gs: - pytest.skip("Galera is not found on this environment") + pytest.skip("Galera service or galera:* pillar \ + are not found on this environment.") size_cluster = [] amount = len(gs)