Refactore integration test (#150)

Signed-off-by: Jian Qiu <jqiu@redhat.com>
This commit is contained in:
Jian Qiu
2023-05-31 14:34:06 +08:00
committed by GitHub
parent 116ae8cc28
commit 8a05d4b030
148 changed files with 888 additions and 1428 deletions

View File

@@ -13,7 +13,7 @@ include $(addprefix ./vendor/github.com/openshift/build-machinery-go/make/, \
)
# Include the integration setup makefile.
include ./test/integration-test.mk
include ./test/integration/integration-test.mk
# Add packages to do unit test
GO_TEST_PACKAGES :=./pkg/...