Skip to content

Commit

Permalink
cleanup name in todo (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmasi authored Aug 12, 2024
1 parent c7582e5 commit 832274d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloudbuild/vendors/vendors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func testConfigPush(t *testing.T, dut *ondatra.DUTDevice) {
tmpl := "hostname %s"
switch dut.Vendor() {
case ondatra.JUNIPER:
// TODO(alexmasi): Figure out Juniper config.
// TODO: Figure out Juniper config.
case ondatra.NOKIA:
tmpl = "host-name %s"
}
Expand Down Expand Up @@ -85,7 +85,6 @@ func TestCEOS(t *testing.T) {

func TestNCTPX(t *testing.T) {
dut := ondatra.DUT(t, "ncptx")
// TODO(alexmasi): Figure out Juniper config.
// testConfigPush(t, dut)
testGNMI(t, dut)
testGNOI(t, dut)
Expand Down

0 comments on commit 832274d

Please sign in to comment.