Skip to content
Snippets Groups Projects
Verified Commit 2fb11c5a authored by Varac's avatar Varac
Browse files

Remove varac-oas from READMEs, exmplain manual cert tests

parent 67a41236
No related branches found
No related tags found
No related merge requests found
......@@ -6,23 +6,23 @@ Test host configured in `test/inventory.yml`
Specify host manually:
py.test -v --hosts='ssh://root@varac-oas.openappstack.net'
py.test -v --hosts='ssh://root@example.openappstack.net'
Run cert test manually using the ansible inventory file:
OAS_DOMAIN='varac-oas.openappstack.net' py.test -v -m 'certs' \
OAS_DOMAIN='example.openappstack.net' py.test -v -m 'certs' \
--connection=ansible \
--ansible-inventory=../ansible/inventory.yml \
--hosts='ansible://*'
Run cert test manually against a different cluster, not configured in any
ansible inventory file:
ansible inventory file, either by using pytest:
OAS_DOMAIN='varac-oas.openappstack.net' py.test -v -m 'certs'
OAS_DOMAIN='example.openappstack.net' py.test -v -m 'certs'
or
or directly (allows better debugging since pytest won't eat stdout):
OAS_DOMAIN='varac-oas.openappstack.net' pytest/test_certs.py
OAS_DOMAIN='example.openappstack.net' pytest/test_certs.py
## Issues
......
......@@ -2,7 +2,7 @@
Change to the `test/behave` directory and run:
behave -D nextcloud.url=https://files.varac-oas.openappstack.net \
behave -D nextcloud.url=https://files.example.openappstack.net \
-D nextcloud.password="$(cat ../../ansible/secrets/nextcloud_admin_password)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment