feat(e2e): reporting tcp status and resources in case of failed test

This commit is contained in:
Dario Tranchitella
2022-07-16 11:31:33 +02:00
parent f496fefce9
commit 2656bffc48

View File

@@ -8,6 +8,7 @@ import (
"context" "context"
"fmt" "fmt"
"io/ioutil" "io/ioutil"
"os/exec"
. "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo"
. "github.com/onsi/gomega" . "github.com/onsi/gomega"