commit | 7eb41b07e5b6b3bf90224c3d16bba5016e9e0cf7 | [log] [tgz] |
---|---|---|
author | Vladimir Jigulin <vjigulin@mirantis.com> | Wed Oct 24 17:03:51 2018 +0400 |
committer | Vladimir Jigulin <vjigulin@mirantis.com> | Wed Oct 24 17:33:53 2018 +0400 |
tree | d0c4677b84ccfed30227984724b8bb3956c41839 | |
parent | d40f933424049dcc5d8539f82f68a47534df5803 [diff] |
Use DOMAIN_NAME instead in test_k8s_externaldns_coredns instead of LAB_CONFIG_NAME Change-Id: If8c3c9aceaa26cea58b7face3927200d77c09376 Closes-PROD: PROD-24338
diff --git a/tcp_tests/tests/system/test_k8s_actions.py b/tcp_tests/tests/system/test_k8s_actions.py index 2fddde6..b55bc17 100644 --- a/tcp_tests/tests/system/test_k8s_actions.py +++ b/tcp_tests/tests/system/test_k8s_actions.py
@@ -61,7 +61,7 @@ svc = deployment.expose() show_step(4) - hostname = "test.{0}.local.".format(settings.LAB_CONFIG_NAME) + hostname = "test.{0}.".format(settings.DOMAIN_NAME) svc.patch({ "metadata": { "annotations": {