File tree 13 files changed +16
-1104
lines changed
13 files changed +16
-1104
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
26
26
OLM_MANIFESTS = deployments/operator/manifests
27
27
BUNDLE_DIR = community-operators/operators/intel-device-plugins-operator/$(TAG )
28
28
29
- TESTDATA_DIR = pkg/topology/testdata
30
-
31
29
EXTRA_BUILD_ARGS += --build-arg GOLICENSES_VERSION=$(GOLICENSES_VERSION )
32
30
33
31
pkgs = $(shell $(GO ) list ./... | grep -v vendor | grep -v e2e | grep -v envtest)
@@ -50,13 +48,7 @@ go-mod-tidy:
50
48
$(GO ) mod download all
51
49
@report=` $( GO) mod tidy -v 2>&1 ` ; if [ -n " $$ report" ]; then echo " $$ report" ; exit 1; fi
52
50
53
- update-fixture :
54
- @scripts/ttar -C $(TESTDATA_DIR ) -c -f $(TESTDATA_DIR ) /sys.ttar sys/
55
-
56
- fixture :
57
- @scripts/ttar --recursive-unlink -C $(TESTDATA_DIR ) -x -f $(TESTDATA_DIR ) /sys.ttar
58
-
59
- test : fixture
51
+ test :
60
52
ifndef WHAT
61
53
@$(GO) test -tags $(BUILDTAGS) -race -coverprofile=coverage.txt -covermode=atomic $(pkgs)
62
54
else
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/intel/intel-device-plugins-for-kubernetes
3
3
go 1.20
4
4
5
5
require (
6
+ github.com/containers/nri-plugins/pkg/topology v0.0.0-20230411080337-b5618ea30d98
6
7
github.com/fsnotify/fsnotify v1.6.0
7
8
github.com/go-ini/ini v1.67.0
8
9
github.com/go-logr/logr v1.2.4
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWH
60
60
github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158 /go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs =
61
61
github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84 /go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs =
62
62
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 /go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs =
63
+ github.com/containers/nri-plugins/pkg/topology v0.0.0-20230411080337-b5618ea30d98 h1:dmRJ1TLQuK92ZDhkuKj9zGugsC/kE2Bf8K+KSldyur8 =
64
+ github.com/containers/nri-plugins/pkg/topology v0.0.0-20230411080337-b5618ea30d98 /go.mod h1:XHuUl2t6TVLTfGsy8+w3MdxOjSn2hN0lc1PuaxOEFEc =
63
65
github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
64
66
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
65
67
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ 0-7
Original file line number Diff line number Diff line change
1
+ 1,2,3
Original file line number Diff line number Diff line change
1
+ 0-7
Original file line number Diff line number Diff line change
1
+ -1
Original file line number Diff line number Diff line change
1
+ 0-7
Original file line number Diff line number Diff line change
1
+ 4,5,6
You can’t perform that action at this time.
0 commit comments