From 2fb11c5a31eaeeceb935a90bf7d4cd4fc8990ec8 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 29 May 2019 12:24:43 +0200 Subject: [PATCH] Remove varac-oas from READMEs, exmplain manual cert tests --- test/README.md | 12 ++++++------ test/behave/README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/README.md b/test/README.md index 2d35c7662..6ff653cee 100644 --- a/test/README.md +++ b/test/README.md @@ -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 diff --git a/test/behave/README.md b/test/behave/README.md index c33054ef6..021e92e2f 100644 --- a/test/behave/README.md +++ b/test/behave/README.md @@ -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)" -- GitLab