diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-19 16:00:58 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-19 16:01:39 +0100 |
commit | bbad4b86cfcbe87b4dc5a3c57cb9f0a747a92f1c (patch) | |
tree | d2b222ad32fc3559b8511627cc90cedfbbee6c91 | |
parent | 5b96694ec402cede3e0ce3b57fa7e7cff281f179 (diff) |
Force nics in NovaServers.boot_server_and_list_interfaces
It stops leveraging auto_assign_nic which fails in case of Airship.
Change-Id: I707bbde08c00f9d70efd6207b627fd3fb228873f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml b/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml index 138e53b00..2d5051486 100644 --- a/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml +++ b/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml @@ -128,7 +128,8 @@ - args: {{ vm_params(image_name, flavor_name) }} - auto_assign_nic: true + nics: + - net-id: {{ netid }} context: {% call user_context(tenants_amount, users_amount, use_existing_users) %} network: {} |