blob: a906f1215b5abc6599992b000c13454d03b4995a [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
acsmars51a7fe02015-10-29 18:33:32 -07008 # 21 - Run pingall to discover all hosts
9 # 22 - Send arpings to discover all hosts
10 # 23 - Compare ONOS Topology to Mininet Topology
11 # 31 - Add and test bidirectional point intents
12 # 32 - Add and test bidirectional host intents
13
Jeremye4bc7132016-03-30 14:04:01 -070014 <testcases>1,[2,10,21,22,23,31,32,14,2,10,21,22,23,31,32,14]*1,[2,10,17,21,22,23,31,32,14,2,10,17,21,22,23,31,32,14]*1</testcases>
acsmars51a7fe02015-10-29 18:33:32 -070015
16 <SCALE>
Jeremye4bc7132016-03-30 14:04:01 -070017 <size>1,3,1,3</size>
acsmars51a7fe02015-10-29 18:33:32 -070018 </SCALE>
19
20 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070021 <path>/tests/FUNC/FUNCoptical/dependencies/</path>
acsmars51a7fe02015-10-29 18:33:32 -070022 <wrapper1>startUp</wrapper1>
23 <wrapper2>FuncIntentFunction</wrapper2>
24 <wrapper3>topo</wrapper3>
25 </DEPENDENCY>
26
27 <ENV>
28 <cellApps>drivers,openflow,proxyarp,mobility,optical,fwd</cellApps>
29 </ENV>
30 <GIT>
31 <pull>False</pull>
32 <branch>master</branch>
33 </GIT>
34
35 <SLEEP>
36 <startup>15</startup>
37 <reroute>5</reroute>
38 <removeintent>10</removeintent>
39 <checkintent>5</checkintent>
40 <fwd>10</fwd>
41 <topoAttempts>3</topoAttempts>
42 </SLEEP>
43
44 <MININET>
45 <switch>7</switch>
46 <links>20</links>
47 </MININET>
48
49 # Intent tests params
50 <SDNIP>
51 <tcpProto>6</tcpProto>
52 <icmpProto>1</icmpProto>
53 <srcPort>5001</srcPort>
54 <dstPort>5001</dstPort>
55 </SDNIP>
56
57</PARAMS>