Fix docs tests

1. Indention of docstrings
2. Moved modules
3. Deleted duplicates

Change-Id: Ie77f8a123c419c7e42bfe7d888a8f90dc0c6bcf4
Closes-bug: #1561506
This commit is contained in:
Alexey Stepanov 2016-03-24 15:30:27 +03:00
parent beba4ad110
commit 573c39acf5
4 changed files with 40 additions and 53 deletions

View File

@ -294,7 +294,7 @@ Test Ubuntu bootstrap
Test Ubuntu Cloud Archive Test Ubuntu Cloud Archive
------------------------- -------------------------
.. automodule:: fuelweb_test.tests.test_uca .. automodule:: fuelweb_test.tests.tests_uca.test_uca
:members: :members:
Test Vcenter Test Vcenter
@ -342,22 +342,22 @@ Test Fuel agent
Test Fuel cli Test Fuel cli
------------- -------------
.. automodule:: gates_tests.test_review_in_fuel_client .. automodule:: gates_tests.tests.test_review_in_fuel_client
:members: :members:
Test Fuel astute Test Fuel astute
---------------- ----------------
.. automodule:: gates_tests.test_review_in_astute .. automodule:: gates_tests.tests.test_review_in_astute
:members: :members:
Test Fuel nailgun agent Test Fuel nailgun agent
----------------------- -----------------------
.. automodule:: gates_tests.test_nailgun_agent .. automodule:: gates_tests.tests.test_nailgun_agent
:members: :members:
Test Fuel web Test Fuel web
------------- -------------
.. automodule:: gates_tests.test_review_fuel_web .. automodule:: gates_tests.tests.test_review_fuel_web
:members: :members:
Fuel mirror verification Fuel mirror verification
@ -477,11 +477,6 @@ Example tests
.. automodule:: fuelweb_test.tests.plugins.plugin_example.test_fuel_plugin_example .. automodule:: fuelweb_test.tests.plugins.plugin_example.test_fuel_plugin_example
:members: :members:
Example post deploy plugin install
----------------------------------
.. automodule:: fuelweb_test.tests.plugins.plugin_example.test_fuel_plugin_example_postdeploy
:members:
Example tests for plugin installation after cluster create Example tests for plugin installation after cluster create
---------------------------------------------------------- ----------------------------------------------------------
.. automodule:: fuelweb_test.tests.plugins.plugin_example.test_fuel_plugin_example_postdeploy .. automodule:: fuelweb_test.tests.plugins.plugin_example.test_fuel_plugin_example_postdeploy
@ -541,7 +536,7 @@ Security tests
Nessus scan tests Nessus scan tests
----------------- -----------------
.. automodule:: fuelweb_test.tests.tests_security_test_run_nessus .. automodule:: fuelweb_test.tests.tests_security.test_run_nessus
:members: :members:
@ -677,11 +672,7 @@ Deployment with platform components
.. automodule:: fuelweb_test.tests.tests_separate_services.test_deploy_platform_components .. automodule:: fuelweb_test.tests.tests_separate_services.test_deploy_platform_components
:members: :members:
Template based tests
--------------------
.. automodule:: fuelweb_test.actions_tests
Test for ssl components Test for ssl components
----------------------- -----------------------
.. automodule:: fuelweb_test.tests.test_ssl .. automodule:: fuelweb_test.tests.test_ssl
:members: :members:

View File

@ -83,17 +83,17 @@ Deploy cluster and check RadosGW
:members: :members:
Delete cluster after deploy Delete cluster after deploy
-------------------------------- ---------------------------
.. automodule:: system_test.tests.test_delete_after_deploy .. automodule:: system_test.tests.test_delete_after_deploy
:members: :members:
Redeploy cluster after stop Redeploy cluster after stop
-------------------------------- ---------------------------
.. automodule:: system_test.tests.test_redeploy_after_stop .. automodule:: system_test.tests.test_redeploy_after_stop
:members: :members:
Redeploy cluster after reset Redeploy cluster after reset
-------------------------------- ----------------------------
.. automodule:: system_test.tests.test_redeploy_after_reset .. automodule:: system_test.tests.test_redeploy_after_reset
:members: :members:
@ -107,7 +107,7 @@ Strength tests
Destroy controllers Destroy controllers
------------------- -------------------
.. automodule:: system_test.tests.strength.destroy_controllers .. automodule:: system_test.tests.strength.test_destroy_controllers
:members: :members:
Fill root and check pacemaker Fill root and check pacemaker
@ -118,11 +118,6 @@ Fill root and check pacemaker
Plugin tests Plugin tests
============ ============
Plugins Base
------------
.. automodule:: system_test.tests.plugins_actions
:members:
Example plugin Base Example plugin Base
------------------- -------------------
.. automodule:: system_test.tests.plugins.plugin_example .. automodule:: system_test.tests.plugins.plugin_example

View File

@ -350,16 +350,17 @@ class TestMultipleClusterNets(TestBasic):
"""Add new nodegroup to operational environment """Add new nodegroup to operational environment
Scenario: Scenario:
1. Revert snapshot with operational cluster 1. Revert snapshot with operational cluster
2. Create new nodegroup for the environment and configure its networks 2. Create new nodegroup for the environment and configure
3. Bootstrap slave node from custom-2 nodegroup it's networks
4. Add node from new nodegroup to the environment with compute role 3. Bootstrap slave node from custom-2 nodegroup
5. Run network verification 4. Add node from new nodegroup to the environment with compute role
6. Deploy changes 5. Run network verification
7. Run network verification 6. Deploy changes
8. Run OSTF 7. Run network verification
9. Check that nodes from 'default' nodegroup can reach nodes 8. Run OSTF
from new nodegroup via management and storage networks 9. Check that nodes from 'default' nodegroup can reach nodes
from new nodegroup via management and storage networks
Duration 50m Duration 50m
Snapshot add_custom_nodegroup Snapshot add_custom_nodegroup

View File

@ -981,24 +981,24 @@ class ServicesReconfiguration(TestBasic):
"""Deploy two clusters with different configs """Deploy two clusters with different configs
Scenario: Scenario:
1. Revert snapshot "ready_with_5_slaves" 1. Revert snapshot "ready_with_5_slaves"
2. Divided the IP ranges into two parts 2. Divided the IP ranges into two parts
3. Verify network of the first environment 3. Verify network of the first environment
4. Verify network of the second environment 4. Verify network of the second environment
5. Deploy environment with first ranges 5. Deploy environment with first ranges
6. Run OSTF on the first environment 6. Run OSTF on the first environment
7. Deploy environment with second ranges 7. Deploy environment with second ranges
8. Run OSTF on the second environment 8. Run OSTF on the second environment
9. Apply new CPU overcommit ratio for first environment 9. Apply new CPU overcommit ratio for first environment
10. Verify deployment task is finished 10. Verify deployment task is finished
11. Verify nova-scheduler services uptime 11. Verify nova-scheduler services uptime
12. Verify configuration file on controller 12. Verify configuration file on controller
13. Boot instances with flavor that occupy all CPU, 13. Boot instances with flavor that occupy all CPU,
boot extra instance and catch the error boot extra instance and catch the error
14. Apply old CPU overcommit ratio for each controller 14. Apply old CPU overcommit ratio for each controller
15. Verify deployment task is finished 15. Verify deployment task is finished
16. Verify nova-scheduler services uptime 16. Verify nova-scheduler services uptime
17. Verify configuration file on each controller 17. Verify configuration file on each controller
Snapshot "two_clusters_reconfiguration" Snapshot "two_clusters_reconfiguration"