blob: 058b57a74d773ba0ba32504a16ddc506d1c05734 [file] [log] [blame]
kelvin-onlab44147802015-07-27 17:57:31 -07001<PARAMS>
2 # CASE - Description
3 # 1 - Variable initialization and optional pull and build ONOS package
4 # 2 - Install ONOS
5 # 9 - Report logs
acsmars67419be2015-10-09 14:30:00 -07006 # 10 - Start Mininet with Openflow 1.0
7 # 11 - Start Mininet with Openflow 1.3
kelvin-onlab44147802015-07-27 17:57:31 -07008 # 12 - Assign switch to controller
9 # 13 - Create a data of hosts information
10 # 14 - Stop Mininet
11 # 1000 - Test host intents
12 # 2000 - Test point intents
13 # 3000 - Test single to multi point intents
14 # 4000 - Test multi to single point intents
acsmars67419be2015-10-09 14:30:00 -070015 # 5000 - Test host mobility
kelvin-onlab44147802015-07-27 17:57:31 -070016
acsmars67419be2015-10-09 14:30:00 -070017 <testcases>1,[2,10,12,13,1000,2000,14],[2,11,12,13,1000,2000,14]</testcases>
kelvin-onlab44147802015-07-27 17:57:31 -070018
19 <SCALE>
acsmars67419be2015-10-09 14:30:00 -070020 <size>1,1</size>
kelvin-onlab44147802015-07-27 17:57:31 -070021 </SCALE>
22
23 <DEPENDENCY>
24 <path>/tests/FUNCintentRest/Dependency/</path>
25 <wrapper1>startUp</wrapper1>
26 <wrapper2>FuncIntentFunction</wrapper2>
27 <wrapper3>topo</wrapper3>
28 <topology>newFuncTopo.py</topology>
29 </DEPENDENCY>
30
31 <ENV>
32 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
33 </ENV>
34 <GIT>
35 <pull>False</pull>
36 <branch>master</branch>
37 </GIT>
38
39 <SLEEP>
40 <startup>15</startup>
41 <reroute>5</reroute>
42 <checkintent>5</checkintent>
43 <fwd>5</fwd>
kelvin-onlab0e684682015-08-11 18:51:41 -070044 <addIntent>3</addIntent>
kelvin-onlab44147802015-07-27 17:57:31 -070045 </SLEEP>
46
47 <MININET>
48 <switch>7</switch>
49 <links>20</links>
50 </MININET>
51
52 # Intent tests params
53 <SDNIP>
54 <tcpProto>6</tcpProto>
55 <icmpProto>1</icmpProto>
56 <srcPort>5001</srcPort>
57 <dstPort>5001</dstPort>
58 </SDNIP>
59
60</PARAMS>