From d4a61b9dfa9de4291fee06927a67502579020658 Mon Sep 17 00:00:00 2001 From: Juha Kosonen Date: Tue, 6 Feb 2018 13:50:05 +0200 Subject: Fix rally cinder volume attach scenarios Add network id to following scenarios: CinderVolumes.create_snapshot_and_attach_volume CinderVolumes.create_nested_snapshots_and_attach_volume JIRA: FUNCTEST-929 Change-Id: If95babebf9ea6205684494395bdfd72d5203f4bf Signed-off-by: Juha Kosonen --- .../opnfv_tests/openstack/rally/scenario/full/opnfv-cinder.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'functest/opnfv_tests/openstack/rally/scenario/full') diff --git a/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-cinder.yaml b/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-cinder.yaml index 87fae11a3..f36d0b2d9 100644 --- a/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-cinder.yaml +++ b/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-cinder.yaml @@ -84,6 +84,9 @@ size: max: 1 min: 1 + create_vm_params: + nics: + - net-id: {{ netid }} context: {% call user_context(tenants_amount, users_amount, use_existing_users) %} quotas: @@ -101,6 +104,9 @@ size: min: 1 max: 5 + create_vm_params: + nics: + - net-id: {{ netid }} context: {% call user_context(tenants_amount, users_amount, use_existing_users) %} quotas: -- cgit 1.2.3-korg