Use wa_prod36167 for add/remove ceph nodes
Related-Prod: PROD-36167
Change-Id: Ib4883c95317a72748c575db1badfea897bf90c48
diff --git a/tcp_tests/tests/system/test_ceph_operations.py b/tcp_tests/tests/system/test_ceph_operations.py
index 6f2fb52..1db4d77 100644
--- a/tcp_tests/tests/system/test_ceph_operations.py
+++ b/tcp_tests/tests/system/test_ceph_operations.py
@@ -117,7 +117,8 @@
"classes/cluster/*/infra/kvm.yml")
-@pytest.mark.usefixtures("add_xtra_node_to_salt")
+@pytest.mark.usefixtures("add_xtra_node_to_salt",
+ "wa_prod36167")
class TestCephOsd(object):
@pytest.fixture
@@ -279,7 +280,8 @@
""" # noqa: E501
-@pytest.mark.usefixtures("add_xtra_node_to_salt")
+@pytest.mark.usefixtures("add_xtra_node_to_salt",
+ "wa_prod36167")
class TestCephMon(object):
@pytest.fixture
def describe_node_in_reclass(self,
@@ -419,7 +421,8 @@
"""
-@pytest.mark.usefixtures("add_xtra_node_to_salt")
+@pytest.mark.usefixtures("add_xtra_node_to_salt",
+ "wa_prod36167")
class TestCephRgw(object):
@pytest.fixture
def describe_node_in_reclass(self,
@@ -492,7 +495,8 @@
assert job_result == 'SUCCESS', job_description
-@pytest.mark.usefixtures("add_xtra_node_to_salt")
+@pytest.mark.usefixtures("add_xtra_node_to_salt",
+ "wa_prod36167")
class TestCephMgr(object):
def test_add_node(self):
pass