97aa27080f
So that we can better test functions related to ssh connectivity, add a static node to the functional test. Change-Id: I3dfdaca0b4e5dbfb35e4a645c7bcb56e0eec88c2 |
||
---|---|---|
.. | ||
ingress.yaml | ||
inventory | ||
kind.yaml | ||
README.rst | ||
restart.sh | ||
vars.yaml |
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