From: Cédric Ollivier Date: Mon, 27 Jul 2020 10:25:22 +0000 (+0200) Subject: Add nics net-id when booting dd load test X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=63659f2a592eee9a45d26225906f37673aecf8e4;p=functest.git 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 --- 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 }}