Skip to content

Commit 9dac49c

Browse files
committed
UPSTREAM: <carry>: Add Boxcutter OTE tests
Signed-off-by: Anik Bhattacharjee <[email protected]>
1 parent ecbcbce commit 9dac49c

File tree

9 files changed

+1352
-0
lines changed

9 files changed

+1352
-0
lines changed

openshift/tests-extension/Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,18 @@ pkg/bindata/singleown/index/index.go: $(shell find testdata/singleown/index -typ
103103
$(GO_BINDATA) -pkg singleownindex -o $@ -prefix "testdata/singleown/index" testdata/singleown/index/...
104104
go fmt ./$(@D)/...
105105

106+
bindata: pkg/bindata/boxcutter/bundle/bundle.go
107+
pkg/bindata/boxcutter/bundle/bundle.go: $(shell find testdata/boxcutter/bundle -type f)
108+
mkdir -p $(@D)
109+
$(GO_BINDATA) -pkg boxcutterbundle -o $@ -prefix "testdata/boxcutter/bundle" testdata/boxcutter/bundle/...
110+
go fmt ./$(@D)/...
111+
112+
bindata: pkg/bindata/boxcutter/catalog/catalog.go
113+
pkg/bindata/boxcutter/catalog/catalog.go: $(shell find testdata/boxcutter/catalog -type f)
114+
mkdir -p $(@D)
115+
$(GO_BINDATA) -pkg boxcuttercatalog -o $@ -prefix "testdata/boxcutter/catalog" testdata/boxcutter/catalog/...
116+
go fmt ./$(@D)/...
117+
106118
bindata: pkg/bindata/qe/bindata.go
107119
pkg/bindata/qe/bindata.go: $(shell find test/qe/testdata -type f)
108120
mkdir -p $(@D)

openshift/tests-extension/pkg/bindata/boxcutter/bundle/bundle.go

Lines changed: 319 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)