Skip to content

Instantly share code, notes, and snippets.

@yiqigao217
Last active April 20, 2021 19:56
Show Gist options
  • Save yiqigao217/d4b04bfe70afadae0fa31460e54752c5 to your computer and use it in GitHub Desktop.
Save yiqigao217/d4b04bfe70afadae0fa31460e54752c5 to your computer and use it in GitHub Desktop.
$ make test-e2e-batch N=10
Ensuring all system namespaces are excluded from HNC...
namespace/hnc-system not labeled
namespace/kube-node-lease not labeled
namespace/kube-public not labeled
namespace/kube-system not labeled
If these tests fail due to the webhook not being ready, wait 30s and try again. Note that webhooks can take up to 30s to become ready
after HNC is first deployed in a cluster.
number=1 ; while [[ $number -le 10 ]] ; do \
echo $number ; \
((number = number + 1)) ; \
go clean -testcache ; \
go test -v -timeout 0 ./test/e2e/... ; \
done
1
=== RUN TestE2e
Running Suite: HNC Suite
========================
Random Seed: 1618935783
Will run 34 of 34 specs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment