blob: 6200c33bcaf003a03acaa6ebb929b9a890979c0e [file] [log] [blame]
Jon Hallab611372018-02-21 15:26:05 -08001<PARAMS>
2 #List of test cases:
3 #CASE1: Compile ONOS and push it to the test machines
4 #CASE2: Assign mastership to controllers
5 #CASE21: Assign mastership to controllers
6 #CASE102: Start Spine-Leaf Topology in Mininet
7 #CASE3: Assign intents
8 #CASE4: Ping across added host intents
9 #CASE104: Ping between all hosts
10 #CASE5: Reading state of ONOS
11 #CASE6: The Failure case.
12 #CASE7: Check state after control plane failure
13 #CASE8: Compare topo
14 #CASE9: Link down
15 #CASE10: Link up
16 #CASE11: Switch down
17 #CASE12: Switch up
18 #CASE13: Clean up
19 #CASE14: Start election app on all onos nodes
20 #CASE15: Check that Leadership Election is still functional
21 #CASE16: Install Distributed Primitives app
22 #CASE17: Check for basic functionality with distributed primitives
23 <testcases>1,102,8,8,104,5,14,16,17,[6,8,7,104,15,17]*17,9,8,104,10,8,104,[11,8,104,12,8,104]*0,13</testcases>
24
25 <GRAPH>
26 <nodeCluster>VM</nodeCluster>
27 <builds>20</builds>
28 </GRAPH>
29
30 <scaling>1,3b,3,3b,5b,5,5b,7b,7,7b,5b,5,5b,3b,3,3b,1</scaling>
31 <server>
32 <port>8000</port>
Jon Hallcd2604f2018-04-12 12:39:48 -070033 <interface></interface>
Jon Hallab611372018-02-21 15:26:05 -080034 </server>
35 <apps></apps>
36 <ONOS_Configuration>
37 <org.onosproject.store.flow.impl.ECFlowRuleStore>
38 <backupCount>3</backupCount>
39 </org.onosproject.store.flow.impl.ECFlowRuleStore>
40 </ONOS_Configuration>
41 <ONOS_Logging>
42 <org.onosproject.events>TRACE</org.onosproject.events>
43 <org.onosproject.segmentrouting>DEBUG</org.onosproject.segmentrouting>
44 <org.onosproject.driver.pipeline>DEBUG</org.onosproject.driver.pipeline>
45 <org.onosproject.store.group.impl>DEBUG</org.onosproject.store.group.impl>
46 <org.onosproject.net.flowobjective.impl>DEBUG</org.onosproject.net.flowobjective.impl>
47 </ONOS_Logging>
48 <ENV>
49 <cellName>HA</cellName>
50 <appString>events,drivers,openflow,segmentrouting,netcfghostprovider</appString>
51 </ENV>
52 <GIT>
53 <pull>False</pull>
54 <branch>master</branch>
55 </GIT>
56 <num_controllers> 7 </num_controllers>
57 <tcpdump> False </tcpdump>
58
59 <topology>
60 <files>
Jon Hall9677ed32018-04-24 11:16:23 -070061 <topo>~/TestON/tests/USECASE/SegmentRouting/dependencies/fabric.py</topo>
Jon Hallab611372018-02-21 15:26:05 -080062 <dep1>~/TestON/tests/USECASE/SegmentRouting/dependencies/trellislib.py</dep1>
63 <dep2>~/TestON/tests/USECASE/SegmentRouting/dependencies/routinglib.py</dep2>
64 </files>
Jon Hall9677ed32018-04-24 11:16:23 -070065 <topoFile>fabric.py</topoFile>
Jon Hallab611372018-02-21 15:26:05 -080066 <args> --dhcp=0 --routers=0 --ipv6=0 --ipv4=1 </args>
Jon Hall9677ed32018-04-24 11:16:23 -070067 <configPath>/HA/dependencies/json/</configPath>
68 <configName>TRELLIS_CONFIG_ipv4=1_ipv6=0_dhcp=0_routers=0.json</configName>
Jon Hallab611372018-02-21 15:26:05 -080069 </topology>
70 <CTRL>
71 <port1>6653</port1>
72 <port2>6653</port2>
73 <port3>6653</port3>
74 <port4>6653</port4>
75 <port5>6653</port5>
76 <port6>6653</port6>
77 <port7>6653</port7>
78 </CTRL>
79 <BACKUP>
80 <ENABLED> False </ENABLED>
81 <TESTONUSER>sdn</TESTONUSER>
82 <TESTONIP>10.128.30.9</TESTONIP>
83 </BACKUP>
84 <timers>
85 <NetCfg>5</NetCfg>
86 <SRSetup>60</SRSetup>
87 <LinkDiscovery>60</LinkDiscovery>
88 <SwitchDiscovery>60</SwitchDiscovery>
89 <gossip>5</gossip>
90 </timers>
91 <kill>
92 <linkSrc>spine102</linkSrc>
93 <linkDst>leaf1</linkDst>
94 <switch> spine101 </switch>
95 <dpid> 0000000000000101 </dpid>
96 <links> leaf1 leaf2 leaf2 leaf3 leaf3 leaf4 leaf4 leaf5 leaf5 </links>
97 </kill>
98 <MNtcpdump>
99 <intf>eth0</intf>
100 <port> </port>
101 <folder>~/packet_captures/</folder>
102 </MNtcpdump>
103</PARAMS>