Rework conformance node detection for new conformance approach
Change-Id: I2e1850b27c90a5caae19e0eaf4015d0faa43648d
diff --git a/tcp_tests/tests/system/test_k8s_actions.py b/tcp_tests/tests/system/test_k8s_actions.py
index 6467a8a..d12fffc 100644
--- a/tcp_tests/tests/system/test_k8s_actions.py
+++ b/tcp_tests/tests/system/test_k8s_actions.py
@@ -122,7 +122,7 @@
assert sample.is_service_available()
show_step(6)
- k8s_deployed.run_conformance(log_out="k8s_conformance.log")
+ k8s_deployed.start_conformance_inside_pod()
show_step(7)
chain_versions = config.k8s.k8s_update_chain.split(" ")
@@ -134,8 +134,7 @@
assert sample.is_service_available()
LOG.info("Running conformance on {} version".format(version))
- log_name = "k8s_conformance_{}.log".format(version)
- k8s_deployed.run_conformance(log_out=log_name, raise_on_err=False)
+ k8s_deployed.start_conformance_inside_pod()
assert sample.is_service_available()
@@ -186,7 +185,7 @@
assert sample.is_service_available(external=True)
show_step(6)
- k8s_deployed.run_conformance()
+ k8s_deployed.start_conformance_inside_pod()
show_step(7)
for sample in samples:
@@ -305,7 +304,7 @@
check_pods_availability()
show_step(12)
- k8s_deployed.run_conformance()
+ k8s_deployed.start_conformance_inside_pod()
show_step(13)
check_pods_availability()