commit | 66d3937ef0c98c7cb545d0141b5f94cbb31a9d66 | [log] [tgz] |
---|---|---|
author | Victor Ryzhenkin <vryzhenkin@mirantis.com> | Thu Sep 28 19:25:48 2017 +0400 |
committer | Victor Ryzhenkin <vryzhenkin@mirantis.com> | Thu Oct 05 02:59:33 2017 -0400 |
tree | cfade4d373487f30e1d9031d5cb23c2b1b274934 | |
parent | d2996e5d8af3b8278bbdb3b90b37aeb4b2accb93 [diff] [blame] |
[k8s] Adjust externaldns test functions - Use ctl hostname instead of k8s.kube_host due kube_host is an ip address of keepalived k8s api. - Discover ctl with specific role 'k8s_controller' - Fix nit with awk field - Fix nit with format fields User-Story:https://mirantis.jira.com/browse/PROD-12826 Change-Id: I52d89b4d3994338a800eed4f6b5555cad6bdedc8
diff --git a/tcp_tests/helpers/ext.py b/tcp_tests/helpers/ext.py index f7b8005..99baaff 100644 --- a/tcp_tests/helpers/ext.py +++ b/tcp_tests/helpers/ext.py
@@ -26,6 +26,7 @@ 'salt_master', 'salt_minion', 'k8s_virtlet', + 'k8s_controller', 'decapod_mon', 'decapod_osd', 'decapod_all',