Fix etcd key error problem in nightly runs
Change-Id: Id8658b124727d53bbacf8140bc8a99bebe57ea96
Reviewed-on: https://review.gerrithub.io/367864
Reviewed-by: Tatyanka Leontovich <tleontovich@mirantis.com>
Tested-by: Tatyanka Leontovich <tleontovich@mirantis.com>
diff --git a/tcp_tests/tests/system/test_install_k8s.py b/tcp_tests/tests/system/test_install_k8s.py
index 43980a3..1d5c8c8 100644
--- a/tcp_tests/tests/system/test_install_k8s.py
+++ b/tcp_tests/tests/system/test_install_k8s.py
@@ -36,7 +36,7 @@
6. Run conformance if need
"""
- if config.k8s_conformance_run:
+ if config.k8s.k8s_conformance_run:
k8s_actions.run_conformance()
LOG.info("*************** DONE **************")
@@ -52,6 +52,6 @@
5. Run conformance if need
"""
- if config.k8s_conformance_run:
+ if config.k8s.k8s_conformance_run:
k8s_actions.run_conformance()
LOG.info("*************** DONE **************")
\ No newline at end of file