summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_zone_policy.py
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/scripts/cli/test_zone_policy.py')
-rwxr-xr-xsmoketest/scripts/cli/test_zone_policy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_zone_policy.py b/smoketest/scripts/cli/test_zone_policy.py
index 2c580e2f1..8add589e8 100755
--- a/smoketest/scripts/cli/test_zone_policy.py
+++ b/smoketest/scripts/cli/test_zone_policy.py
@@ -54,7 +54,7 @@ class TestZonePolicy(VyOSUnitTestSHIM.TestCase):
['oifname { "eth0" }', 'jump NAME_smoketest']
]
- nftables_output = cmd('sudo nft list table ip filter')
+ nftables_output = cmd('sudo nft list table ip vyos_filter')
for search in nftables_search:
matched = False