From 1e31574dfe4c803a7fab05827ab163f3bb7f2ec7 Mon Sep 17 00:00:00 2001 From: Delia Popescu Date: Thu, 10 May 2018 12:13:08 +0300 Subject: Add cinder_test testcase Create 2 instances with Floating IPs Attach data volume to instance 1 Write data on the volume Detach volume from instance 1 Attach volume to instance 2 Read data from volume JIRA: FUNCTEST-908 Change-Id: I10efdfb3b7f9d7e6ab5c6a538052437585d52fb0 Signed-off-by: Delia Popescu --- docker/smoke/testcases.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docker') diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 583cd7b72..35695edfb 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -39,6 +39,23 @@ tiers: 'functest.opnfv_tests.openstack.vping.vping_userdata' class: 'VPingUserdata' + - + case_name: cinder_test + project_name: functest + criteria: 100 + blocking: false + description: >- + This test case verifies: 1) Attach volume and to 1 + instance; 2) Write data on volume 3) Detach volume + from instance 1, attach it on instance 2 3) Read volume + data + dependencies: + installer: '' + scenario: '^((?!lxd).)*$' + run: + module: 'functest.opnfv_tests.openstack.cinder.cinder_test' + class: 'CinderCheck' + - case_name: tempest_smoke_serial project_name: functest -- cgit 1.2.3-korg