Added test for integration of GCS and mistral fuel plugins.

Change-Id: I7214f81f73155902eb230deb19f17128825b4349
This commit is contained in:
Vitalii Yerys 2016-09-28 18:31:56 +03:00
parent 779a495a6a
commit f0836ad32a
2 changed files with 49 additions and 1 deletions

View File

@ -225,4 +225,5 @@ An ordinary test cycle for each iteration consists of the following steps:
.. include:: test_suite_functional.rst
.. include:: test_suite_destructive.rst
.. include:: test_suite_gui_negative.rst
.. include:: test_suite_system.rst
.. include:: test_suite_system.rst
.. include:: test_gcs_integration_with_mistral.rst

View File

@ -0,0 +1,47 @@
=======================================
Integration with Mistral plugin testing
=======================================
Verify GCS plugin working correctly in integration with Mistral plugin
----------------------------------------------------------------------
ID
##
gcs_mistral_integration
Description
###########
Check deploy env with Mistral and GCS Fuel plugins installed
Complexity
##########
manual
Steps
#####
1. Create cluster
2. Install Mistral Fuel plugin
3. Install GCS Fuel plugin
4. Configure GCS Fuel plugin
5. Add 3 Controller-mistral nodes
6. Add 1 compute and cinder +LVM node
7. Deploy cluster
8. Run OSTF
9. Create a volume
10. Using workbook from examples in gcs plugin on master node, backup
volume
Expected results
################
All steps must be completed successfully, without any errors.