Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit ae657e2

Browse files
author
Eoghan Russell
committed
Remove commented out code
Signed-off-by: Eoghan Russell <[email protected]>
1 parent 67b4473 commit ae657e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: cnivpp/cnivpp_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,7 @@ func TestAddOnHost(t *testing.T) {
229229
pod := GetTestPod(sharedDir)
230230
kubeClient := fake.NewSimpleClientset(pod)
231231

232-
// SetExecCommand(&FakeExecCommand{Err: tc.fakeErr})
233232
err := cniVpp.AddOnHost(tc.netConf, args, kubeClient, sharedDir, result)
234-
// SetDefaultExecCommand()
235233
if tc.expErr == nil {
236234
assert.Equal(t, tc.expErr, err, "Unexpected result")
237235
// on success there shall be saved ovs data

0 commit comments

Comments
 (0)