summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/scripts/cli')
-rwxr-xr-xsmoketest/scripts/cli/test_vpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_vpp.py b/smoketest/scripts/cli/test_vpp.py
index 19e24e7f4..6b8f3061d 100755
--- a/smoketest/scripts/cli/test_vpp.py
+++ b/smoketest/scripts/cli/test_vpp.py
@@ -1101,7 +1101,7 @@ class TestVPP(VyOSUnitTestSHIM.TestCase):
# DPDK driver expect only dpdk-options and not xdp-options to be set
# expect raise ConfigError
- self.cli_set(base_interface_path + ['xdp-options', 'no-syscall-lock'])
+ self.cli_set(base_interface_path + ['xdp-options', 'zero-copy'])
with self.assertRaises(ConfigSessionError):
self.cli_commit()