You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
.. | ||
README.rst | 2 years ago | |
ingress.yaml | 2 years ago | |
inventory | 2 years ago | |
kind.yaml | 2 years ago | |
restart.sh | 2 years ago | |
vars.yaml | 2 years ago |
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