Enable back manage_snapshot testing in CNTT
[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                         roles: 'admin'
398                         mode: "(?!.*test_unmanage_snapshot_rbac)\
399                           (?!.*test_delete_auto_allocated_topology)\
400                           (?=.*[.*\bslow\b.*])\
401                           (^patrole_tempest_plugin.tests.api.(image|network|volume))"
402                         option:
403                             - '--concurrency=4'
404
405             -
406                 case_name: patrole_member
407                 project_name: functest
408                 criteria: 100
409                 blocking: false
410                 description: >-
411                     Test suite from Patrole project.
412                 run:
413                     name: patrole
414                     args:
415                         roles: 'member'
416                         mode: "(?!.*test_unmanage_snapshot_rbac)\
417                           (?!.*test_delete_auto_allocated_topology)\
418                           (?=.*[.*\bslow\b.*])\
419                           (^patrole_tempest_plugin.tests.api.(image|network|volume))"
420                         option:
421                             - '--concurrency=4'
422
423             -
424                 case_name: patrole_reader
425                 project_name: functest
426                 criteria: 100
427                 blocking: false
428                 description: >-
429                     Test suite from Patrole project.
430                 run:
431                     name: patrole
432                     args:
433                         roles: 'reader'
434                         mode: "(?!.*test_unmanage_snapshot_rbac)\
435                           (?!.*test_delete_auto_allocated_topology)\
436                           (?=.*[.*\bslow\b.*])\
437                           (^patrole_tempest_plugin.tests.api.(image|network|volume))"
438                         option:
439                             - '--concurrency=4'
440
441             -
442                 case_name: tempest_barbican
443                 project_name: functest
444                 criteria: 100
445                 blocking: false
446                 description: >-
447                     It leverages on the tempest plugin containing tests used to
448                     verify the functionality of a barbican installation.
449                 run:
450                     name: barbican
451                     args:
452                         mode:
453                             '^barbican_tempest_plugin.((?!test_signed_image_upload_boot_failure).)*$'
454                         services:
455                             - barbican
456                         option:
457                             - '--concurrency=4'
458
459             -
460                 case_name: tempest_octavia
461                 project_name: functest
462                 criteria: 100
463                 blocking: false
464                 description: >-
465                     It leverages on the tempest plugin containing tests used to
466                     verify the functionality of an octavia installation.
467                 run:
468                     name: tempest_common
469                     args:
470                         mode: "(?!.*api.v2.test_availability_zone)\
471                             (?!.*api.v2.test_availability_zone_profile)\
472                             (?!.*api.v2.test_member.MemberAPITest.test_member_ipv4_create)\
473                             (?!.*api.v2.test_member.MemberAPITest.test_member_ipv6_create)\
474                             (^octavia_tempest_plugin.tests.(api|scenario))"
475                         services:
476                             - octavia
477                         option:
478                             - '--concurrency=2'
479
480     -
481         name: smoke_cntt
482         order: 2
483         description: >-
484             Set of basic Functional tests to validate the OPNFV scenarios.
485         testcases:
486             -
487                 case_name: tempest_neutron_cntt
488                 project_name: functest
489                 criteria: 100
490                 blocking: false
491                 deny_skipping: true
492                 tests_count: 515
493                 description: >-
494                     This test case runs the Tempest suite proposed by the
495                     Neutron project. The list of test cases is generated by
496                     Tempest automatically and depends on the parameters of
497                     the OpenStack deployment.
498                 run:
499                     name: tempest_common
500                     args:
501                         mode: "(?!.*admin.test_agent_availability_zone)\
502                             (?!.*admin.test_dhcp_agent_scheduler)\
503                             (?!.*admin.test_l3_agent_scheduler)\
504                             (?!.*admin.test_logging)\
505                             (?!.*admin.test_logging_negative)\
506                             (?!.*admin.test_network_segment_range)\
507                             (?!.*admin.test_ports.PortTestCasesAdmin.test_regenerate_mac_address)\
508                             (?!.*admin.test_ports.PortTestCasesResourceRequest)\
509                             (?!.*admin.test_routers_dvr)\
510                             (?!.*admin.test_routers_flavors)\
511                             (?!.*admin.test_routers_ha)\
512                             (?!.*test_conntrack_helper)\
513                             (?!.*test_floating_ips.FloatingIPPoolTestJSON)\
514                             (?!.*test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_port_details)\
515                             (?!.*test_metering_extensions)\
516                             (?!.*test_metering_negative)\
517                             (?!.*test_networks.NetworksSearchCriteriaTest.test_list_validation_filters)\
518                             (?!.*test_networks.NetworksTestAdmin.test_create_tenant_network_vxlan)\
519                             (?!.*test_networks.NetworksTestJSON.test_create_update_network_dns_domain)\
520                             (?!.*test_port_forwardings)\
521                             (?!.*test_ports.PortsTaggingOnCreation)\
522                             (?!.*test_ports.PortsTestJSON.test_create_port_with_propagate_uplink_status)\
523                             (?!.*test_ports.PortsTestJSON.test_create_port_without_propagate_uplink_status)\
524                             (?!.*test_ports.PortsTestJSON.test_create_update_port_with_dns_domain)\
525                             (?!.*test_ports.PortsTestJSON.test_create_update_port_with_dns_name)\
526                             (?!.*test_ports.PortsTestJSON.test_create_update_port_with_no_dns_name)\
527                             (?!.*test_qos.QosMinimumBandwidthRuleTestJSON)\
528                             (?!.*test_revisions.TestRevisions.test_update_dns_domain_bumps_revision)\
529                             (?!.*test_revisions.TestRevisions.test_update_router_extra_attributes_bumps_revision)\
530                             (?!.*test_router_interface_fip)\
531                             (?!.*test_routers.DvrRoutersTest)\
532                             (?!.*test_routers.HaRoutersTest)\
533                             (?!.*test_routers.RoutersIpV6Test.test_extra_routes_atomic)\
534                             (?!.*test_routers.RoutersTest.test_extra_routes_atomic)\
535                             (?!.*test_routers_negative.DvrRoutersNegativeTest)\
536                             (?!.*test_routers_negative.DvrRoutersNegativeTestExtended)\
537                             (?!.*test_routers_negative.HaRoutersNegativeTest)\
538                             (?!.*test_security_groups.RbacSharedSecurityGroupTest)\
539                             (?!.*test_subnetpool_prefix_ops)\
540                             (?!.*test_subnetpools.RbacSubnetPoolTest)\
541                             (?!.*test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_validation_filters)\
542                             (?!.*test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_subnetpool_associate_shared_address_scope)\
543                             (?!.*test_subnets.SubnetsSearchCriteriaTest.test_list_validation_filters)\
544                             (?!.*test_timestamp.TestTimeStamp.test_segment_with_timestamp)\
545                             (?!.*test_trunk.TrunkTestInheritJSONBase.test_add_subport)\
546                             (?!.*test_trunk.TrunkTestMtusJSON)\
547                             (?!.*test_trunk_negative.TrunkTestJSON.test_create_subport_invalid_inherit_network_segmentation_type)\
548                             (?!.*test_trunk_negative.TrunkTestMtusJSON)\
549                             (^neutron_tempest_plugin.api)"
550                         option:
551                             - '--concurrency=4'
552
553             -
554                 case_name: tempest_cinder_cntt
555                 project_name: functest
556                 criteria: 100
557                 blocking: false
558                 deny_skipping: true
559                 tests_count: 8
560                 description: >-
561                     This test case runs the Tempest suite proposed by the
562                     Cinder project.
563                 run:
564                     name: tempest_common
565                     args:
566                         mode: "(?!.*test_incremental_backup)\
567                             (?!.*test_consistencygroups)\
568                             (^cinder_tempest_plugin.)"
569                         option:
570                             - '--concurrency=4'
571
572             -
573                 case_name: tempest_keystone_cntt
574                 project_name: functest
575                 criteria: 100
576                 blocking: false
577                 deny_skipping: true
578                 tests_count: 27
579                 description: >-
580                     This test case runs the Tempest suite proposed by the
581                     Keystone project.
582                 run:
583                     name: tempest_common
584                     args:
585                         mode: "(?!.*api.identity.v3.test_oauth1_tokens)\
586                             (?!.*scenario.test_federated_authentication)\
587                             keystone_tempest_plugin."
588                         option:
589                             - '--concurrency=4'
590
591             -
592                 case_name: tempest_heat_cntt
593                 project_name: functest
594                 criteria: 100
595                 blocking: false
596                 deny_skipping: true
597                 tests_count: 119
598                 description: >-
599                     This test case runs the Tempest suite proposed by the
600                     Heat project.
601                 run:
602                     name: tempest_heat
603                     args:
604                         mode: "(?!.*functional.test_lbaasv2)\
605                           (?!.*functional.test_encryption_vol_type)\
606                           (?!.*RemoteStackTest.test_stack_create_with_cloud_credential)\
607                           (?!.*scenario.test_aodh_alarm)\
608                           (?!.*tests.scenario.test_autoscaling_lb)\
609                           (?!.*scenario.test_autoscaling_lbv2)\
610                           (?!.*scenario.test_server_software_config)\
611                           (?!.*test_volumes.VolumeBackupRestoreIntegrationTest)\
612                           (?!.*scenario.test_octavia_lbaas)\
613                           (?!.*scenario.test_server_cfn_init)\
614                           ^heat_tempest_plugin.tests"
615                         option:
616                             - '--concurrency=1'
617
618             -
619                 case_name: rally_sanity_cntt
620                 project_name: functest
621                 criteria: 100
622                 blocking: false
623                 description: >-
624                     This test case runs a sub group of tests of the OpenStack
625                     Rally suite in smoke mode.
626                 run:
627                     name: rally_sanity
628                     args:
629                         tests:
630                             - 'authenticate'
631                             - 'glance'
632                             - 'cinder'
633                             - 'heat'
634                             - 'keystone'
635                             - 'neutron'
636                             - 'nova'
637                             - 'quotas'
638                             - 'swift'
639
640             -
641                 case_name: tempest_full_cntt
642                 project_name: functest
643                 criteria: 100
644                 blocking: false
645                 deny_skipping: true
646                 tests_count: 1280
647                 description: >-
648                     The list of test cases is generated by
649                     Tempest automatically and depends on the parameters of
650                     the OpenStack deployment.
651                     https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L83
652                 run:
653                     name: tempest_common
654                     args:
655                         mode: "(?!.*test_fixed_ips)\
656                           (?!.*test_fixed_ips_negative)\
657                           (?!.*test_auto_allocate_network)(?!.*test_floating_ips_bulk)\
658                           (?!.*test_flavors_microversions.FlavorsV255TestJSON)\
659                           (?!.*test_flavors_microversions.FlavorsV261TestJSON)\
660                           (?!.*test_live_migration.LiveAutoBlockMigrationV225Test.test_iscsi_volume)\
661                           (?!.*test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration)\
662                           (?!.*test_live_migration.LiveMigrationTest.test_iscsi_volume)\
663                           (?!.*test_live_migration.LiveMigrationTest.test_volume_backed_live_migration)\
664                           (?!.*test_live_migration.LiveMigrationRemoteConsolesV26Test)\
665                           (?!.*test_quotas.QuotasAdminTestV257)\
666                           (?!.*certificates.test_certificates)\
667                           (?!.*test_quotas_negative.QuotasSecurityGroupAdminNegativeTest)\
668                           (?!.*test_novnc)(?!.*test_server_personality)\
669                           (?!.*test_servers.ServerShowV263Test.test_show_update_rebuild_list_server)\
670                           (?!.*test_servers_microversions.ServerShowV254Test)\
671                           (?!.*test_servers_microversions.ServerShowV257Test)\
672                           (?!.*test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded)\
673                           (?!.*servers.test_virtual_interfaces)\
674                           (?!.*test_server_actions.ServerActionsTestJSON.test_change_server_password)\
675                           (?!.*test_server_actions.ServerActionsTestJSON.test_get_vnc_console)\
676                           (?!.*test_server_actions.ServerActionsTestJSON.test_reboot_server_soft)\
677                           (?!.*test_server_rescue.ServerBootFromVolumeStableRescueTest)\
678                           (?!.*test_server_rescue.ServerStableDeviceRescueTest)\
679                           (?!.*test_security_group_default_rules)\
680                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name)\
681                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description)\
682                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name)\
683                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des)\
684                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id)\
685                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name)\
686                           (?!.*test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex)\
687                           (?!.*compute.test_virtual_interfaces)(?!.*compute.test_virtual_interfaces_negative)\
688                           (?!.*compute.test_networks)\
689                           (?!.*test_attach_volume.AttachVolumeMultiAttach)\
690                           (?!.*identity.admin.v2)(?!.*identity.v2)\
691                           (?!.*image.v1)\
692                           (?!.*admin.test_dhcp_agent_scheduler)\
693                           (?!.*admin.test_routers_dvr)\
694                           (?!.*test_metering_extensions)(?!.*network.test_tags)\
695                           (?!.*test_routers_negative.DvrRoutersNegativeTest)\
696                           (?!.*test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip)\
697                           (?!.*test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip)\
698                           (?!.*test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status)\
699                           (?!.*test_multi_backend)\
700                           (?!.*test_volume_retype.VolumeRetypeWithMigrationTest)\
701                           (?!.*test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete)\
702                           (?!.*test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete)\
703                           (?!.*test_volumes_negative.UpdateMultiattachVolumeNegativeTest.test_multiattach_rw_volume_update_failure)\
704                           (?!.*test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume)\
705                           (?!.*\\[.*\\bslow\\b.*\\])(^tempest.api)"
706                         option:
707                             - '--concurrency=4'
708
709             -
710                 case_name: tempest_scenario_cntt
711                 project_name: functest
712                 criteria: 100
713                 blocking: false
714                 deny_skipping: true
715                 tests_count: 9
716                 description: >-
717                     The list of test cases is generated by
718                     Tempest automatically and depends on the parameters of
719                     the OpenStack deployment.
720                     https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L84
721                 run:
722                     name: tempest_scenario
723                     args:
724                         mode: "\
725                           (?!.*test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks)\
726                           (?!.*\\[.*\\bslow\\b.*\\])(^tempest.scenario)"
727                         option:
728                             - '--concurrency=1'
729
730             -
731                 case_name: tempest_slow_cntt
732                 project_name: functest
733                 criteria: 100
734                 blocking: false
735                 deny_skipping: true
736                 tests_count: 43
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_common
744                     args:
745                         mode: "(?!.*test_volume_swap)\
746                           (?!.*test_server_personality)\
747                           (?!.*test_server_rescue.ServerBootFromVolumeStableRescueTest)\
748                           (?!.*test_container_sync.ContainerSyncTest.test_container_synchronization)\
749                           (?!.*test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization)\
750                           (?!.*test_encrypted_cinder_volumes)\
751                           (?!.*test_minbw_allocation_placement)\
752                           (?!.*test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling)\
753                           (?!.*test_volume_migrate_attached)\
754                           (?!.*test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert)\
755                           (?=.*\\[.*\\bslow\\b.*\\])(^tempest.)"
756                         option:
757                             - '--concurrency=1'
758
759     -
760         name: benchmarking
761         order: 3
762         description: >-
763             Run several OpenStack performance tools
764             https://docs.openstack.org/performance-docs/latest/methodologies/tools.html
765         testcases:
766             -
767                 case_name: rally_full
768                 project_name: functest
769                 criteria: 100
770                 blocking: false
771                 description: >-
772                     This test case runs the full suite of scenarios of the
773                     OpenStack Rally suite using several threads and iterations.
774                 run:
775                     name: rally_full
776                     args:
777                         optional:
778                             - 'gnocchi'
779                             - 'barbican'
780
781             -
782                 case_name: rally_jobs
783                 project_name: functest
784                 criteria: 100
785                 blocking: false
786                 description: >-
787                     This test case runs a group of Rally jobs used in
788                     OpenStack gating
789                 run:
790                     name: rally_jobs
791                     args:
792                         optional:
793                             - 'gnocchi'
794
795             -
796                 case_name: vmtp
797                 project_name: functest
798                 criteria: 100
799                 blocking: false
800                 description: >-
801                     VMTP is a small python application that will automatically
802                     perform ping connectivity, round trip time measurement
803                     (latency) and TCP/UDP throughput
804                 dependencies:
805                     - POD_ARCH: '^(?!aarch64$)'
806                 run:
807                     name: vmtp
808
809             -
810                 case_name: shaker
811                 project_name: functest
812                 criteria: 100
813                 blocking: false
814                 description: >-
815                     Shaker wraps around popular system network testing tools
816                     like iperf, iperf3 and netperf (with help of flent). Shaker
817                     is able to deploy OpenStack instances and networks in
818                     different topologies.
819                 dependencies:
820                     - POD_ARCH: '^(?!aarch64$)'
821                 run:
822                     name: shaker
823
824     -
825         name: benchmarking_cntt
826         order: 4
827         description: >-
828             Run several OpenStack performance tools
829             https://docs.openstack.org/performance-docs/latest/methodologies/tools.html
830         testcases:
831             -
832                 case_name: rally_full_cntt
833                 project_name: functest
834                 criteria: 100
835                 blocking: false
836                 description: >-
837                     This test case runs the full suite of scenarios of the
838                     OpenStack Rally suite using several threads and iterations.
839                 run:
840                     name: rally_full
841                     args:
842                         tests:
843                             - 'authenticate'
844                             - 'glance'
845                             - 'cinder'
846                             - 'heat'
847                             - 'keystone'
848                             - 'neutron'
849                             - 'nova'
850                             - 'quotas'
851                             - 'swift'
852
853             -
854                 case_name: rally_jobs_cntt
855                 project_name: functest
856                 criteria: 100
857                 blocking: false
858                 description: >-
859                     This test case runs a group of Rally jobs used in
860                     OpenStack gating
861                 run:
862                     name: rally_jobs
863                     args:
864                         tests:
865                             - 'neutron'
866
867     -
868         name: vnf
869         order: 5
870         description: >-
871             Collection of VNF test cases.
872         testcases:
873             -
874                 case_name: cloudify
875                 project_name: functest
876                 criteria: 100
877                 blocking: false
878                 description: >-
879                     This test case deploys the Cloudify orchestrator.
880                 run:
881                     name: cloudify
882             -
883                 case_name: cloudify_ims
884                 project_name: functest
885                 criteria: 100
886                 blocking: false
887                 description: >-
888                     This test case deploys an OpenSource vIMS solution from
889                     Clearwater using the Cloudify orchestrator. It also runs
890                     some signaling traffic.
891                 dependencies:
892                     - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha'
893                 run:
894                     name: cloudify_ims
895
896             -
897                 case_name: heat_ims
898                 project_name: functest
899                 criteria: 100
900                 blocking: false
901                 description: >-
902                     This test case deploys an OpenSource vIMS solution from
903                     Clearwater using the OpenStack Heat orchestrator.
904                     It also runs some signaling traffic.
905                 run:
906                     name: heat_ims
907
908             -
909                 case_name: vyos_vrouter
910                 project_name: functest
911                 criteria: 100
912                 blocking: false
913                 description: >-
914                     This test case is vRouter testing.
915                 run:
916                     name: vyos_vrouter
917
918             -
919                 case_name: juju_epc
920                 project_name: functest
921                 criteria: 100
922                 blocking: false
923                 description: >-
924                     vEPC validation with Juju as VNF manager and ABoT as test
925                     executor.
926                 run:
927                     name: juju_epc