blob: 891f5726861bf8cc5386eb2b0938f625464574f6 [file] [log] [blame]
kelvin-onlabd48a68c2015-07-13 16:01:36 -07001<PARAMS>
kelvin-onlab5c706ff2015-07-20 10:56:52 -07002 # CASE - Description
3 # 1 - Variable initialization and optional pull and build ONOS package
4 # 2 - Install ONOS
5 # 9 - Report logs
6 # 11 - Start Mininet
7 # 12 - Assign switch to controller
8 # 13 - Create a data of hosts information
9 # 14 - Stop Mininet
10 # 1000 - Test host intents
11 # 2000 - Test point intents
12 # 3000 - Test single to multi point intents
13 # 4000 - Test multi to single point intents
kelvin-onlabd48a68c2015-07-13 16:01:36 -070014
kelvin-onlabb769f562015-07-15 17:05:10 -070015 <testcases>1,2,11,12,13,1000,2000,3000,4000</testcases>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070016
17 <SCALE>
18 <size>1,3</size>
19 </SCALE>
20
21 <DEPENDENCY>
22 <path>/tests/FUNCintent/Dependency/</path>
23 <wrapper1>startUp</wrapper1>
24 <wrapper2>FuncIntentFunction</wrapper2>
25 <topology>newFuncTopo.py</topology>
26 </DEPENDENCY>
27
28 <ENV>
29 <cellApps>drivers,openflow,proxyarp,mobility</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 <checkintent>5</checkintent>
40 </SLEEP>
41
42 <MININET>
43 <switch>7</switch>
44 <links>20</links>
45 </MININET>
46
kelvin-onlabb769f562015-07-15 17:05:10 -070047 # Intent tests params
48 <SDNIP>
49 <tcpProto>6</tcpProto>
50 <icmpProto>1</icmpProto>
51 <srcPort>5001</srcPort>
52 <dstPort>5001</dstPort>
53 </SDNIP>
54
kelvin-onlabd48a68c2015-07-13 16:01:36 -070055</PARAMS>