Skip to content

Commit

Permalink
2024.05.09-19:18
Browse files Browse the repository at this point in the history
  • Loading branch information
slankdev committed May 9, 2024
1 parent 153675b commit 10751ed
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions pkg/vtyang/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -661,22 +661,6 @@ func TestDoCompletion03(t *testing.T) {
},
},
},

// "set values name 0",
// "set values u08 0",
// "set values u16 0",
// "set values u32 0",
// "set values u64 0",
// "set values i08 -128",
// "set values i16 -32768",
// "set values i32 -2147483648",
// "set values i64 -9223372036854775808",
// "set values percentage 0",
// "set values month 1",
// "set values month-str January",
// "set values decimal -0.22",
// "set values bool false",
// "set values crypto main:des3",
}

// Executes
Expand Down Expand Up @@ -865,13 +849,6 @@ func TestDoCompletion06(t *testing.T) {
},
},
},

// TODO(slankdev): enum
// set routing control-plane-protocols control-plane-protocol
// frr-staticd:staticd staticd default staticd route-list 1.1.1.1/32
// frr-routing:ipv4-unicast path-list 0 1 frr-nexthops
// nexthop {ip4-ifindex} default 192.168.64.1 enp0s1

}

// Executes
Expand Down

0 comments on commit 10751ed

Please sign in to comment.