Fix doc about scenario and Tempest tests

- properly reference sahara-tests;
- change a bit the wording of Tempest tests (they are not all in the
  Tempest repository);
- use the official git.openstack.org URL.

Change-Id: I59a5c9190da2c05f8b1122cae184303fb46b6e64
This commit is contained in:
Luigi Toscano 2016-04-22 12:58:38 +02:00
parent 75c5e8da33
commit d9acf6eb05
2 changed files with 5 additions and 5 deletions

View File

@ -12,14 +12,14 @@ In most Sahara sub repositories we have `_package_/tests/unit` or
Scenario integration tests
++++++++++++++++++++++++++
New scenario integration tests were implemented in Sahara, you can see how
use and run it here: `sahara/tests/scenario/README.rst`
New scenario integration tests were implemented for Sahara, they are available
in the sahara-tests repository (https://git.openstack.org/cgit/openstack/sahara-tests).
Tempest tests
+++++++++++++
We have some tests in Tempest (https://github.com/openstack/tempest) that are
testing Sahara. Here is a list of currently implemented tests:
We have some tests based on Tempest (https://git.openstack.org/cgit/openstack/tempest)
that tests Sahara. Here is a list of currently implemented tests:
* REST API tests are checking how the Sahara REST API works.
The only part that is not tested is cluster creation, more info about api

View File

@ -3,4 +3,4 @@ Sahara files for EDP
=====================
All files from this directory have been moved to new
sahara-scenario repository: https://github.com/openstack/sahara-scenario
sahara-tests repository: https://git.openstack.org/cgit/openstack/sahara-tests