diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-11-09 06:57:06 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-11-09 06:57:06 +0100 |
commit | 726cdf8bfd27d751737383102fa205f3c082710c (patch) | |
tree | 1cf432ddabe08d27da94626a699a069f0cda11c0 /smoketest/scripts/cli | |
parent | 44df1cea1ebc3296844c5c35cf053a92cda4b944 (diff) | |
download | vyos-1x-726cdf8bfd27d751737383102fa205f3c082710c.tar.gz vyos-1x-726cdf8bfd27d751737383102fa205f3c082710c.zip |
smoketest: T4652: adjust PowerDNS process name for 4.8 version
This reverts commit f3420a967ad5597c57093b5279a844dca4c516c0.
Diffstat (limited to 'smoketest/scripts/cli')
-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 fe2682d50..65b676451 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_recursor' +PROCESS_NAME= 'pdns-r/worker' base_path = ['service', 'dns', 'forwarding'] |