zuul-operator/tools
James E. Blair 97aa27080f Add static node to functional test
So that we can better test functions related to ssh connectivity,
add a static node to the functional test.

Change-Id: I3dfdaca0b4e5dbfb35e4a645c7bcb56e0eec88c2
2021-08-05 07:34:49 -07:00
..
README.rst Add instructions and tools for running tests with kind 2021-07-23 10:27:11 -07:00
ingress.yaml Add instructions and tools for running tests with kind 2021-07-23 10:27:11 -07:00
inventory Add instructions and tools for running tests with kind 2021-07-23 10:27:11 -07:00
kind.yaml Add instructions and tools for running tests with kind 2021-07-23 10:27:11 -07:00
restart.sh Add instructions and tools for running tests with kind 2021-07-23 10:27:11 -07:00
vars.yaml Add static node to functional test 2021-08-05 07:34:49 -07:00

README.rst

To run the functional tests locally with kind:

./restart.sh

ansible-playbook -i tools/inventory -e @tools/vars.yaml \
  -e ansible_python_interpreter=`which python3` \
  playbooks/zuul-operator-functional/run.yaml

# Start zuul-operator interactively while the above command is
# running.

ansible-playbook -i tools/inventory -e @tools/vars.yaml \
  -e ansible_python_interpreter=`which python3` \
  playbooks/zuul-operator-functional/test.yaml