Fix typos and plugin samples link
Few spells are corrected and link for plugin samples are added in README.rst Change-Id: Ide3cf37ddc0296ad2a6cb9c5e66e96e3f0c88fbc Closes-Bug: #1491367
This commit is contained in:
parent
b1fc727e73
commit
4c279c9cef
@ -21,7 +21,7 @@ This page describes automated tests for a Murano project:
|
||||
* where tests are located
|
||||
* how they are run
|
||||
* how execute tests on a local machine
|
||||
* how to find the the root of problems with FAILed tests
|
||||
* how to find the root of problems with FAILed tests
|
||||
|
||||
Murano continuous integration service
|
||||
=====================================
|
||||
@ -37,7 +37,7 @@ There you can find each job for each repository: one for the **murano** and anot
|
||||
* "gate-murano-integration\*" verifies each commit to murano repository
|
||||
|
||||
Other jobs allow to build and test Murano documentation and perform another usefull work to support Murano CI infrastructure.
|
||||
All jobs are run on fresh installation of operation system and all components are installed on each run.
|
||||
All jobs are run on fresh installation of operating system and all components are installed on each run.
|
||||
|
||||
Murano automated tests: UI tests
|
||||
================================
|
||||
@ -124,7 +124,7 @@ All Murano services have tempest-based automated tests, which allow to verify AP
|
||||
|
||||
Tempest tests for Murano are located at the: https://git.openstack.org/cgit/openstack/murano/tree/murano/tests/functional
|
||||
|
||||
The following Python files are contain basic tests suites for different Murano components.
|
||||
The following Python files contains basic tests suites for different Murano components.
|
||||
|
||||
API Tests
|
||||
+++++++++
|
||||
|
@ -27,7 +27,7 @@ compare the results with baseline data provided.
|
||||
System prerequisites
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Supported Operation Systems
|
||||
Supported Operating Systems
|
||||
---------------------------
|
||||
|
||||
* Ubuntu Server 12.04 LTS
|
||||
|
@ -77,7 +77,7 @@ Manual neutron network configuration
|
||||
|
||||
* First, you need to check for existence of external networks. Login as admin and go to
|
||||
*Project -> Network -> Network Topology*. And check network type in network details at *Admin -> Networks -> Network name* page.
|
||||
The same action can be done via CLI by running `neutron net-external-list`. To create new external network examine `OpenStack documentation <http://docs.openstack.org/trunk/install-guide/install/apt/content/neutron_initial-external-network.html>`_.
|
||||
The same action can be done via CLI by running `neutron net-external-list`. To create new external network examine `OpenStack documentation <http://docs.openstack.org/kilo/install-guide/install/apt/content/neutron_initial-external-network.html>`_.
|
||||
|
||||
.. image:: 1.png
|
||||
:align: left
|
||||
|
@ -26,3 +26,5 @@ Useful links
|
||||
* How to add rally-gates: https://rally.readthedocs.org/en/latest/gates.html
|
||||
|
||||
* About plugins: https://rally.readthedocs.org/en/latest/plugins.html
|
||||
|
||||
* Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins
|
||||
|
Loading…
Reference in New Issue
Block a user