9d27e540d15a1411f905fe250d949e4e57cbb056
[functest.git] / functest / ci / testcases.yaml
1 ---
2 tiers:
3     -
4         name: healthcheck
5         order: 0
6         description: >-
7             First tier to be executed to verify the basic
8             operations in the VIM.
9         testcases:
10             -
11                 case_name: connection_check
12                 project_name: functest
13                 criteria: 100
14                 blocking: true
15                 description: >-
16                     This test case verifies the retrieval of OpenStack clients:
17                     Keystone, Glance, Neutron and Nova and may perform some
18                     simple queries.
19                 run:
20                     name: connection_check
21
22             -
23                 case_name: tenantnetwork1
24                 project_name: functest
25                 criteria: 100
26                 blocking: true
27                 description: >-
28                     It creates and configures all tenant network ressources
29                     required by advanced testcases (subnet, network and
30                     router).
31                 run:
32                     name: tenantnetwork1
33
34             -
35                 case_name: tenantnetwork2
36                 project_name: functest
37                 criteria: 100
38                 blocking: true
39                 description: >-
40                     It creates new user/project before creating and configuring
41                     all tenant network ressources required by a testcase
42                     (subnet, network and router).
43                 run:
44                     name: tenantnetwork2
45
46             -
47                 case_name: vmready1
48                 project_name: functest
49                 criteria: 100
50                 blocking: true
51                 description: >-
52                     It inherits from TenantNetwork1 which creates all network
53                     resources and prepares a future VM attached to that
54                     network.
55                 run:
56                     name: vmready1
57
58             -
59                 case_name: vmready2
60                 project_name: functest
61                 criteria: 100
62                 blocking: true
63                 description: >-
64                     It creates new user/project before creating and configuring
65                     all tenant network ressources, flavors, images, etc.
66                     required by advanced testcases.
67                 run:
68                     name: vmready2
69
70             -
71                 case_name: singlevm1
72                 project_name: functest
73                 criteria: 100
74                 blocking: true
75                 description: >-
76                     It inherits from TenantNetwork1 which creates all network
77                     resources and completes it by booting a VM attached to that
78                     network.
79                 run:
80                     name: singlevm1
81
82             -
83                 case_name: singlevm2
84                 project_name: functest
85                 criteria: 100
86                 blocking: true
87                 description: >-
88                     It creates new user/project before creating and configuring
89                     all tenant network ressources and vms required by advanced
90                     testcases.
91                 run:
92                     name: singlevm2
93
94             -
95                 case_name: vping_ssh
96                 project_name: functest
97                 criteria: 100
98                 blocking: true
99                 description: >-
100                     This test case verifies: 1) SSH to an instance using
101                     floating IPs over the public network. 2) Connectivity
102                     between 2 instances over a private network.
103                 run:
104                     name: vping_ssh
105
106             -
107                 case_name: vping_userdata
108                 project_name: functest
109                 criteria: 100
110                 blocking: true
111                 description: >-
112                     This test case verifies:  1) Boot a VM with given userdata.
113                     2) Connectivity between 2 instances over a private network.
114                 run:
115                     name: vping_userdata
116
117             -
118                 case_name: cinder_test
119                 project_name: functest
120                 criteria: 100
121                 blocking: true
122                 description: >-
123                     This test case verifies: 1) Attach volume and to 1
124                     instance; 2) Write data on volume 3) Detach volume
125                     from instance 1, attach it on instance 2 3) Read volume
126                     data
127                 run:
128                     name: cinder_test
129
130             -
131                 case_name: odl
132                 project_name: functest
133                 criteria: 100
134                 blocking: true
135                 description: >-
136                     Test Suite for the OpenDaylight SDN Controller. It
137                     integrates some test suites from upstream using
138                     Robot as the test framework.
139                 dependencies:
140                     - DEPLOY_SCENARIO: 'odl'
141                 run:
142                     name: odl
143                     args:
144                         suites:
145                             - /src/odl_test/csit/suites/integration/basic
146                             - /src/odl_test/csit/suites/openstack/neutron
147
148             -
149                 case_name: tempest_smoke
150                 project_name: functest
151                 criteria: 100
152                 blocking: false
153                 description: >-
154                     This test case runs the smoke subset of the OpenStack
155                     Tempest suite. The list of test cases is generated by
156                     Tempest automatically and depends on the parameters of
157                     the OpenStack deplopyment.
158                     https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L114
159                 run:
160                     name: tempest_common
161                     args:
162                         mode: '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)'
163                         option:
164                             - '--concurrency=4'
165
166             -
167                 case_name: tempest_horizon
168                 project_name: functest
169                 criteria: 100
170                 blocking: false
171                 description: >-
172                     This test case runs the Tempest suite proposed by the
173                     Horizon project.
174                 dependencies:
175                     - DASHBOARD_URL: '^(?!\s*$).+'
176                 run:
177                     name: tempest_horizon
178                     args:
179                         mode: '^tempest_horizon.'
180
181     -
182         name: smoke
183         order: 1
184         description: >-
185             Set of basic Functional tests to validate the OPNFV scenarios.
186         testcases:
187             -
188                 case_name: tempest_neutron
189                 project_name: functest
190                 criteria: 100
191                 blocking: false
192                 description: >-
193                     This test case runs the Tempest suite proposed by the
194                     Neutron project. The list of test cases is generated by
195                     Tempest automatically and depends on the parameters of
196                     the OpenStack deployment.
197                 run:
198                     name: tempest_common
199                     args:
200                         mode: '^neutron_tempest_plugin\.api'
201                         option:
202                             - '--concurrency=4'
203
204             -
205                 case_name: tempest_cinder
206                 project_name: functest
207                 criteria: 100
208                 blocking: false
209                 description: >-
210                     This test case runs the Tempest suite proposed by the
211                     Cinder project.
212                 run:
213                     name: tempest_common
214                     args:
215                         mode:
216                             '(?!.*test_incremental_backup)(^cinder_tempest_plugin.)'
217                         option:
218                             - '--concurrency=4'
219
220             -
221                 case_name: tempest_keystone
222                 project_name: functest
223                 criteria: 100
224                 blocking: false
225                 description: >-
226                     This test case runs the Tempest suite proposed by the
227                     Keystone project.
228                 run:
229                     name: tempest_common
230                     args:
231                         mode: 'keystone_tempest_plugin.'
232                         option:
233                             - '--concurrency=4'
234
235             -
236                 case_name: tempest_heat
237                 project_name: functest
238                 criteria: 100
239                 blocking: false
240                 description: >-
241                     This test case runs the Tempest suite proposed by the
242                     Heat project.
243                 run:
244                     name: tempest_heat
245                     args:
246                         mode: '^heat_tempest_plugin.tests'
247                         option:
248                             - '--concurrency=1'
249
250             -
251                 case_name: tempest_telemetry
252                 project_name: functest
253                 criteria: 100
254                 blocking: false
255                 description: >-
256                     This test case runs the Tempest suite proposed by the
257                     Telemetry project.
258                 run:
259                     name: tempest_common
260                     args:
261                         mode: "(?!.*test_autoscaling)(?!.*test_live)\
262                             (^telemetry_tempest_plugin)"
263                         services:
264                             - aodh
265                             - gnocchi
266                             - panko
267                         option:
268                             - '--concurrency=4'
269
270             -
271                 case_name: rally_sanity
272                 project_name: functest
273                 criteria: 100
274                 blocking: false
275                 description: >-
276                     This test case runs a sub group of tests of the OpenStack
277                     Rally suite in smoke mode.
278                 run:
279                     name: rally_sanity
280                     args:
281                         optional:
282                             - 'gnocchi'
283                             - 'barbican'
284
285             -
286                 case_name: refstack_compute
287                 project_name: functest
288                 criteria: 100
289                 blocking: false
290                 deny_skipping: true
291                 tests_count: 222
292                 description: >-
293                     This test case runs a sub group of tests of the OpenStack
294                     Compute testcases.
295                 run:
296                     name: refstack
297                     args:
298                         target: compute
299                         option:
300                             - '--concurrency=4'
301
302             -
303                 case_name: refstack_object
304                 project_name: functest
305                 criteria: 100
306                 blocking: false
307                 deny_skipping: true
308                 tests_count: 58
309                 description: >-
310                     This test case runs a sub group of tests of the OpenStack
311                     Object testcases.
312                 run:
313                     name: refstack
314                     args:
315                         target: object
316                         option:
317                             - '--concurrency=4'
318
319             -
320                 case_name: refstack_platform
321                 project_name: functest
322                 criteria: 100
323                 blocking: false
324                 deny_skipping: true
325                 tests_count: 278
326                 description: >-
327                     This test case runs a sub group of tests of the OpenStack
328                     Platform testcases.
329                 run:
330                     name: refstack
331                     args:
332                         target: platform
333                         option:
334                             - '--concurrency=4'
335
336             -
337                 case_name: tempest_full
338                 project_name: functest
339                 criteria: 100
340                 blocking: false
341                 description: >-
342                     The list of test cases is generated by
343                     Tempest automatically and depends on the parameters of
344                     the OpenStack deployment.
345                     https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L83
346                 run:
347                     name: tempest_common
348                     args:
349                         mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.api)'
350                         option:
351                             - '--concurrency=4'
352
353             -
354                 case_name: tempest_scenario
355                 project_name: functest
356                 criteria: 100
357                 blocking: false
358                 description: >-
359                     The list of test cases is generated by
360                     Tempest automatically and depends on the parameters of
361                     the OpenStack deployment.
362                     https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L84
363                 run:
364                     name: tempest_common
365                     args:
366                         mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.scenario)'
367                         option:
368                             - '--concurrency=1'
369
370             -
371                 case_name: tempest_slow
372                 project_name: functest
373                 criteria: 100
374                 blocking: false
375                 description: >-
376                     The list of test cases is generated by
377                     Tempest automatically and depends on the parameters of
378                     the OpenStack deployment.
379                     https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L84
380                 run:
381                     name: tempest_common
382                     args:
383                         mode: '(?=.*\[.*\bslow\b.*\])(^tempest\.)'
384                         option:
385                             - '--concurrency=1'
386
387             -
388                 case_name: patrole_admin
389                 project_name: functest
390                 criteria: 100
391                 blocking: false
392                 description: >-
393                     Test suite from Patrole project.
394                 run:
395                     name: patrole
396                     args:
397                         role: 'admin'
398                         includes:
399                             - 'image'
400                             - 'network'
401                         excludes:
402                             - 'network.test_flavors_rbac'
403                             - 'network.test_network_ip_availability_rbac'
404                             - 'test_networks_multiprovider_rbac'
405                             - 'test_auto_allocated_topology_rbac'
406                             - 'test_create_network_provider_segmentation_id'
407                             - 'test_update_network_provider_physical_network'
408                             - 'test_update_network_provider_segmentation_id'
409                             - 'network.test_agents_rbac'
410                             - 'test_list_metadef_namespaces'
411
412             -
413                 case_name: patrole_user
414                 project_name: functest
415                 criteria: 100
416                 blocking: false
417                 description: >-
418                     Test suite from Patrole project.
419                 run:
420                     name: patrole
421                     args:
422                         role: 'user'
423                         includes:
424                             - 'image'
425                             - 'network'
426                         excludes:
427                             - 'network.test_flavors_rbac'
428                             - 'network.test_network_ip_availability_rbac'
429                             - 'test_networks_multiprovider_rbac'
430                             - 'test_auto_allocated_topology_rbac'
431                             - 'test_create_network_provider_segmentation_id'
432                             - 'test_update_network_provider_physical_network'
433                             - 'test_update_network_provider_segmentation_id'
434                             - 'network.test_agents_rbac'
435                             - 'test_list_metadef_namespaces'
436
437             -
438                 case_name: patrole_reader
439                 project_name: functest
440                 criteria: 100
441                 blocking: false
442                 description: >-
443                     Test suite from Patrole project.
444                 run:
445                     name: patrole
446                     args:
447                         role: 'reader'
448                         includes:
449                             - 'image'
450                             - 'network'
451                         excludes:
452                             - 'network.test_flavors_rbac'
453                             - 'network.test_network_ip_availability_rbac'
454                             - 'test_networks_multiprovider_rbac'
455                             - 'test_auto_allocated_topology_rbac'
456                             - 'test_create_network_provider_segmentation_id'
457                             - 'test_update_network_provider_physical_network'
458                             - 'test_update_network_provider_segmentation_id'
459                             - 'network.test_agents_rbac'
460                             - 'test_list_metadef_namespaces'
461
462             -
463                 case_name: tempest_barbican
464                 project_name: functest
465                 criteria: 100
466                 blocking: false
467                 description: >-
468                     It leverages on the tempest plugin containing tests used to
469                     verify the functionality of a barbican installation.
470                 run:
471                     name: barbican
472                     args:
473                         mode:
474                             '^barbican_tempest_plugin.((?!test_signed_image_upload_boot_failure).)*$'
475                         services:
476                             - barbican
477                         option:
478                             - '--concurrency=4'
479
480             -
481                 case_name: tempest_octavia
482                 project_name: functest
483                 criteria: 100
484                 blocking: false
485                 description: >-
486                     It leverages on the tempest plugin containing tests used to
487                     verify the functionality of an octavia installation.
488                 run:
489                     name: tempest_common
490                     args:
491                         mode: "(?!.*api.v2.test_availability_zone)\
492                             (?!.*api.v2.test_availability_zone_profile)\
493                             (?!.*api.v2.test_member.MemberAPITest.test_member_ipv4_create)\
494                             (?!.*api.v2.test_member.MemberAPITest.test_member_ipv6_create)\
495                             (^octavia_tempest_plugin.tests.(api|scenario))"
496                         services:
497                             - octavia
498                         option:
499                             - '--concurrency=2'
500
501     -
502         name: smoke_cntt
503         order: 2
504         description: >-
505             Set of basic Functional tests to validate the OPNFV scenarios.
506         testcases:
507             -
508                 case_name: tempest_neutron_cntt
509                 project_name: functest
510                 criteria: 100
511                 blocking: false
512                 deny_skipping: true
513                 tests_count: 515
514                 description: >-
515                     This test case runs the Tempest suite proposed by the
516                     Neutron project. The list of test cases is generated by
517                     Tempest automatically and depends on the parameters of
518                     the OpenStack deployment.
519                 run:
520                     name: tempest_common
521                     args:
522                         mode: "(?!.*admin.test_agent_availability_zone)\
523                             (?!.*admin.test_dhcp_agent_scheduler)\
524                             (?!.*admin.test_l3_agent_scheduler)\
525                             (?!.*admin.test_logging)\
526                             (?!.*admin.test_logging_negative)\
527                             (?!.*admin.test_network_segment_range)\
528                             (?!.*admin.test_ports.PortTestCasesAdmin.test_regenerate_mac_address)\
529                             (?!.*admin.test_ports.PortTestCasesResourceRequest)\
530                             (?!.*admin.test_routers_dvr)\
531                             (?!.*admin.test_routers_flavors)\
532                             (?!.*admin.test_routers_ha)\
533                             (?!.*test_conntrack_helper)\
534                             (?!.*test_floating_ips.FloatingIPPoolTestJSON)\
535                             (?!.*test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_port_details)\
536                             (?!.*test_metering_extensions)\
537                             (?!.*test_metering_negative)\
538                             (?!.*test_networks.NetworksSearchCriteriaTest.test_list_validation_filters)\
539                             (?!.*test_networks.NetworksTestAdmin.test_create_tenant_network_vxlan)\
540                             (?!.*test_networks.NetworksTestJSON.test_create_update_network_dns_domain)\
541                             (?!.*test_port_forwardings)\
542                             (?!.*test_ports.PortsTaggingOnCreation)\
543                             (?!.*test_ports.PortsTestJSON.test_create_port_with_propagate_uplink_status)\
544                             (?!.*test_ports.PortsTestJSON.test_create_port_without_propagate_uplink_status)\
545                             (?!.*test_ports.PortsTestJSON.test_create_update_port_with_dns_domain)\
546                             (?!.*test_ports.PortsTestJSON.test_create_update_port_with_dns_name)\
547                             (?!.*test_ports.PortsTestJSON.test_create_update_port_with_no_dns_name)\
548                             (?!.*test_qos.QosMinimumBandwidthRuleTestJSON)\
549                             (?!.*test_revisions.TestRevisions.test_update_dns_domain_bumps_revision)\
550                             (?!.*test_revisions.TestRevisions.test_update_router_extra_attributes_bumps_revision)\
551                             (?!.*test_router_interface_fip)\
552                             (?!.*test_routers.DvrRoutersTest)\
553                             (?!.*test_routers.HaRoutersTest)\
554                             (?!.*test_routers.RoutersIpV6Test.test_extra_routes_atomic)\
555                             (?!.*test_routers.RoutersTest.test_extra_routes_atomic)\
556                             (?!.*test_routers_negative.DvrRoutersNegativeTest)\
557                             (?!.*test_routers_negative.DvrRoutersNegativeTestExtended)\
558                             (?!.*test_routers_negative.HaRoutersNegativeTest)\
559                             (?!.*test_security_groups.RbacSharedSecurityGroupTest)\
560                             (?!.*test_subnetpool_prefix_ops)\
561                             (?!.*test_subnetpools.RbacSubnetPoolTest)\
562                             (?!.*test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_validation_filters)\
563                             (?!.*test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_subnetpool_associate_shared_address_scope)\
564                             (?!.*test_subnets.SubnetsSearchCriteriaTest.test_list_validation_filters)\
565                             (?!.*test_timestamp.TestTimeStamp.test_segment_with_timestamp)\
566                             (?!.*test_trunk.TrunkTestInheritJSONBase.test_add_subport)\
567                             (?!.*test_trunk.TrunkTestMtusJSON)\
568                             (?!.*test_trunk_negative.TrunkTestJSON.test_create_subport_invalid_inherit_network_segmentation_type)\
569                             (?!.*test_trunk_negative.TrunkTestMtusJSON)\
570                             (^neutron_tempest_plugin.api)"
571                         option:
572                             - '--concurrency=4'
573
574             -
575                 case_name: tempest_cinder_cntt
576                 project_name: functest
577                 criteria: 100
578                 blocking: false
579                 deny_skipping: true
580                 tests_count: 8
581                 description: >-
582                     This test case runs the Tempest suite proposed by the
583                     Cinder project.
584                 run:
585                     name: tempest_common
586                     args:
587                         mode: "(?!.*test_incremental_backup)\
588                             (?!.*test_consistencygroups)\
589                             (^cinder_tempest_plugin.)"
590                         option:
591                             - '--concurrency=4'
592
593             -
594                 case_name: tempest_keystone_cntt
595                 project_name: functest
596                 criteria: 100
597                 blocking: false
598                 deny_skipping: true
599                 tests_count: 27
600                 description: >-
601                     This test case runs the Tempest suite proposed by the
602                     Keystone project.
603                 run:
604                     name: tempest_common
605                     args:
606                         mode: "(?!.*api.identity.v3.test_oauth1_tokens)\
607                             (?!.*scenario.test_federated_authentication)\
608                             keystone_tempest_plugin."
609                         option:
610                             - '--concurrency=4'
611
612             -
613                 case_name: tempest_heat_cntt
614                 project_name: functest
615                 criteria: 100
616                 blocking: false
617                 deny_skipping: true
618                 tests_count: 120
619                 description: >-
620                     This test case runs the Tempest suite proposed by the
621                     Heat project.
622                 run:
623                     name: tempest_heat
624                     args:
625                         mode: "(?!.*functional.test_lbaasv2)\
626                           (?!.*RemoteStackTest.test_stack_create_with_cloud_credential)\
627                           (?!.*scenario.test_aodh_alarm)\
628                           (?!.*tests.scenario.test_autoscaling_lb)\
629                           (?!.*scenario.test_autoscaling_lbv2)\
630                           (?!.*scenario.test_server_software_config)\
631                           (?!.*test_volumes.VolumeBackupRestoreIntegrationTest)\
632                           (?!.*scenario.test_octavia_lbaas)\
633                           (?!.*scenario.test_server_cfn_init)\
634                           ^heat_tempest_plugin.tests"
635                         option:
636                             - '--concurrency=1'
637
638             -
639                 case_name: rally_sanity_cntt
640                 project_name: functest
641                 criteria: 100
642                 blocking: false
643                 description: >-
644                     This test case runs a sub group of tests of the OpenStack
645                     Rally suite in smoke mode.
646                 run:
647                     name: rally_sanity
648                     args:
649                         tests:
650                             - 'authenticate'
651                             - 'glance'
652                             - 'cinder'
653                             - 'heat'
654                             - 'keystone'
655                             - 'neutron'
656                             - 'nova'
657                             - 'quotas'
658                             - 'swift'
659
660             -
661                 case_name: tempest_full_cntt
662                 project_name: functest
663                 criteria: 100
664                 blocking: false
665                 deny_skipping: true
666                 tests_count: 1279
667                 description: >-
668                     The list of test cases is generated by
669                     Tempest automatically and depends on the parameters of
670                     the OpenStack deployment.
671                     https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L83
672                 run:
673                     name: tempest_common
674                     args:
675                         mode: "(?!.*test_fixed_ips)\
676                           (?!.*test_fixed_ips_negative)\
677                           (?!.*test_auto_allocate_network)(?!.*test_floating_ips_bulk)\
678                           (?!.*test_flavors_microversions.FlavorsV255TestJSON)\
679                           (?!.*test_flavors_microversions.FlavorsV261TestJSON)\
680                           (?!.*test_live_migration.LiveAutoBlockMigrationV225Test.test_iscsi_volume)\
681                           (?!.*test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration)\
682                           (?!.*test_live_migration.LiveMigrationTest.test_iscsi_volume)\
683                           (?!.*test_live_migration.LiveMigrationTest.test_volume_backed_live_migration)\
684                           (?!.*test_live_migration.LiveMigrationRemoteConsolesV26Test)\
685                           (?!.*test_quotas.QuotasAdminTestV257)\
686                           (?!.*certificates.test_certificates)\
687                           (?!.*test_quotas_negative.QuotasSecurityGroupAdminNegativeTest)\
688                           (?!.*test_novnc)(?!.*test_server_personality)\
689                           (?!.*test_servers.ServerShowV263Test.test_show_update_rebuild_list_server)\
690                           (?!.*test_servers_microversions.ServerShowV254Test)\
691                           (?!.*test_servers_microversions.ServerShowV257Test)\
692                           (?!.*test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded)\
693                           (?!.*servers.test_virtual_interfaces)\
694                           (?!.*test_server_actions.ServerActionsTestJSON.test_change_server_password)\
695                           (?!.*test_server_actions.ServerActionsTestJSON.test_get_vnc_console)\
696                           (?!.*test_server_actions.ServerActionsTestJSON.test_reboot_server_soft)\
697                           (?!.*test_server_rescue.ServerBootFromVolumeStableRescueTest)\
698                           (?!.*test_server_rescue.ServerStableDeviceRescueTest)\
699                           (?!.*test_security_group_default_rules)\
700                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name)\
701                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description)\
702                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name)\
703                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des)\
704                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id)\
705                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name)\
706                           (?!.*test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex)\
707                           (?!.*compute.test_virtual_interfaces)(?!.*compute.test_virtual_interfaces_negative)\
708                           (?!.*compute.test_networks)\
709                           (?!.*test_attach_volume.AttachVolumeMultiAttach)\
710                           (?!.*identity.admin.v2)(?!.*identity.v2)\
711                           (?!.*image.v1)\
712                           (?!.*admin.test_dhcp_agent_scheduler)\
713                           (?!.*admin.test_routers_dvr)\
714                           (?!.*test_metering_extensions)(?!.*network.test_tags)\
715                           (?!.*test_routers_negative.DvrRoutersNegativeTest)\
716                           (?!.*test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip)\
717                           (?!.*test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip)\
718                           (?!.*test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status)\
719                           (?!.*test_multi_backend)\
720                           (?!.*test_snapshot_manage)\
721                           (?!.*test_volume_retype.VolumeRetypeWithMigrationTest)\
722                           (?!.*test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete)\
723                           (?!.*test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete)\
724                           (?!.*test_volumes_negative.UpdateMultiattachVolumeNegativeTest.test_multiattach_rw_volume_update_failure)\
725                           (?!.*test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume)\
726                           (?!.*\\[.*\\bslow\\b.*\\])(^tempest.api)"
727                         option:
728                             - '--concurrency=4'
729
730             -
731                 case_name: tempest_scenario_cntt
732                 project_name: functest
733                 criteria: 100
734                 blocking: false
735                 deny_skipping: true
736                 tests_count: 9
737                 description: >-
738                     The list of test cases is generated by
739                     Tempest automatically and depends on the parameters of
740                     the OpenStack deployment.
741                     https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L84
742                 run:
743                     name: tempest_scenario
744                     args:
745                         mode: "\
746                           (?!.*test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks)\
747                           (?!.*\\[.*\\bslow\\b.*\\])(^tempest.scenario)"
748                         option:
749                             - '--concurrency=1'
750
751             -
752                 case_name: tempest_slow_cntt
753                 project_name: functest
754                 criteria: 100
755                 blocking: false
756                 deny_skipping: true
757                 tests_count: 43
758                 description: >-
759                     The list of test cases is generated by
760                     Tempest automatically and depends on the parameters of
761                     the OpenStack deployment.
762                     https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L84
763                 run:
764                     name: tempest_common
765                     args:
766                         mode: "(?!.*test_volume_swap)\
767                           (?!.*test_server_personality)\
768                           (?!.*test_server_rescue.ServerBootFromVolumeStableRescueTest)\
769                           (?!.*test_container_sync.ContainerSyncTest.test_container_synchronization)\
770                           (?!.*test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization)\
771                           (?!.*test_encrypted_cinder_volumes)\
772                           (?!.*test_minbw_allocation_placement)\
773                           (?!.*test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling)\
774                           (?!.*test_volume_migrate_attached)\
775                           (?!.*test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert)\
776                           (?=.*\\[.*\\bslow\\b.*\\])(^tempest.)"
777                         option:
778                             - '--concurrency=1'
779
780     -
781         name: benchmarking
782         order: 3
783         description: >-
784             Run several OpenStack performance tools
785             https://docs.openstack.org/performance-docs/latest/methodologies/tools.html
786         testcases:
787             -
788                 case_name: rally_full
789                 project_name: functest
790                 criteria: 100
791                 blocking: false
792                 description: >-
793                     This test case runs the full suite of scenarios of the
794                     OpenStack Rally suite using several threads and iterations.
795                 run:
796                     name: rally_full
797                     args:
798                         optional:
799                             - 'gnocchi'
800                             - 'barbican'
801
802             -
803                 case_name: rally_jobs
804                 project_name: functest
805                 criteria: 100
806                 blocking: false
807                 description: >-
808                     This test case runs a group of Rally jobs used in
809                     OpenStack gating
810                 run:
811                     name: rally_jobs
812                     args:
813                         optional:
814                             - 'gnocchi'
815
816             -
817                 case_name: vmtp
818                 project_name: functest
819                 criteria: 100
820                 blocking: false
821                 description: >-
822                     VMTP is a small python application that will automatically
823                     perform ping connectivity, round trip time measurement
824                     (latency) and TCP/UDP throughput
825                 dependencies:
826                     - POD_ARCH: '^(?!aarch64$)'
827                 run:
828                     name: vmtp
829
830             -
831                 case_name: shaker
832                 project_name: functest
833                 criteria: 100
834                 blocking: false
835                 description: >-
836                     Shaker wraps around popular system network testing tools
837                     like iperf, iperf3 and netperf (with help of flent). Shaker
838                     is able to deploy OpenStack instances and networks in
839                     different topologies.
840                 dependencies:
841                     - POD_ARCH: '^(?!aarch64$)'
842                 run:
843                     name: shaker
844
845     -
846         name: benchmarking_cntt
847         order: 4
848         description: >-
849             Run several OpenStack performance tools
850             https://docs.openstack.org/performance-docs/latest/methodologies/tools.html
851         testcases:
852             -
853                 case_name: rally_full_cntt
854                 project_name: functest
855                 criteria: 100
856                 blocking: false
857                 description: >-
858                     This test case runs the full suite of scenarios of the
859                     OpenStack Rally suite using several threads and iterations.
860                 run:
861                     name: rally_full
862                     args:
863                         tests:
864                             - 'authenticate'
865                             - 'glance'
866                             - 'cinder'
867                             - 'heat'
868                             - 'keystone'
869                             - 'neutron'
870                             - 'nova'
871                             - 'quotas'
872                             - 'swift'
873
874             -
875                 case_name: rally_jobs_cntt
876                 project_name: functest
877                 criteria: 100
878                 blocking: false
879                 description: >-
880                     This test case runs a group of Rally jobs used in
881                     OpenStack gating
882                 run:
883                     name: rally_jobs
884                     args:
885                         tests:
886                             - 'neutron'
887
888     -
889         name: vnf
890         order: 5
891         description: >-
892             Collection of VNF test cases.
893         testcases:
894             -
895                 case_name: cloudify
896                 project_name: functest
897                 criteria: 100
898                 blocking: false
899                 description: >-
900                     This test case deploys the Cloudify orchestrator.
901                 run:
902                     name: cloudify
903             -
904                 case_name: cloudify_ims
905                 project_name: functest
906                 criteria: 100
907                 blocking: false
908                 description: >-
909                     This test case deploys an OpenSource vIMS solution from
910                     Clearwater using the Cloudify orchestrator. It also runs
911                     some signaling traffic.
912                 dependencies:
913                     - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha'
914                 run:
915                     name: cloudify_ims
916
917             -
918                 case_name: heat_ims
919                 project_name: functest
920                 criteria: 100
921                 blocking: false
922                 description: >-
923                     This test case deploys an OpenSource vIMS solution from
924                     Clearwater using the OpenStack Heat orchestrator.
925                     It also runs some signaling traffic.
926                 run:
927                     name: heat_ims
928
929             -
930                 case_name: vyos_vrouter
931                 project_name: functest
932                 criteria: 100
933                 blocking: false
934                 description: >-
935                     This test case is vRouter testing.
936                 run:
937                     name: vyos_vrouter
938
939             -
940                 case_name: juju_epc
941                 project_name: functest
942                 criteria: 100
943                 blocking: false
944                 description: >-
945                     vEPC validation with Juju as VNF manager and ABoT as test
946                     executor.
947                 run:
948                     name: juju_epc