summaryrefslogtreecommitdiff
path: root/smoketest/scripts
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-01-22 20:52:52 +0100
committerChristian Breunig <christian@breunig.cc>2025-02-03 07:16:35 +0100
commit211bc4a767564d1eb28b431e1529eb719bb721a9 (patch)
treedb6a7c99185d46c28ad9010691f176ef1cf1233c /smoketest/scripts
parentb9c43b19acb6f649bb6f64c75ab63df768e360c9 (diff)
downloadvyos-1x-211bc4a767564d1eb28b431e1529eb719bb721a9.tar.gz
vyos-1x-211bc4a767564d1eb28b431e1529eb719bb721a9.zip
syslog: T6989: rename "global" to "local"
The previously "global" options actually were only relevant for the local logging to /var/log/messages.
Diffstat (limited to 'smoketest/scripts')
-rwxr-xr-xsmoketest/scripts/cli/test_system_syslog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_system_syslog.py b/smoketest/scripts/cli/test_system_syslog.py
index 1233bf12b..5a09fab18 100755
--- a/smoketest/scripts/cli/test_system_syslog.py
+++ b/smoketest/scripts/cli/test_system_syslog.py
@@ -89,7 +89,7 @@ class TestRSYSLOGService(VyOSUnitTestSHIM.TestCase):
for tmp, tmp_options in facility.items():
level = tmp_options['level']
- self.cli_set(base_path + ['global', 'facility', tmp, 'level', level])
+ self.cli_set(base_path + ['local', 'facility', tmp, 'level', level])
self.cli_commit()