Remove most of the time.Sleep from the e2e tests
This commit is contained in:
parent
c3ff76ae50
commit
62a80a39ad
30 changed files with 628 additions and 465 deletions
2
Makefile
2
Makefile
|
|
@ -159,7 +159,7 @@ e2e-image: sub-container-amd64
|
|||
.PHONY: e2e-test
|
||||
e2e-test:
|
||||
@go test -o e2e-tests -c ./test/e2e
|
||||
@KUBECONFIG=${HOME}/.kube/config ./e2e-tests -test.parallel 1
|
||||
@KUBECONFIG=${HOME}/.kube/config ./e2e-tests -alsologtostderr -test.v -logtostderr -ginkgo.trace
|
||||
|
||||
.PHONY: cover
|
||||
cover:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue