diff options
author | Gaige B Paulsen <gaige@cluetrust.com> | 2024-12-17 05:26:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-17 05:26:06 -0500 |
commit | 001ed7481a23874f931e4bfb681e88506a5e6a0d (patch) | |
tree | 23a36ad50af20ced426c33a4a5fe14fe35ee2d58 /changelogs | |
parent | bf38875af0a7e5166ce0330f16441b7d8b434e6a (diff) | |
download | vyos.vyos-001ed7481a23874f931e4bfb681e88506a5e6a0d.tar.gz vyos.vyos-001ed7481a23874f931e4bfb681e88506a5e6a0d.zip |
T6894: Fix failing NTP network-integration Tests (#366)
* tests: ntp: parsed
* tests: ntp tests working with 1.3
* T6894 : test: update 1.4 tests for compatibility
* fix: path replacement, docs, unit tests for 1.3-1.5
* T6894: fix: 1.4+ requires valid hostnames
* fix: update tests to handle deletion
* T6894: separate changelog
* fix: final test fixes
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/T6894-ntp-integration-tests.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/T6894-ntp-integration-tests.yml b/changelogs/fragments/T6894-ntp-integration-tests.yml new file mode 100644 index 00000000..f5ad209b --- /dev/null +++ b/changelogs/fragments/T6894-ntp-integration-tests.yml @@ -0,0 +1,5 @@ +--- +minor_changes: + - Added ntp options for 1.5+ (interleave, ptp) + - Synchronized argspec and docs with core module + - Fix integration tests for 1.3+ |