summaryrefslogtreecommitdiff
path: root/smoketest/scripts
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-01-15 20:38:43 +0100
committerChristian Breunig <christian@breunig.cc>2025-02-03 07:16:07 +0100
commit20ab585a68982c4635c4e5a1ee5bbcc219feaebc (patch)
tree362ae42924447bbd6f3f73493be21fea60be8bb3 /smoketest/scripts
parent04d296a3446fa8488add17ce1ec7931d43c4a4d0 (diff)
downloadvyos-1x-20ab585a68982c4635c4e5a1ee5bbcc219feaebc.tar.gz
vyos-1x-20ab585a68982c4635c4e5a1ee5bbcc219feaebc.zip
syslog: T6989: move up "global preserve-fqdn" one level in CLI
Move "global preserve-fqdn" one CLI level up, as it relates to all logging targets (console, global and remote).
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 de2e9b260..b1aaa53a5 100755
--- a/smoketest/scripts/cli/test_system_syslog.py
+++ b/smoketest/scripts/cli/test_system_syslog.py
@@ -86,7 +86,7 @@ class TestRSYSLOGService(VyOSUnitTestSHIM.TestCase):
self.cli_set(['system', 'host-name', hostname])
self.cli_set(['system', 'domain-name', domain_name])
- self.cli_set(base_path + ['global', 'preserve-fqdn'])
+ self.cli_set(base_path + ['preserve-fqdn'])
for tmp, tmp_options in facility.items():
level = tmp_options['level']