Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Jaeger 08db3ad05f Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I37b6a82c9c3c3893bb4b9b6a4c4b5a83a6d8193c
2019-12-18 09:50:01 +01:00
Igor Gajsin a0838e91a9 remove vmware
VMware not supported since Fuel 10. So we should stop test it.

Change-Id: I5996520ded3419fd2ce2cb1e76056eed157bfffb
Implements: blueprint remove-vmware
2017-02-15 11:03:42 +03:00
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
ekhomyakova 65d44cb6a1 Added failover tests for vCenter
Change-Id: I6b0a3691223fbd89fe46667243b48b1398e936c2
Closes-bug: #1575742
2016-05-20 14:50:25 +03:00
Alexey Stepanov 573c39acf5 Fix docs tests
1. Indention of docstrings
2. Moved modules
3. Deleted duplicates

Change-Id: Ie77f8a123c419c7e42bfe7d888a8f90dc0c6bcf4
Closes-bug: #1561506
2016-03-25 10:00:41 +03:00
Dmitry Tyzhnenko 82b392284a Refactoring of system_test classes
Some design of system_test packages:
    - move actions to separate package
    - move core fuctionality to core package

Change-Id: I7b12380a687c9cccbd44d79819f842b1b2470cd5
Implemets blueprint template-based-testcases
2016-02-25 16:53:59 +02:00
Dmitry Tyzhnenko 20855e49c0 Add several common actions and tests
Added tree common action to BaseActions:
    reset_cluster - reset deployed clusert
    delete_cluster - delete already deployed cluster
    stop_on_deploy - stop deploying in 50 percent progress

Added common tests:
    RedeployAfterReset
    RedeployAfterStop
    DeleteAfterDeploy

Implement blueprint template-based-testcases

Change-Id: If3a3ab31a0960a9a42dde4edcc0fb618a12259b3
2016-01-12 14:51:56 +00:00
Ilya Bumarskov e98ef8cb59 Update vCenter tests for 8.0 release
Change-Id: I7fff70f9149dcc8e9bbb73e2c4471594c0249e2b
Closes-bug: #1524645
2015-12-11 09:30:48 +00:00
Dmitry Tyzhnenko d698b2c2a0 Add test for example plugins into system test
Add test cases for Example Plugin

Implements blueprint template-based-testcases
Change-Id: I4352dd895f7686445e1764cd3f026611265450e5
Co-Authored-By: Vladimir Khlyunev <vkhlyunev@mirantis.com>
2015-12-02 08:31:21 +01:00
Artem Grechanichenko a88049c182 Test for pacemaker resources when disk is full
Adding test case for covering filling root situation on primary controller.
 Add health_check_all, health_check_ha to ostf_base_actions.py.
 Move health_check to ostf_base_actions.py

 Closes-Bug: #1500446

Change-Id: I17055527e99c72b790544e7baef997eab20258e0
2015-11-26 10:52:52 +02:00
Dmitriy Kruglov 1dc44a08a7 Refactor the test for Fuel Master migration
Refactor the test to use template based approach:
- refactor the test to use template driven engine;
- add a new nodes config - 1 controller + 1 compute;
- add 2 new test configs - for VLAN and VXLAN net. providers
that use the new '1 controller + 1 compute' nodes config.

Change-Id: I586103f144bab73aa69b4239944ddf128919202b
Closes-bug: #1512677
2015-11-24 12:53:53 +00:00
Maksym Strukov cbb12596c5 Hotfix for fuel-qa docs to apply zero-errors in verify-fuel-qa-docs job
Change-Id: Ic3baa6b56aacaea3c01682f5410abf2ef8b34693
Related-Bug: #1515234
2015-11-11 15:42:47 +02:00