Skip to content

Commit

Permalink
Re-enable ha-scale-testing in travis-ci
Browse files Browse the repository at this point in the history
Closes #31

Now that #33 has merged, re-enable testing ha-scale-vpn in travis-ci,
as I believe the VRRP configuration fixes should allow this to run
again.

Signed-off-by: Kyle Mestery <[email protected]>
  • Loading branch information
mestery committed Dec 18, 2018
1 parent 90b02b0 commit f6b439c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,8 @@ travis:
@echo "Files:"
@echo "$$(git diff --name-only $$TRAVIS_COMMIT_RANGE)"

# NOTE: We do not run ha-scale-vpn by default here because it has issues in travis-ci.
# See #31 for more details.
.PHONY: run
run: run-allinone run-multiple run-strongswan run-vppvpn run-cups-vppvpn
run: run-allinone run-multiple run-strongswan run-vppvpn run-cups-vppvpn run-ha-scale-vpn

# NOTE: We do not test ha-scale-vpn by default here because it has issues in travis-ci.
# See #31 for more details.
.PHONY: test
test: test-allinone test-multiple test-strongswan test-vppvpn test-cups-vppvpn
test: test-allinone test-multiple test-strongswan test-vppvpn test-cups-vppvpn test-ha-scale-vpn
2 changes: 1 addition & 1 deletion docker/ha-scale-vpn/Makefile.ha-scale-vpn
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ run-ha-scale-vpn:

.PHONY: test-ha-scale-vpn
test-ha-scale-vpn:
@docker exec -it ha-vpnclient ping 10.223.226.51 -c 5
@docker exec -it ha-vpnclient ping 10.122.223.252 -c 5

.PHONY: remove-ha-scale-vpn
remove-ha-scale-vpn:
Expand Down

0 comments on commit f6b439c

Please sign in to comment.