blob: ce647b4ad290bc9ddc49c576968f6512f4b645ad [file] [log] [blame]
Sreeju Sreedhare3fefd92019-04-02 15:57:15 -07001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
17
18
19##########################################################################################
Roman Bubyrd4b87412019-08-05 12:52:40 +030020########################### CORD CERTIFICATION PROGRAM (CCP) ##########################
Sreeju Sreedhare3fefd92019-04-02 15:57:15 -070021##########################################################################################
22
23############## This file lists the mandatory test cases to be executed ################
24################## for certifying a Fabric switch against SEBA1.0 ####################
25
26
27
28
29
30### Functional Test cases ###
31## Total #test cases - 19
32
33functional.FabricSW_OF_Bridging_TC_0001
34functional.FabricSW_OF_PacketInArp_TC_0005
35functional.FabricSW_OF_PacketInUDP_TC_0010
36functional.FabricSW_OF_L2FloodQinQ_TC_0015
37functional.FabricSW_OF_L2UnicastTagged_TC_0020
38functional.FabricSW_OF_EcmpGroupMod_TC_0025
39functional.FabricSW_OF_FloodGroupMod_TC_0030
40functional.FabricSW_OF_Mtu1500_TC_0035
41functional.FabricSW_OF__24ECMPL3_TC_0040
42functional.FabricSW_OF__24UcastTagged_TC_0045
43functional.FabricSW_OF__32ECMPL3_TC_0050
44functional.FabricSW_OF__32UcastTagged_TC_0055
45functional.FabricSW_OF_EAPOL_TC_0060
46functional.FabricSW_OF_ARP_TC_0065
47functional.FabricSW_OF_VLANPUSH_TC_0070
48functional.FabricSW_OF_LLDP_TC_0075
49functional.FabricSW_OF_BDDP_TC_0080
50functional.FabricSW_OF_VLANXConnect_Single_TC_0085
51#functional.FabricSW_OF_VLANXConnect_Multi_TC_0090
52#functional.FabricSW_OF_Counters_TC_0095
53
54
55
Roman Bubyr73f24a42019-07-12 13:19:08 +030056
Sreeju Sreedhare3fefd92019-04-02 15:57:15 -070057### Operational Test cases ###
Roman Bubyr73f24a42019-07-12 13:19:08 +030058## Total #test cases - 8
Sreeju Sreedhare3fefd92019-04-02 15:57:15 -070059
Roman Bubyr73f24a42019-07-12 13:19:08 +030060################## Operational tests have to be run in the following order: run the Operational tests ###########
61################## with OFTEST controller only (ONOS controller is NOT required) ###########
Sreeju Sreedhare3fefd92019-04-02 15:57:15 -070062
Roman Bubyr73f24a42019-07-12 13:19:08 +030063operational.FabricSW_OP_TC_0005
64operational.FabricSW_OP_TC_0010
65operational.FabricSW_OP_TC_0025
66operational.FabricSW_OP_TC_0030
67
68################## then uncomment these tests cases to run with both OFTEST and ONOS controller configured ###########
69
70#operational.FabricSW_OP_TC_0015
71#operational.FabricSW_OP_TC_0020
72#operational.FabricSW_OP_TC_0035
73#operational.FabricSW_OP_TC_0040
Sreeju Sreedhare3fefd92019-04-02 15:57:15 -070074
75
76
Sreeju Sreedhare3fefd92019-04-02 15:57:15 -070077### Scalability Test cases ###
Roman Bubyrd4b87412019-08-05 12:52:40 +030078## Total #test cases - 5
79
80################## Scalability tests have to be with both OFTEST and ONOS controller configured ###########
81
82#scalability.FabricSW_Scale_Base_TC_0005
83#scalability.FabricSW_Scale_Base_TC_0010
84#scalability.FabricSW_Scale_Base_TC_0015
85#scalability.FabricSW_Scale_Base_TC_0020
86#scalability.FabricSW_Scale_Base_TC_0025
87