diff options
author | Christian Breunig <christian@breunig.cc> | 2024-12-02 19:48:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-02 19:48:56 +0100 |
commit | a4dfb3d45ed94a67eacf5c62a4901d918c72021d (patch) | |
tree | 193a5a4fc59f8e54e17833e6f315e474f11170e3 /smoketest/scripts/cli/test_service_ntp.py | |
parent | c887126ecd8208645766af701597934f5c011600 (diff) | |
parent | 67f51b67416c84c23086f997954be1d51502637d (diff) | |
download | vyos-1x-a4dfb3d45ed94a67eacf5c62a4901d918c72021d.tar.gz vyos-1x-a4dfb3d45ed94a67eacf5c62a4901d918c72021d.zip |
Merge pull request #4208 from lucasec/t6630
T6630: ntp: fix timestamp nested under ptp
Diffstat (limited to 'smoketest/scripts/cli/test_service_ntp.py')
-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() |