We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd74b09 commit 036979dCopy full SHA for 036979d
gnmi_server/transl_sub_test.go
@@ -940,6 +940,7 @@ func TestDebugSubscribePreferences(t *testing.T) {
940
go runServer(t, s)
941
defer s.s.Stop()
942
943
+ /*
944
ifTop := &spb_gnoi.SubscribePreference{
945
Path: strToPath("/openconfig-interfaces:interfaces/interface[name=*]"),
946
OnChangeSupported: false,
@@ -957,7 +958,7 @@ func TestDebugSubscribePreferences(t *testing.T) {
957
958
959
TargetDefinedMode: SAMPLE,
960
WildcardSupported: true,
- }
961
+ }*/
962
aclConfig := &spb_gnoi.SubscribePreference{
963
Path: strToPath("/openconfig-acl:acl/acl-sets/acl-set[name=*][type=*]/config"),
964
OnChangeSupported: true,
0 commit comments