From f0836ad32a633bf1f16da82baef507ef7862d795 Mon Sep 17 00:00:00 2001 From: Vitalii Yerys Date: Wed, 28 Sep 2016 18:31:56 +0300 Subject: [PATCH] Added test for integration of GCS and mistral fuel plugins. Change-Id: I7214f81f73155902eb230deb19f17128825b4349 --- doc/testing/master_test_plan.rst | 3 +- .../test_gcs_integration_with_mistral.rst | 47 +++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 doc/testing/test_gcs_integration_with_mistral.rst diff --git a/doc/testing/master_test_plan.rst b/doc/testing/master_test_plan.rst index 39f8ac7..e79e70a 100644 --- a/doc/testing/master_test_plan.rst +++ b/doc/testing/master_test_plan.rst @@ -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 \ No newline at end of file +.. include:: test_suite_system.rst +.. include:: test_gcs_integration_with_mistral.rst \ No newline at end of file diff --git a/doc/testing/test_gcs_integration_with_mistral.rst b/doc/testing/test_gcs_integration_with_mistral.rst new file mode 100644 index 0000000..2152a03 --- /dev/null +++ b/doc/testing/test_gcs_integration_with_mistral.rst @@ -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. \ No newline at end of file