Skip to content

Commit 874d96f

Browse files
committed
TODO DELETE
Signed-off-by: Tomoki Sugiura <tomoki-sugiura@cybozu.co.jp>
1 parent 0648c38 commit 874d96f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

v2/e2e/coil_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,10 @@ func testEgress() {
556556

557557
By("confirming that the fou device must be one in dummy_pod")
558558
out, err := kubectl(nil, "exec", "dummy", "--", "ip", "-j", "link", "show")
559+
560+
// debug
561+
fmt.Printf("Debug out: %s", string(out))
562+
559563
Expect(err).NotTo(HaveOccurred())
560564
var dummyPodLinks []link
561565
err = json.Unmarshal(out, &dummyPodLinks)

0 commit comments

Comments
 (0)