Fix docs tests
1. Indention of docstrings 2. Moved modules 3. Deleted duplicates Change-Id: Ie77f8a123c419c7e42bfe7d888a8f90dc0c6bcf4 Closes-bug: #1561506
This commit is contained in:
parent
beba4ad110
commit
573c39acf5
@ -294,7 +294,7 @@ Test Ubuntu bootstrap
|
||||
|
||||
Test Ubuntu Cloud Archive
|
||||
-------------------------
|
||||
.. automodule:: fuelweb_test.tests.test_uca
|
||||
.. automodule:: fuelweb_test.tests.tests_uca.test_uca
|
||||
:members:
|
||||
|
||||
Test Vcenter
|
||||
@ -342,22 +342,22 @@ Test Fuel agent
|
||||
|
||||
Test Fuel cli
|
||||
-------------
|
||||
.. automodule:: gates_tests.test_review_in_fuel_client
|
||||
.. automodule:: gates_tests.tests.test_review_in_fuel_client
|
||||
:members:
|
||||
|
||||
Test Fuel astute
|
||||
----------------
|
||||
.. automodule:: gates_tests.test_review_in_astute
|
||||
.. automodule:: gates_tests.tests.test_review_in_astute
|
||||
:members:
|
||||
|
||||
Test Fuel nailgun agent
|
||||
-----------------------
|
||||
.. automodule:: gates_tests.test_nailgun_agent
|
||||
.. automodule:: gates_tests.tests.test_nailgun_agent
|
||||
:members:
|
||||
|
||||
Test Fuel web
|
||||
-------------
|
||||
.. automodule:: gates_tests.test_review_fuel_web
|
||||
.. automodule:: gates_tests.tests.test_review_fuel_web
|
||||
:members:
|
||||
|
||||
Fuel mirror verification
|
||||
@ -477,11 +477,6 @@ Example tests
|
||||
.. automodule:: fuelweb_test.tests.plugins.plugin_example.test_fuel_plugin_example
|
||||
: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
|
||||
----------------------------------------------------------
|
||||
.. automodule:: fuelweb_test.tests.plugins.plugin_example.test_fuel_plugin_example_postdeploy
|
||||
@ -541,7 +536,7 @@ Security tests
|
||||
|
||||
Nessus scan tests
|
||||
-----------------
|
||||
.. automodule:: fuelweb_test.tests.tests_security_test_run_nessus
|
||||
.. automodule:: fuelweb_test.tests.tests_security.test_run_nessus
|
||||
:members:
|
||||
|
||||
|
||||
@ -677,11 +672,7 @@ Deployment with platform components
|
||||
.. automodule:: fuelweb_test.tests.tests_separate_services.test_deploy_platform_components
|
||||
:members:
|
||||
|
||||
Template based tests
|
||||
--------------------
|
||||
.. automodule:: fuelweb_test.actions_tests
|
||||
|
||||
Test for ssl components
|
||||
-----------------------
|
||||
.. automodule:: fuelweb_test.tests.test_ssl
|
||||
:members:
|
||||
:members:
|
||||
|
@ -83,17 +83,17 @@ Deploy cluster and check RadosGW
|
||||
:members:
|
||||
|
||||
Delete cluster after deploy
|
||||
--------------------------------
|
||||
---------------------------
|
||||
.. automodule:: system_test.tests.test_delete_after_deploy
|
||||
:members:
|
||||
|
||||
Redeploy cluster after stop
|
||||
--------------------------------
|
||||
---------------------------
|
||||
.. automodule:: system_test.tests.test_redeploy_after_stop
|
||||
:members:
|
||||
|
||||
Redeploy cluster after reset
|
||||
--------------------------------
|
||||
----------------------------
|
||||
.. automodule:: system_test.tests.test_redeploy_after_reset
|
||||
:members:
|
||||
|
||||
@ -107,7 +107,7 @@ Strength tests
|
||||
|
||||
Destroy controllers
|
||||
-------------------
|
||||
.. automodule:: system_test.tests.strength.destroy_controllers
|
||||
.. automodule:: system_test.tests.strength.test_destroy_controllers
|
||||
:members:
|
||||
|
||||
Fill root and check pacemaker
|
||||
@ -118,11 +118,6 @@ Fill root and check pacemaker
|
||||
Plugin tests
|
||||
============
|
||||
|
||||
Plugins Base
|
||||
------------
|
||||
.. automodule:: system_test.tests.plugins_actions
|
||||
:members:
|
||||
|
||||
Example plugin Base
|
||||
-------------------
|
||||
.. automodule:: system_test.tests.plugins.plugin_example
|
||||
|
@ -350,16 +350,17 @@ class TestMultipleClusterNets(TestBasic):
|
||||
"""Add new nodegroup to operational environment
|
||||
|
||||
Scenario:
|
||||
1. Revert snapshot with operational cluster
|
||||
2. Create new nodegroup for the environment and configure its networks
|
||||
3. Bootstrap slave node from custom-2 nodegroup
|
||||
4. Add node from new nodegroup to the environment with compute role
|
||||
5. Run network verification
|
||||
6. Deploy changes
|
||||
7. Run network verification
|
||||
8. Run OSTF
|
||||
9. Check that nodes from 'default' nodegroup can reach nodes
|
||||
from new nodegroup via management and storage networks
|
||||
1. Revert snapshot with operational cluster
|
||||
2. Create new nodegroup for the environment and configure
|
||||
it's networks
|
||||
3. Bootstrap slave node from custom-2 nodegroup
|
||||
4. Add node from new nodegroup to the environment with compute role
|
||||
5. Run network verification
|
||||
6. Deploy changes
|
||||
7. Run network verification
|
||||
8. Run OSTF
|
||||
9. Check that nodes from 'default' nodegroup can reach nodes
|
||||
from new nodegroup via management and storage networks
|
||||
|
||||
Duration 50m
|
||||
Snapshot add_custom_nodegroup
|
||||
|
@ -981,24 +981,24 @@ class ServicesReconfiguration(TestBasic):
|
||||
"""Deploy two clusters with different configs
|
||||
|
||||
Scenario:
|
||||
1. Revert snapshot "ready_with_5_slaves"
|
||||
2. Divided the IP ranges into two parts
|
||||
3. Verify network of the first environment
|
||||
4. Verify network of the second environment
|
||||
5. Deploy environment with first ranges
|
||||
6. Run OSTF on the first environment
|
||||
7. Deploy environment with second ranges
|
||||
8. Run OSTF on the second environment
|
||||
9. Apply new CPU overcommit ratio for first environment
|
||||
10. Verify deployment task is finished
|
||||
11. Verify nova-scheduler services uptime
|
||||
12. Verify configuration file on controller
|
||||
13. Boot instances with flavor that occupy all CPU,
|
||||
boot extra instance and catch the error
|
||||
14. Apply old CPU overcommit ratio for each controller
|
||||
15. Verify deployment task is finished
|
||||
16. Verify nova-scheduler services uptime
|
||||
17. Verify configuration file on each controller
|
||||
1. Revert snapshot "ready_with_5_slaves"
|
||||
2. Divided the IP ranges into two parts
|
||||
3. Verify network of the first environment
|
||||
4. Verify network of the second environment
|
||||
5. Deploy environment with first ranges
|
||||
6. Run OSTF on the first environment
|
||||
7. Deploy environment with second ranges
|
||||
8. Run OSTF on the second environment
|
||||
9. Apply new CPU overcommit ratio for first environment
|
||||
10. Verify deployment task is finished
|
||||
11. Verify nova-scheduler services uptime
|
||||
12. Verify configuration file on controller
|
||||
13. Boot instances with flavor that occupy all CPU,
|
||||
boot extra instance and catch the error
|
||||
14. Apply old CPU overcommit ratio for each controller
|
||||
15. Verify deployment task is finished
|
||||
16. Verify nova-scheduler services uptime
|
||||
17. Verify configuration file on each controller
|
||||
|
||||
Snapshot "two_clusters_reconfiguration"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user