Skip to content

Commit

Permalink
add e2e testing. (#121)
Browse files Browse the repository at this point in the history
* add e2e testing.

Signed-off-by: morvencao <[email protected]>

* enable mqtt auth for e2e testing.

Signed-off-by: morvencao <[email protected]>

* remove certificate rotation test.

Signed-off-by: morvencao <[email protected]>

* add resync test after reconnecting.

Signed-off-by: morvencao <[email protected]>

---------

Signed-off-by: morvencao <[email protected]>
  • Loading branch information
morvencao authored Jun 20, 2024
1 parent bb8a560 commit 85524b1
Show file tree
Hide file tree
Showing 9 changed files with 1,700 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ e2e-test/teardown:
.PHONY: e2e-test/teardown

e2e-test: e2e-test/teardown e2e-test/setup
ginkgo --output-dir="${PWD}/test/e2e/report" --json-report=report.json --junit-report=report.xml \
ginkgo -v --output-dir="${PWD}/test/e2e/report" --json-report=report.json --junit-report=report.xml \
${PWD}/test/e2e/pkg -- -consumer_name=$(shell cat ${PWD}/test/e2e/.consumer_name) \
-api-server=https://$(shell cat ${PWD}/test/e2e/.external_host_ip):30080 \
-grpc-server=$(shell cat ${PWD}/test/e2e/.external_host_ip):30090 \
Expand Down
Loading

0 comments on commit 85524b1

Please sign in to comment.