diff options
Diffstat (limited to 'smoketest/scripts/cli/test_vpp.py')
| -rwxr-xr-x | smoketest/scripts/cli/test_vpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_vpp.py b/smoketest/scripts/cli/test_vpp.py index c945d8dab..2c17345ae 100755 --- a/smoketest/scripts/cli/test_vpp.py +++ b/smoketest/scripts/cli/test_vpp.py @@ -162,7 +162,7 @@ class TestVPP(VyOSUnitTestSHIM.TestCase): required_str = 'lcp route-no-paths on' self.assertIn(required_str, out) - self.cli_set(resource_path + ['ignore-kernel-routes']) + self.cli_set(base_path + ['settings', 'ignore-kernel-routes']) self.cli_commit() # check disabled 'route no path' |
