From b9f0cf0cf0cec5fab35563c0c2faaf3d2df56c66 Mon Sep 17 00:00:00 2001 From: ibumarskov Date: Wed, 14 Sep 2016 16:59:05 +0300 Subject: [PATCH] [TestPlan] Add test with secure connection for dvs agent Change-Id: I2ce7ccd258a1660f706f1bded8af567399e493c3 --- docs/test_plan/source/test_suite_system.rst | 55 ++++++++++++++++++--- 1 file changed, 49 insertions(+), 6 deletions(-) diff --git a/docs/test_plan/source/test_suite_system.rst b/docs/test_plan/source/test_suite_system.rst index 6b86c39..6651412 100644 --- a/docs/test_plan/source/test_suite_system.rst +++ b/docs/test_plan/source/test_suite_system.rst @@ -15,8 +15,7 @@ dvs_vcenter_systest_setup Description ########### -Deploy environment in DualHypervisors mode with 1 controller, 1 compute-vmware -and 2 compute nodes. Nova Compute instances are running on controller nodes. +Deploy environment in DualHypervisors mode with 1 controller, 1 compute-vmware and 2 compute nodes. Complexity @@ -43,8 +42,7 @@ Steps 5. Configure network settings. 6. Enable and configure DVS plugin. 7. Enable VMware vCenter/ESXi datastore for images (Glance). - 8. Configure VMware vCenter Settings. Add 2 vSphere clusters and configure - Nova Compute instances on controllers and compute-vmware. + 8. Configure VMware vCenter Settings. Add 2 vSphere clusters and configure Nova Compute instances on controllers and compute-vmware. 9. Verify networks. 10. Deploy cluster. 11. Run OSTF. @@ -53,7 +51,7 @@ Steps Expected result ############### -Cluster should be deployed and all OSTF test cases should be passed. +Cluster should be deployed and all OSTF test cases should pass. Check abilities to create and terminate networks on DVS. @@ -820,7 +818,7 @@ Steps Expected result ############### -Cluster should be deployed and all OSTF test cases should be passed. +Cluster should be deployed and all OSTF test cases should pass. Security group rules with remote group id. @@ -1306,6 +1304,51 @@ Expected result Cluster is deployed successfully and all OSTF tests are passed. +Enable security connection for vCenter +-------------------------------------- + +ID +## + +dvs_secure + + +Description +########### + +Establish secure connection with uploaded CA bundle file. + + +Complexity +########## + +core + +Steps +##### + + 1. Install DVS plugin. + 2. Create a new environment with following parameters: + * Compute: KVM/QEMU with vCenter + * Networking: Neutron with VLAN segmentation + * Storage: default + * Additional services: default + 3. Add nodes with following roles: + * Controller + * Compute-vmware, cinder-vmware + 4. Configure VMware vCenter Settings. Add vSphere clusters and configure Nova Compute instance on conroller and compute-vmware nodes. + 5. Disable "Bypass vCenter certificate verification" option for vCenter and upload CA file certificate. + 6. Deploy the cluster. + 7. Run OSTF tests. + 8. Check dvs agent configuration. + +Expected result +############### + +Cluster is deployed successfully and all OSTF tests are passed. +CA file was uploaded on all nodes with DVS agents and 'insecure' option for dvs agents is set to False. + + Launch cluster with multiple teaming uplinks. ---------------------------------------------