Update the documentation link for doc migration
Change-Id: I3f52e5253fdc967cc9a4f99343bd6f21e5a143eb
This commit is contained in:
@@ -7,7 +7,7 @@ Running the Monasca DevStack plugin requires a machine with 10GB of RAM.
|
|||||||
|
|
||||||
Directions for installing and running Devstack can be found here:
|
Directions for installing and running Devstack can be found here:
|
||||||
|
|
||||||
http://docs.openstack.org/developer/devstack/
|
https://docs.openstack.org/devstack/latest/
|
||||||
|
|
||||||
To run Monasca in DevStack, do the following three steps.
|
To run Monasca in DevStack, do the following three steps.
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# Introduction
|
# Introduction
|
||||||
The Monasca Tempest Tests use the [OpenStack Tempest Plugin Interface](http://docs.openstack.org/developer/tempest/plugin.html). This README describes how to configure and run them using a variety of methods.
|
The Monasca Tempest Tests use the [OpenStack Tempest Plugin Interface](https://docs.openstack.org/tempest/latest/plugin.html). This README describes how to configure and run them using a variety of methods.
|
||||||
Currently the devstack environment is needed to run the tests. Instructions on setting up a devstack environment can be found here: https://github.com/openstack/monasca-api/devstack/README.md.
|
Currently the devstack environment is needed to run the tests. Instructions on setting up a devstack environment can be found here: https://github.com/openstack/monasca-api/devstack/README.md.
|
||||||
|
|
||||||
# Configuring to run the Monasca Tempest Tests
|
# Configuring to run the Monasca Tempest Tests
|
||||||
@@ -64,12 +64,12 @@ Currently the devstack environment is needed to run the tests. Instructions on s
|
|||||||
python setup.py install
|
python setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
See the [OpenStack Tempest Plugin Interface](http://docs.openstack.org/developer/tempest/plugin.html), for more details on Tempest Plugins and the plugin registration process.
|
See the [OpenStack Tempest Plugin Interface](https://docs.openstack.org/tempest/latest/plugin.html), for more details on Tempest Plugins and the plugin registration process.
|
||||||
|
|
||||||
# Running the Monasca Tempest Tests
|
# Running the Monasca Tempest Tests
|
||||||
The Monasca Tempest Tests can be run using a variety of methods including:
|
The Monasca Tempest Tests can be run using a variety of methods including:
|
||||||
1. [Testr](https://wiki.openstack.org/wiki/Testr)
|
1. [Testr](https://wiki.openstack.org/wiki/Testr)
|
||||||
2. [Os-testr](http://docs.openstack.org/developer/os-testr/)
|
2. [Os-testr](https://docs.openstack.org/os-testr/latest/)
|
||||||
3. [PyCharm](https://www.jetbrains.com/pycharm/)
|
3. [PyCharm](https://www.jetbrains.com/pycharm/)
|
||||||
4. Tempest Scripts in Devstack
|
4. Tempest Scripts in Devstack
|
||||||
|
|
||||||
@@ -108,7 +108,7 @@ entry point for running Tempest tests.
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Run the tests from the CLI using os-testr (no file necessary)
|
## Run the tests from the CLI using os-testr (no file necessary)
|
||||||
[Os-testr](http://docs.openstack.org/developer/os-testr/) is a test wrapper that can be used to run the Monasca Tempest tests.
|
[Os-testr](https://docs.openstack.org/os-testr/latest/) is a test wrapper that can be used to run the Monasca Tempest tests.
|
||||||
|
|
||||||
1. In the Tempest root dir:
|
1. In the Tempest root dir:
|
||||||
|
|
||||||
@@ -172,9 +172,9 @@ Assuming that you have already created a PyCharm project for the ```monasca-api`
|
|||||||
|
|
||||||
# References
|
# References
|
||||||
This section provides a few additional references that might be useful:
|
This section provides a few additional references that might be useful:
|
||||||
* [Tempest - The OpenStack Integration Test Suite](http://docs.openstack.org/developer/tempest/overview.html#quickstart)
|
* [Tempest - The OpenStack Integration Test Suite](https://docs.openstack.org/tempest/latest/overview.html#quickstart)
|
||||||
* [Tempest Configuration Guide](https://github.com/openstack/tempest/blob/master/doc/source/configuration.rst#id1)
|
* [Tempest Configuration Guide](https://github.com/openstack/tempest/blob/master/doc/source/configuration.rst#id1)
|
||||||
* [OpenStack Tempest Plugin Interface](http://docs.openstack.org/developer/tempest/plugin.html)
|
* [OpenStack Tempest Plugin Interface](https://docs.openstack.org/tempest/latest/plugin.html)
|
||||||
|
|
||||||
In addition to the above references, another source of information is the following OpenStack projects:
|
In addition to the above references, another source of information is the following OpenStack projects:
|
||||||
* [Manila Tempest Tests](https://github.com/openstack/manila/tree/master/manila_tempest_tests)
|
* [Manila Tempest Tests](https://github.com/openstack/manila/tree/master/manila_tempest_tests)
|
||||||
|
Reference in New Issue
Block a user