diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-10-31 06:35:33 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-10-31 06:35:33 +0000 |
commit | 9407ead03ef8f89479383d1144a52fc2f35fd9f6 (patch) | |
tree | 3924bf0a6a1fbfda82a3fab03fffcb0523f0c7b2 /functest/opnfv_tests/openstack/rally/scenario/sanity | |
parent | ff34df7ec7be6cd5fcf0f7557b393bd5d6266047 (diff) |
Remove some obsolete scenarios for rally 0.10
Nova-Network are not alive any more and have been removed
in Rally stable/0.10 [1].
[1]: https://github.com/openstack/rally/releases/tag/0.10.0
JIRA: FUNCTEST-883
Change-Id: I45a20504589003a39ff27770709de6881e69aee3
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/opnfv_tests/openstack/rally/scenario/sanity')
-rw-r--r-- | functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml | 21 |
1 files changed, 0 insertions, 21 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 e2795cf7..7d21db02 100644 --- a/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml +++ b/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml @@ -106,27 +106,6 @@ sla: {{ no_failures_sla() }} - NovaSecGroup.boot_and_delete_server_with_secgroups: - - - args: - {{ vm_params(image_name, flavor_name) }} - security_group_count: 10 - rules_per_security_group: 10 - nics: - - net-id: {{ netid }} - context: - {% call user_context(tenants_amount, users_amount, use_existing_users) %} - network: - start_cidr: "100.1.0.0/25" - quotas: - {{ unlimited_nova() }} - {{ unlimited_neutron(secgroups=true) }} - {% endcall %} - runner: - {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }} - sla: - {{ no_failures_sla() }} - NovaServers.boot_and_migrate_server: - args: {{ vm_params(image_name, flavor_name) }} |