From 3393c576d60d3c2c24aba8b7110473dfafb99420 Mon Sep 17 00:00:00 2001 From: Juha Kosonen Date: Tue, 12 Jan 2016 13:15:45 +0000 Subject: Rally test case troubleshooting Minor changes to some of the failed scenarios in rally_cert. JIRA: FUNCTEST-110 Change-Id: I25d1a80d295bea0004a3bf5f42161080c44091e9 Signed-off-by: Juha Kosonen (cherry picked from commit 236f391ce99bc5e1d4a56ec5ea65705895bf39d9) --- .../CI/rally_cert/scenario/templates/server_with_volume.yaml.template | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/server_with_volume.yaml.template') diff --git a/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/server_with_volume.yaml.template b/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/server_with_volume.yaml.template index 23c882714..826ca9dae 100644 --- a/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/server_with_volume.yaml.template +++ b/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/server_with_volume.yaml.template @@ -19,6 +19,8 @@ parameters: constraints: - range: { min: 1, max: 1024 } description: must be between 1 and 1024 Gb. + network_id: + type: string resources: server: @@ -26,6 +28,8 @@ resources: properties: image: {get_param: image} flavor: {get_param: flavor} + networks: + - network: { get_param: network_id } cinder_volume: type: OS::Cinder::Volume properties: -- cgit 1.2.3-korg