blob: 50bb652f243f08ecbaa5ba223ca816d2ee5c1d20 [file] [log] [blame]
acsmars51a7fe02015-10-29 18:33:32 -07001<PARAMS>
2 # CASE - Description
3 # 1 - Variable initialization and optional pull and build ONOS package
4 # 2 - Install ONOS
5 # 10 - Start Mininet opticalTest Topology
6 # 14 - Stop Mininet
Jeremye4bc7132016-03-30 14:04:01 -07007 # 17 - Activate Flow Objectives
Jeremy Songster17147f22016-05-31 18:30:52 -07008 # 19 - Copy karaf logs from ONOS nodes to TestON log directory
acsmars51a7fe02015-10-29 18:33:32 -07009 # 21 - Run pingall to discover all hosts
10 # 22 - Send arpings to discover all hosts
11 # 23 - Compare ONOS Topology to Mininet Topology
12 # 31 - Add and test bidirectional point intents
13 # 32 - Add and test bidirectional host intents
14
Jeremy Songster17147f22016-05-31 18:30:52 -070015 <testcases>1,[2,10,21,22,23,31,32,14,19,2,10,21,22,23,31,32,14,19]*1,[2,10,17,21,22,23,31,32,14,19,2,10,17,21,22,23,31,32,14,19]*1</testcases>
acsmars51a7fe02015-10-29 18:33:32 -070016
17 <SCALE>
Jeremye4bc7132016-03-30 14:04:01 -070018 <size>1,3,1,3</size>
acsmars51a7fe02015-10-29 18:33:32 -070019 </SCALE>
20
21 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070022 <path>/tests/FUNC/FUNCoptical/dependencies/</path>
acsmars51a7fe02015-10-29 18:33:32 -070023 <wrapper1>startUp</wrapper1>
24 <wrapper2>FuncIntentFunction</wrapper2>
25 <wrapper3>topo</wrapper3>
26 </DEPENDENCY>
27
28 <ENV>
29 <cellApps>drivers,openflow,proxyarp,mobility,optical,fwd</cellApps>
30 </ENV>
31 <GIT>
32 <pull>False</pull>
33 <branch>master</branch>
34 </GIT>
35
36 <SLEEP>
37 <startup>15</startup>
38 <reroute>5</reroute>
39 <removeintent>10</removeintent>
40 <checkintent>5</checkintent>
41 <fwd>10</fwd>
42 <topoAttempts>3</topoAttempts>
43 </SLEEP>
44
45 <MININET>
46 <switch>7</switch>
47 <links>20</links>
48 </MININET>
49
50 # Intent tests params
51 <SDNIP>
52 <tcpProto>6</tcpProto>
53 <icmpProto>1</icmpProto>
54 <srcPort>5001</srcPort>
55 <dstPort>5001</dstPort>
56 </SDNIP>
57
58</PARAMS>