blob: c0d9fe2918b77c2777f9943f55aa16dbdba419f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
##############################################################################
# Copyright (c) 2019 opnfv.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
ovp.2019.0x:
name: ovp.2019.0x
version: '2019.0x'
testcases_list:
mandatory:
- functest.vping.userdata
- functest.vping.ssh
- functest.tempest.osinterop
- functest.tempest.compute
- functest.tempest.identity_v3
- functest.tempest.image
- functest.tempest.network_api
- functest.tempest.volume
- functest.tempest.neutron_trunk_ports
- functest.tempest.ipv6_api
- functest.security.patrole
- yardstick.ha.nova_api
- yardstick.ha.neutron_server
- yardstick.ha.keystone
- yardstick.ha.glance_api
- yardstick.ha.cinder_api
- yardstick.ha.cpu_load
- yardstick.ha.disk_load
- yardstick.ha.haproxy
- yardstick.ha.rabbitmq
- yardstick.ha.database
- bottlenecks.stress.ping
optional:
- functest.tempest.ipv6_scenario
- functest.tempest.multi_node_scheduling
- functest.tempest.network_security
- functest.tempest.vm_lifecycle
- functest.tempest.network_scenario
- functest.tempest.bgpvpn
- functest.security.patrole_vxlan_dependent
- yardstick.ha.neutron_l3_agent
- yardstick.ha.controller_restart
- functest.vnf.vims
- functest.vnf.vepc
|