Skip to content

Commit

Permalink
oc_26.1 remove deviation and changes (openconfig#3060)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvbaska1 authored Jun 11, 2024
1 parent 42d28b4 commit ee1639d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions feature/system/ntp/tests/system_ntp_test/metadata.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ uuid: "9e5ec4a5-0adb-48aa-b6c2-c0d604d15934"
plan_id: "OC-26.1"
description: "Network Time Protocol (NTP)"
testbed: TESTBED_DUT
platform_exceptions: {
platform: {
vendor: CISCO
}
deviations: {
ntp_non_default_vrf_unsupported: true
}
}
platform_exceptions: {
platform: {
vendor: JUNIPER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func TestNtpServerConfigurability(t *testing.T) {
if ntpServer == nil {
t.Errorf("Missing NTP server from NTP state: %s", address)
}
if got, want := testCase.vrf, ntpServer.GetNetworkInstance(); want != "" && got != want {
if got, want := ntpServer.GetNetworkInstance(), testCase.vrf; want != "" && got != want {
t.Errorf("Incorrect NTP Server network instance for address %s: got %s, want %s", address, got, want)
}
}
Expand Down

0 comments on commit ee1639d

Please sign in to comment.