blob: f4c31736e936020e71edd0a9a16538d85ac81f8a [file] [log] [blame]
Daniele Moro790cc102021-08-30 18:27:30 +02001<PARAMS>
Daniele Moro522023c2021-10-15 17:30:33 +02002 <testcases>1,2,3,4,5</testcases>
Daniele Moro790cc102021-08-30 18:27:30 +02003
4 <GRAPH>
5 <nodeCluster>pairedleaves</nodeCluster>
6 <builds>20</builds>
7 <jobName>UP4</jobName>
8 <branch>master</branch>
9 </GRAPH>
10
11 <persistent_setup>True</persistent_setup>
12
13 <kubernetes>
14 <appName>onos-classic</appName>
15 <namespace>tost</namespace>
16 </kubernetes>
Jon Halldd05bbc2022-01-27 12:14:50 -080017 <use_stern>True</use_stern>
Daniele Moro790cc102021-08-30 18:27:30 +020018
19 <UP4>
Daniele Moro522023c2021-10-15 17:30:33 +020020 <pdn_host>MgmtServer</pdn_host>
21 <enodebs>
22 <enodeb_1>
23 <host>Compute3</host>
24 <enb_address>10.32.11.194</enb_address>
25 <ues>ue1,ue2</ues>
26 </enodeb_1>
27 <enodeb_2>
28 <host>Compute1</host>
29 <interface>eno3</interface>
30 <enb_address>10.32.11.122</enb_address>
31 <ues>ue3</ues>
32 </enodeb_2>
33 </enodebs>
Daniele Moro790cc102021-08-30 18:27:30 +020034 <s1u_address>10.32.11.126</s1u_address>
Daniele Moro790cc102021-08-30 18:27:30 +020035 <router_mac>00:00:0A:4C:1C:46</router_mac>
36 <ues>
37 <ue1>
Daniele Moro790cc102021-08-30 18:27:30 +020038 <ue_address>10.240.0.1</ue_address>
39 <teid>100</teid>
40 <up_id>10</up_id>
41 <down_id>11</down_id>
Carmelo Cascone848d1f52022-01-27 18:15:58 -080042 <tc>0</tc>
Daniele Moro790cc102021-08-30 18:27:30 +020043 <five_g>False</five_g>
44 </ue1>
45 <ue2>
Daniele Moro790cc102021-08-30 18:27:30 +020046 <ue_address>10.240.0.2</ue_address>
47 <teid>200</teid>
48 <up_id>20</up_id>
49 <down_id>21</down_id>
Carmelo Cascone848d1f52022-01-27 18:15:58 -080050 <tc>0</tc>
Daniele Moro790cc102021-08-30 18:27:30 +020051 <five_g>False</five_g>
52 </ue2>
Daniele Moro522023c2021-10-15 17:30:33 +020053 <ue3>
Daniele Moro522023c2021-10-15 17:30:33 +020054 <ue_address>10.240.0.3</ue_address>
55 <teid>201</teid>
56 <up_id>30</up_id>
57 <down_id>31</down_id>
Carmelo Cascone848d1f52022-01-27 18:15:58 -080058 <tc>0</tc>
Daniele Moro522023c2021-10-15 17:30:33 +020059 <five_g>False</five_g>
60 </ue3>
Daniele Moro790cc102021-08-30 18:27:30 +020061 </ues>
Daniele Moro80271cb2021-11-11 20:08:51 +010062 <UP4_dataplane_fail>
63 <switch_to_kill>Leaf2</switch_to_kill> <!-- Component name of the switch to kill in CASE 5 -->
64 <k8s_switch_node>leaf2</k8s_switch_node>
65 <k8s_label>node-role.aetherproject.org</k8s_label>
66 <k8s_label_value_test>switch-test</k8s_label_value_test>
67 <k8s_label_value_normal>switch</k8s_label_value_normal>
68 <enodebs_fail>enodeb_1</enodebs_fail> <!-- list of eNodeBs that should fail traffic forwarding in CASE 5-->
69 </UP4_dataplane_fail>
70
71
Daniele Moro790cc102021-08-30 18:27:30 +020072 </UP4>
73
Daniele Moro522023c2021-10-15 17:30:33 +020074 <!-- Parameters for UP4 CASE2 related to Emulated BESS UPF -->
75 <BESS_UPF>
76 <enodeb_host>Compute3</enodeb_host>
77 <enb_address>10.32.11.194</enb_address>
78 <ue_address>10.241.0.1</ue_address> <!-- different subnet than the one used for UP4 UEs -->
79 <bess_host>Compute2</bess_host>
80 </BESS_UPF>
81
Jon Hall376f5032022-01-27 16:16:29 -080082 <UP4_delete_pod>sdfabric-onos-classic-0</UP4_delete_pod>
Daniele Moroe1d05eb2021-09-23 19:52:30 +020083
Daniele Moro790cc102021-08-30 18:27:30 +020084 <TOPO>
85 <switchNum>2</switchNum>
86 <linkNum>2</linkNum>
87 </TOPO>
88
89 <ONOS_Logging>
Daniele Moro790cc102021-08-30 18:27:30 +020090 <org.onosproject.segmentrouting>DEBUG</org.onosproject.segmentrouting>
Daniele Moro790cc102021-08-30 18:27:30 +020091 <org.omecproject.up4>TRACE</org.omecproject.up4>
92 </ONOS_Logging>
93 <ONOS_Logging_Reset>
Daniele Moro790cc102021-08-30 18:27:30 +020094 <org.onosproject.segmentrouting>DEBUG</org.onosproject.segmentrouting>
Daniele Moro790cc102021-08-30 18:27:30 +020095 <org.omecproject.up4>INFO</org.omecproject.up4>
96 </ONOS_Logging_Reset>
97
98 <ENV>
99 <cellName>productionCell</cellName>
100 <cellApps>drivers,fpm,lldpprovider,hostprovider,netcfghostprovider,drivers.bmv2,org.opencord.fabric-tofino,pipelines.fabric,org.stratumproject.fabric-tna,drivers.barefoot,segmentrouting,t3,up4</cellApps>
101 </ENV>
102
103 <DEPENDENCY>
104 <useCommonConf>False</useCommonConf>
105 <useCommonTopo>True</useCommonTopo>
106 <useBmv2>True</useBmv2>
107 <bmv2SwitchType>stratum</bmv2SwitchType>
108 <switchPrefix></switchPrefix>
109 <stratumRoot>~/stratum</stratumRoot>
110 <topology>trellis_fabric.py</topology>
111 <lib></lib>
112 </DEPENDENCY>
113
114 <SCALE>
115 <size>3</size>
116 <max>3</max>
117 </SCALE>
118
119</PARAMS>