From d9acf6eb05cfb3523bc18a29697693006f01c2bb Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Fri, 22 Apr 2016 12:58:38 +0200 Subject: [PATCH] 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 --- doc/source/devref/testing.rst | 8 ++++---- etc/edp-examples/README.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/devref/testing.rst b/doc/source/devref/testing.rst index 7bad4b1762..35a0ae1858 100644 --- a/doc/source/devref/testing.rst +++ b/doc/source/devref/testing.rst @@ -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 diff --git a/etc/edp-examples/README.rst b/etc/edp-examples/README.rst index 116a86a395..8b4ba764e8 100644 --- a/etc/edp-examples/README.rst +++ b/etc/edp-examples/README.rst @@ -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