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": {