Skip to content

Commit f6779d8

Browse files
committed
Moved integration/containers to pkg/testing/containers
Signed-off-by: pawarpranav83 <[email protected]>
1 parent 7018428 commit f6779d8

9 files changed

+5
-5
lines changed

integration/ig/non-k8s/integration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"testing"
2222

2323
. "github.com/inspektor-gadget/inspektor-gadget/integration"
24-
"github.com/inspektor-gadget/inspektor-gadget/integration/containers"
24+
"github.com/inspektor-gadget/inspektor-gadget/pkg/testing/containers"
2525
)
2626

2727
var (

integration/ig/non-k8s/list_containers_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919
"testing"
2020

2121
. "github.com/inspektor-gadget/inspektor-gadget/integration"
22-
"github.com/inspektor-gadget/inspektor-gadget/integration/containers"
2322
containercollection "github.com/inspektor-gadget/inspektor-gadget/pkg/container-collection"
23+
"github.com/inspektor-gadget/inspektor-gadget/pkg/testing/containers"
2424
"github.com/inspektor-gadget/inspektor-gadget/pkg/types"
2525
)
2626

integration/ig/non-k8s/snapshot_process_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919
"testing"
2020

2121
. "github.com/inspektor-gadget/inspektor-gadget/integration"
22-
"github.com/inspektor-gadget/inspektor-gadget/integration/containers"
2322
snapshotprocessTypes "github.com/inspektor-gadget/inspektor-gadget/pkg/gadgets/snapshot/process/types"
23+
"github.com/inspektor-gadget/inspektor-gadget/pkg/testing/containers"
2424
eventtypes "github.com/inspektor-gadget/inspektor-gadget/pkg/types"
2525
)
2626

integration/ig/non-k8s/trace_dns_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import (
2020
"testing"
2121

2222
. "github.com/inspektor-gadget/inspektor-gadget/integration"
23-
"github.com/inspektor-gadget/inspektor-gadget/integration/containers"
2423
dnsTypes "github.com/inspektor-gadget/inspektor-gadget/pkg/gadgets/trace/dns/types"
24+
"github.com/inspektor-gadget/inspektor-gadget/pkg/testing/containers"
2525
eventtypes "github.com/inspektor-gadget/inspektor-gadget/pkg/types"
2626
)
2727

integration/ig/non-k8s/trace_network_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919
"testing"
2020

2121
. "github.com/inspektor-gadget/inspektor-gadget/integration"
22-
"github.com/inspektor-gadget/inspektor-gadget/integration/containers"
2322
networkTypes "github.com/inspektor-gadget/inspektor-gadget/pkg/gadgets/trace/network/types"
23+
"github.com/inspektor-gadget/inspektor-gadget/pkg/testing/containers"
2424
eventtypes "github.com/inspektor-gadget/inspektor-gadget/pkg/types"
2525
)
2626

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)