Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OC-26.1 TestPlan: Extend NTP test to cover source IP #1845

Merged
merged 9 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions feature/system/ntp/feature.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,23 @@ config_path {
telemetry_path {
path: "/system/ntp/state/enabled"
}

config_path {
path: "/system/ntp/servers/server/config/address"
}
telemetry_path {
path: "/system/ntp/servers/server/state/address"
}

telemetry_path {
path: "/system/ntp/servers/server/state/port"
}
config_path {
path: "/system/ntp/servers/server/config/port"
path: "/system/ntp/servers/server/config/source-address"
}
telemetry_path {
path: "/system/ntp/servers/server/state/port"
path: "/system/ntp/servers/server/state/source-address"
}


# Counters
telemetry_path {
path: "/system/ntp/servers/server/state/offset"
Expand Down
5 changes: 5 additions & 0 deletions feature/system/ntp/tests/system_ntp_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,18 @@ Ensure DUT can be configured as a Network Time Protocol (NTP) client.
* 4x IPv6 NTP server in non-default VRF
* 4x IPv4 & 4x IPv6 NTP server in non-default VRF

Note: [TODO]the source address of NTP need to be specified

## Config Parameter Coverage

* /system/ntp/config/enabled
* /system/ntp/servers/server/config/address
* [TODO]/system/ntp/servers/server/config/source-address
* /system/ntp/servers/server/config/network-instance

## Telemetry Parameter Coverage

* /system/ntp/servers/server/state/address
* [TODO]/system/ntp/servers/server/state/source-address
* [TODO]/system/ntp/servers/server/state/port
* /system/ntp/servers/server/state/network-instance
Loading