Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Test Requirements #9

Open
jmarhee opened this issue Aug 27, 2019 · 0 comments
Open

Test Requirements #9

jmarhee opened this issue Aug 27, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jmarhee
Copy link
Contributor

jmarhee commented Aug 27, 2019

Test should:

  • Run example TF
  • Ping jumphost (won't be firewalled-- if pingable, success):
ping -oc 100000 "$some_address" > /dev/null && exit 0 || exit 1
  • Ping FW agent node (will be firewalled-- if pingable, fail, else, pass):
ping -oc 100000 "$some_address" > /dev/null && exit 1 || exit 0

Pretty straightforward workflow, demonstrates functionality intentionally.

This will need a one-liner to get the addresses out of TF state reliably as well.

@jmarhee jmarhee added the enhancement New feature or request label Aug 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant