From c905ad946bcb0fda07fdffa6cf0ab57f73eef0c8 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: May 23 2019 16:17:44 +0000 Subject: Remove the wrong line break --- diff --git a/modules/ROOT/pages/standard-test-interface.adoc b/modules/ROOT/pages/standard-test-interface.adoc index b43d64f..c52734c 100644 --- a/modules/ROOT/pages/standard-test-interface.adoc +++ b/modules/ROOT/pages/standard-test-interface.adoc @@ -207,7 +207,7 @@ tasks for each _test suite_ playbook: . SHOULD execute the playbook with all Ansible tags best represent the intended _test context_. .. The choice of _test context_ tags is related to the _test subject_ being tested . MUST execute Ansible with inventory set to the full path of the file or directory `tests/inventory` if it exists. -.. If the `tests/inventory` file doesn't exist, then the following inventory SHOULD be used as a default:
`/usr/share/ansible/inventory` +.. If the `tests/inventory` file doesn't exist, then `/usr/share/ansible/inventory` SHOULD be used as a default. . MUST execute the playbook as root. . MUST examine the exit code of the playbook. A zero exit code means tests completed successfully, non-zero means a problem with running tests. . MUST examine the file `results.yml` in the `artifacts` folder to detect whether tests passed of failed.