From c95918037bc2ab73d30f70533b6f6c2a1ee1adce Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Tue, 25 Oct 2022 22:05:48 +0200 Subject: [PATCH] Include database into e2e tests Signed-off-by: Yury Tsarev --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 290c7cf..31bed2e 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ build.init: $(UP) # End to End Testing uptest: build $(UPTEST) $(KUBECTL) $(KUTTL) local.xpkg.deploy.configuration.$(PROJECT_NAME) @$(INFO) running automated tests - @KUBECTL=$(KUBECTL) KUTTL=$(KUTTL) $(UPTEST) e2e examples/cluster-claim.yaml --setup-script=test/setup.sh --default-timeout=2400 || $(FAIL) + @KUBECTL=$(KUBECTL) KUTTL=$(KUTTL) $(UPTEST) e2e examples/cluster-claim.yaml,examples/postgres-claim.yaml --setup-script=test/setup.sh --default-timeout=2400 || $(FAIL) @$(OK) running automated tests -e2e: controlplane.up uptest \ No newline at end of file +e2e: controlplane.up uptest