diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-11-16 05:51:39 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-11-16 05:51:39 +0100 |
commit | e3d6284ec9b76208844e2fff84ee30c29340aee1 (patch) | |
tree | e3ff28b7d35ab8f40d6ea378c9271d95620a87cc | |
parent | 69cfd14b1a684d2d89e146ecd98e756592bb5a54 (diff) | |
download | vyos-1x-e3d6284ec9b76208844e2fff84ee30c29340aee1.tar.gz vyos-1x-e3d6284ec9b76208844e2fff84ee30c29340aee1.zip |
Revert "smoketest: T4652: adjust PowerDNS process name for 4.8 version"
This reverts commit 726cdf8bfd27d751737383102fa205f3c082710c.
-rwxr-xr-x | smoketest/scripts/cli/test_service_dns_forwarding.py | 2 |
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'] |