summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli
diff options
context:
space:
mode:
authorLucas Christian <lucas@lucasec.com>2024-11-25 22:01:34 -0800
committerLucas Christian <lucas@lucasec.com>2024-11-25 22:01:34 -0800
commit67f51b67416c84c23086f997954be1d51502637d (patch)
tree5f0e2d79fe33052feb5060d7d452470db24cef71 /smoketest/scripts/cli
parentefd86e5cbaf2cae68e431b83f6ca6c0093672e89 (diff)
downloadvyos-1x-67f51b67416c84c23086f997954be1d51502637d.tar.gz
vyos-1x-67f51b67416c84c23086f997954be1d51502637d.zip
T6630: ntp: fix timestamp nested under ptp
Diffstat (limited to 'smoketest/scripts/cli')
-rwxr-xr-xsmoketest/scripts/cli/test_service_ntp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_service_ntp.py b/smoketest/scripts/cli/test_service_ntp.py
index 07af4f5eb..469d44eaa 100755
--- a/smoketest/scripts/cli/test_service_ntp.py
+++ b/smoketest/scripts/cli/test_service_ntp.py
@@ -203,7 +203,7 @@ class TestSystemNTP(VyOSUnitTestSHIM.TestCase):
self.cli_set(base_path + ['server', server, 'ptp'])
self.cli_set(base_path + ['ptp', 'port', ptp_port])
- self.cli_set(base_path + ['ptp', 'timestamp', 'interface', 'all'])
+ self.cli_set(base_path + ['timestamp', 'interface', 'all'])
# commit changes
self.cli_commit()