smoke test: test firewall inbound / outbound (#240)

Test that basic inbound / outbound firewall rules work during the smoke
test. This change sets an inbound firewall rule on host3, and a new
host4 with outbound firewall rules. It also tests that conntrack allows
packets once the connection has been established.
This commit is contained in:
Wade Simmons
2020-06-26 13:46:51 -04:00
committed by GitHub
parent e94c6b0125
commit 55858c64cc
4 changed files with 51 additions and 17 deletions

View File

@ -14,7 +14,7 @@ on:
jobs:
smoke:
name: Run 3 node smoke test
name: Run multi node smoke test
runs-on: ubuntu-latest
steps: