fuel-qa/doc/system_tests.rst
ekhomyakova 10c8cf7fc1 Add tests for vCenter cluster actions
Test cases:
1. Reset and redeploy cluster with vCenter after succesfull deployment
2. Stop and redeploy cluster with vCenter with new parameters
3. Redeploy cluster with vCenter after failed deployment

Closes-Bug: #1612578
Change-Id: Ia0de031e9c6d7a72f126a28b8e150496350c5a87
2016-09-02 16:34:30 +03:00

3.0 KiB

System tests

System tests

Core

Repository

system_test.core.repository

Discover

system_test.core.discover

Decorators

system_test.core.decorators

Factory

system_test.core.factory

Config

system_test.core.config

Actions

Base actions

system_test.actions.base

Fuelmaster actions

system_test.actions.fuelmaster_actions

OSTF actions

system_test.actions.ostf_actions

Plugins actions

system_test.actions.plugins_actions

Strength actions

system_test.actions.strength_actions

VCenter actions

system_test.actions.vcenter_actions

General tests

ActionTest

system_test.tests.base

Case deploy Environment

system_test.tests.test_create_deploy_ostf

Deploy cluster and check RadosGW

system_test.tests.test_deploy_check_rados

Delete cluster after deploy

system_test.tests.test_delete_after_deploy

Redeploy cluster after stop

system_test.tests.test_redeploy_after_stop

Redeploy cluster after reset

system_test.tests.test_redeploy_after_reset

Fuel master migration

system_test.tests.test_fuel_migration

Strength tests

Destroy controllers

system_test.tests.strength.test_destroy_controllers

Fill root and check pacemaker

system_test.tests.strength.test_filling_root

Plugin tests

Example plugin Base

system_test.tests.plugins.plugin_example

Example plugin

system_test.tests.plugins.plugin_example.test_plugin_example

Example plugin v3

system_test.tests.plugins.plugin_example.test_plugin_example_v3

vCenter tests

vCenter/DVS

system_test.tests.vcenter.test_vcenter_dvs

vCenter/DVS failover

system_test.tests.vcenter.test_vcenter_failover

vCenter/DVS cluster actions

system_test.tests.vcenter.test_vcenter_cluster_actions

Helpers

Decorators

system_test.helpers.decorators