diff options
author | Delia Popescu <delia.popescu@enea.com> | 2018-05-10 12:13:08 +0300 |
---|---|---|
committer | Delia Popescu <delia.popescu@enea.com> | 2018-05-25 16:50:47 +0300 |
commit | 1e31574dfe4c803a7fab05827ab163f3bb7f2ec7 (patch) | |
tree | acc71961da1d4350e6277de664ec71f2035e9907 /tox.ini | |
parent | ac8e3d4d9f7fe99021f41ee9c86370e7d9866d65 (diff) |
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 <delia.popescu@enea.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |