diff options
author | Lucas Christian <lucas@lucasec.com> | 2024-11-25 22:01:34 -0800 |
---|---|---|
committer | Lucas Christian <lucas@lucasec.com> | 2024-11-25 22:01:34 -0800 |
commit | 67f51b67416c84c23086f997954be1d51502637d (patch) | |
tree | 5f0e2d79fe33052feb5060d7d452470db24cef71 /smoketest/scripts/cli | |
parent | efd86e5cbaf2cae68e431b83f6ca6c0093672e89 (diff) | |
download | vyos-1x-67f51b67416c84c23086f997954be1d51502637d.tar.gz vyos-1x-67f51b67416c84c23086f997954be1d51502637d.zip |
T6630: ntp: fix timestamp nested under ptp
Diffstat (limited to 'smoketest/scripts/cli')
-rwxr-xr-x | smoketest/scripts/cli/test_service_ntp.py | 2 |
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() |