Skip to content

Commit

Permalink
Resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
cprabha committed May 31, 2024
1 parent 89ec484 commit 5bb4cdf
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 192 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,12 @@ func testFlow(
}

func TestStaticARP(t *testing.T) {
// Configure the ATE
ate := ondatra.ATE(t, "ate")
config := configureATE(t)

// Configure the DUT with dynamic ARP.
configureDUT(t, noStaticMAC)

// Configure the ATE
ate := ondatra.ATE(t, "ate")
config := configureATE(t)
ate.OTG().StartProtocols(t)
otgutils.WaitForARP(t, ate.OTG(), config, "IPv4")
dstMac := gnmi.Get(t, ate.OTG(), gnmi.OTG().Interface(ateSrc.Name+".Eth").Ipv4Neighbor(dutSrc.IPv4).LinkLayerAddress().State())
Expand Down
Loading

0 comments on commit 5bb4cdf

Please sign in to comment.