From: Cédric Ollivier Date: Thu, 19 Nov 2020 15:00:58 +0000 (+0100) Subject: Force nics in NovaServers.boot_server_and_list_interfaces X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f135b02e890db91edf1992e33965e80e1ad479c4;p=functest.git 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 (cherry picked from commit bbad4b86cfcbe87b4dc5a3c57cb9f0a747a92f1c) --- 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 820ec3c0a..dba084e55 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: {}