summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_vrf.py
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2025-09-22 22:54:08 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2025-09-23 09:07:09 +0200
commit99b032b017fc207371acff9bf271f29efe25aa66 (patch)
tree116077c9fa8363d9abc26ab0aded64107d586aae /smoketest/scripts/cli/test_vrf.py
parentf2f2d3c0f0c8f6772f4f24b4bd7203837c1afed9 (diff)
downloadvyos-1x-99b032b017fc207371acff9bf271f29efe25aa66.tar.gz
vyos-1x-99b032b017fc207371acff9bf271f29efe25aa66.zip
kea: T7821: Update paths for Kea v2.7.9 security changes
Diffstat (limited to 'smoketest/scripts/cli/test_vrf.py')
-rwxr-xr-xsmoketest/scripts/cli/test_vrf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/scripts/cli/test_vrf.py b/smoketest/scripts/cli/test_vrf.py
index 66a95cd02..59b0b7254 100755
--- a/smoketest/scripts/cli/test_vrf.py
+++ b/smoketest/scripts/cli/test_vrf.py
@@ -652,7 +652,7 @@ class VRFTest(VyOSUnitTestSHIM.TestCase):
# declare fiels
process_name = 'kea-dhcp4'
- kea4_conf = f'/run/kea/kea-{vrf}-dhcp4.conf'
+ kea4_conf = f'/var/run/kea/kea-{vrf}-dhcp4.conf'
# create interface
cidr_mask = subnet.split('/')[-1]
@@ -791,7 +791,7 @@ class VRFTest(VyOSUnitTestSHIM.TestCase):
# declare fiels
process_name = 'kea-dhcp6'
- kea6_conf = f'/run/kea/kea-{vrf}-dhcp6.conf'
+ kea6_conf = f'/var/run/kea/kea-{vrf}-dhcp6.conf'
# create interface
self.cli_set(['interfaces', 'dummy', interface, 'address', f'{interface_addr}'])