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 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 3d4c88bec..62785a1db 100644 --- a/tox.ini +++ b/tox.ini @@ -60,6 +60,7 @@ modules = functest.opnfv_tests.openstack.snaps functest.opnfv_tests.openstack.tempest functest.opnfv_tests.openstack.vping + functest.opnfv_tests.openstack.cinder functest.opnfv_tests.sdn.odl functest.opnfv_tests.vnf.router functest.tests.unit.ci @@ -106,6 +107,8 @@ commands = nosetests {[testenv:py35]dirs} [testenv:bashate] basepython = python2.7 files = + functest/opnfv_tests/openstack/cinder/write_data.sh + functest/opnfv_tests/openstack/cinder/read_data.sh functest/opnfv_tests/openstack/rally/scenario/support/instance_dd_test.sh functest/ci/download_images.sh build.sh -- cgit 1.2.3-korg