summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_vrf.py
diff options
context:
space:
mode:
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}'])