aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-07-27 12:25:22 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-07-27 12:26:50 +0200
commit63659f2a592eee9a45d26225906f37673aecf8e4 (patch)
tree1c4786d69cf7b2248a5f3f3caa8fc85fb435dc73
parent3b7905fb1bba8b641bb3028154dc3d90e7b0d12d (diff)
Add nics net-id when booting dd load test
http://artifacts.opnfv.org/functest/EP1852KPIZEE/functest-opnfv-functest-smoke-latest-rally_sanity-run-920/rally_sanity/rally_sanity.html#/VMTasks.dd_load_test/failures Change-Id: I959d414692dd52e76175a7341f7d16ef28ab8472 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--functest/opnfv_tests/openstack/rally/scenario/opnfv-vm.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/rally/scenario/opnfv-vm.yaml b/functest/opnfv_tests/openstack/rally/scenario/opnfv-vm.yaml
index cea3940fb..3aa8ac8e5 100644
--- a/functest/opnfv_tests/openstack/rally/scenario/opnfv-vm.yaml
+++ b/functest/opnfv_tests/openstack/rally/scenario/opnfv-vm.yaml
@@ -5,6 +5,8 @@
name: {{ flavor_name }}
image:
name: {{ image_name }}
+ nics:
+ - net-id: {{ netid }}
floating_network: {{ floating_network }}
force_delete: false
username: {{ username }}