summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-12-26 09:44:14 +0100
committerChristian Poessinger <christian@poessinger.com>2021-12-26 09:44:14 +0100
commita3d4b4b167d4387feb722ed0cb16ed8effadb37e (patch)
tree5d9e8fa4f3b7c12a749b25fddf2ac5c7e31dbe51
parent4aaf0ba69139d84f89e5c3feee6edd845af8d1e5 (diff)
downloadvyos-1x-a3d4b4b167d4387feb722ed0cb16ed8effadb37e.tar.gz
vyos-1x-a3d4b4b167d4387feb722ed0cb16ed8effadb37e.zip
smoketest: flow-accounting: adjust to CLI change (source-address)
-rwxr-xr-xsmoketest/scripts/cli/test_system_flow-accounting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_system_flow-accounting.py b/smoketest/scripts/cli/test_system_flow-accounting.py
index f3bed635c..b8639954b 100755
--- a/smoketest/scripts/cli/test_system_flow-accounting.py
+++ b/smoketest/scripts/cli/test_system_flow-accounting.py
@@ -174,7 +174,7 @@ class TestSystemFlowAccounting(VyOSUnitTestSHIM.TestCase):
self.cli_set(base_path + ['netflow', 'engine-id', engine_id])
self.cli_set(base_path + ['netflow', 'max-flows', max_flows])
self.cli_set(base_path + ['netflow', 'sampling-rate', sampling_rate])
- self.cli_set(base_path + ['netflow', 'source-ip', source_address])
+ self.cli_set(base_path + ['netflow', 'source-address', source_address])
self.cli_set(base_path + ['netflow', 'version', version])
# timeouts