diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-07 09:00:02 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-07 09:00:02 +0100 |
commit | 5b74f9ce0303202c942f9013a0e09db1014e6ac6 (patch) | |
tree | 79ef0e4e166ba263599379b9bb63cb7efe4ec55a | |
parent | afca7fad207d94c1f60ade4fc5abec12e4bf7b6e (diff) |
Update NovaServers.boot_server_associate_and_dissociate_floating_ip
It conforms with "Fix nova scenarios for assiciating fips" [1]
http://artifacts.opnfv.org/functest/2B3GHZXZMEIC/functest-opnfv-functest-smoke-leguer-rally_sanity-run-16/rally_sanity/rally_sanity.html
[1] https://github.com/openstack/rally-openstack/commit/ab03bfeafda0a29def4c792a174ec1af836b68be#diff-e40d163061529de4f93597cc2597505325ededfaa93855d59b2f3c717f6fa460
Change-Id: Iaed6d2f8527f62629fb7a761860f789fa1e8df72
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/opnfv_tests/openstack/rally/scenario/full/opnfv-nova.yaml | 6 | ||||
-rw-r--r-- | functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-nova.yaml b/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-nova.yaml index 71a159963..80ee5335f 100644 --- a/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-nova.yaml +++ b/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-nova.yaml @@ -395,8 +395,7 @@ - args: {{ vm_params(image_name, flavor_name) }} - create_floating_ip_args: - floating_network: {{ floating_network }} + floating_network: {{ floating_network }} nics: - net-id: {{ netid }} context: @@ -412,8 +411,7 @@ - args: {{ vm_params(image_name, flavor_name) }} - create_floating_ip_args: - floating_network: {{ floating_network }} + floating_network: {{ floating_network }} nics: - net-id: {{ netid }} context: 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 2d5051486..ffbc5f278 100644 --- a/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml +++ b/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml @@ -143,8 +143,7 @@ - args: {{ vm_params(image_name, flavor_name) }} - create_floating_ip_args: - floating_network: {{ floating_network }} + floating_network: {{ floating_network }} nics: - net-id: {{ netid }} context: |