summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-11-16 05:51:39 +0100
committerChristian Poessinger <christian@poessinger.com>2022-11-16 05:51:39 +0100
commite3d6284ec9b76208844e2fff84ee30c29340aee1 (patch)
treee3ff28b7d35ab8f40d6ea378c9271d95620a87cc /smoketest
parent69cfd14b1a684d2d89e146ecd98e756592bb5a54 (diff)
downloadvyos-1x-e3d6284ec9b76208844e2fff84ee30c29340aee1.tar.gz
vyos-1x-e3d6284ec9b76208844e2fff84ee30c29340aee1.zip
Revert "smoketest: T4652: adjust PowerDNS process name for 4.8 version"
This reverts commit 726cdf8bfd27d751737383102fa205f3c082710c.
Diffstat (limited to 'smoketest')
-rwxr-xr-xsmoketest/scripts/cli/test_service_dns_forwarding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_service_dns_forwarding.py b/smoketest/scripts/cli/test_service_dns_forwarding.py
index a32f007b0..94e0597ad 100755
--- a/smoketest/scripts/cli/test_service_dns_forwarding.py
+++ b/smoketest/scripts/cli/test_service_dns_forwarding.py
@@ -26,7 +26,7 @@ from vyos.util import process_named_running
CONFIG_FILE = '/run/powerdns/recursor.conf'
FORWARD_FILE = '/run/powerdns/recursor.forward-zones.conf'
HOSTSD_FILE = '/run/powerdns/recursor.vyos-hostsd.conf.lua'
-PROCESS_NAME= 'pdns-r/worker'
+PROCESS_NAME= 'pdns_recursor'
base_path = ['service', 'dns', 'forwarding']