summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/userguide
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2017-09-11 23:50:15 +0200
committerGeorg Kunz <georg.kunz@ericsson.com>2017-09-13 19:00:58 +0200
commit643f784222a60a71f6a8ade5b186b8c25ff0c61f (patch)
tree530542fcbce6f295aaecd88470609b63cd1ddee5 /docs/testing/user/userguide
parent904e58deea73add93828010021b991d4ff996675 (diff)
Replacing references to "DefCore"
This patch removes all references to the outdated term "DefCore" in the Dovetail documentation. The DefCore working group has been renamed OpenStack InterOp Working Group some time ago. This patch also proposes renaming the "defcore" test area to "osinterop". JIRA: DOVETAIL-499 Change-Id: I7bb2ca33cb1eaf17c3ca0fc79a4f923e5886ece4 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'docs/testing/user/userguide')
-rw-r--r--docs/testing/user/userguide/testing_guide.rst19
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/testing/user/userguide/testing_guide.rst b/docs/testing/user/userguide/testing_guide.rst
index 3a9c6dc4..d88d5715 100644
--- a/docs/testing/user/userguide/testing_guide.rst
+++ b/docs/testing/user/userguide/testing_guide.rst
@@ -479,15 +479,14 @@ Users need to create file ``$DOVETAIL_HOME/pre_config/id_rsa`` to store the priv
key_filename: /root/.ssh/id_rsa
-Special Configuration for Running defcore, IPv6 and tempest Test Cases
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Configuration for Running Tempest Test Cases
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-All test cases in test area defcore, ipv6 and tempest are picked up from Tempest.
-For all these test cases, they need some configurations. Most of them
-are done by Dovetail. However, there are still some configurations needed to be
-given by users who know the SUT better. All these additional configurations should
-be in file ``$DOVETAIL_HOME/pre_config/tempest_conf.yaml``. If this file is not given,
-some test cases will be skipped or failed.
+The test cases in the test areas `interop` (OpenStack Interoperability tests),
+`ipv6` and `tempest` are based on Tempest. A SUT-specific configuration of
+Tempest is required in order to run those test cases successfully. The
+corresponding SUT-specific configuration options should be supplied in the file
+``$DOVETAIL_HOME/pre_config/tempest_conf.yaml``.
Create and edit file ``$DOVETAIL_HOME/pre_config/tempest_conf.yaml``.
Here is an example of what this file should contain.
@@ -529,9 +528,9 @@ When a tester is performing trial runs, Dovetail stores results in a local file
* Additional log files may be of interests: refstack.log, dovetail_ha_tcXXX.out ...
- * Example: defcore test case example
+ * Example: OpenStack Interoperability test cases
- * Can see the log details in ``defcore_logs/dovetail.defcore.tc001.log``,
+ * Can see the log details in ``osinterop_logs/dovetail.osinterop.tc001.log``,
which has the passed, skipped and failed test cases results.
* The skipped test cases have the reason for the users to see why these test cases skipped.