Skip to content

Commit

Permalink
fix vlanId issue for Arista
Browse files Browse the repository at this point in the history
  • Loading branch information
self-maurya committed Aug 19, 2024
1 parent 75df272 commit 183f145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ func (a *attributes) configInterfaceDUT(t *testing.T, d *ondatra.DUTDevice) {

a.configSubinterfaceDUT(t, i, d)
intfPath := gnmi.OC().Interface(p.Name())
gnmi.Replace(t, d, intfPath.Config(), i)
gnmi.Update(t, d, intfPath.Config(), i)
fptest.LogQuery(t, "DUT", intfPath.Config(), gnmi.Get(t, d, intfPath.Config()))
}

Expand Down

0 comments on commit 183f145

Please sign in to comment.