blob: 745426fec0ddee016f1655630535ba2bccaf50d0 [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
Jon Halla3e02432015-07-24 15:55:42 -07005 # 8 - Compare Topology
kelvin-onlab5c706ff2015-07-20 10:56:52 -07006 # 9 - Report logs
7 # 11 - Start Mininet
8 # 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
kelvin-onlabd48a68c2015-07-13 16:01:36 -070015
kelvin-onlab5f0d19e2015-08-04 15:21:00 -070016 <testcases>1,[2,10,12,8,13,1000,2000,3000,4000,5000,9,14]*2,[2,11,12,8,13,1000,2000,3000,4000,5000,9,14]*2</testcases>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070017
18 <SCALE>
kelvin-onlabb5cfab32015-07-22 16:38:22 -070019 <size>1,3,1,3</size>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070020 </SCALE>
21
22 <DEPENDENCY>
23 <path>/tests/FUNCintent/Dependency/</path>
24 <wrapper1>startUp</wrapper1>
25 <wrapper2>FuncIntentFunction</wrapper2>
Jon Halla3e02432015-07-24 15:55:42 -070026 <wrapper3>topo</wrapper3>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070027 <topology>newFuncTopo.py</topology>
28 </DEPENDENCY>
29
30 <ENV>
31 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
32 </ENV>
33 <GIT>
34 <pull>False</pull>
35 <branch>master</branch>
36 </GIT>
37
38 <SLEEP>
39 <startup>15</startup>
40 <reroute>5</reroute>
41 <checkintent>5</checkintent>
kelvin-onlab0ad05d12015-07-23 14:21:15 -070042 <fwd>10</fwd>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070043 </SLEEP>
44
45 <MININET>
46 <switch>7</switch>
47 <links>20</links>
48 </MININET>
49
kelvin-onlabb769f562015-07-15 17:05:10 -070050 # Intent tests params
51 <SDNIP>
52 <tcpProto>6</tcpProto>
53 <icmpProto>1</icmpProto>
kelvin-onlab58dc39e2015-08-06 08:11:09 -070054 <srcPort>5001</srcPort>
55 <dstPort>5001</dstPort>
kelvin-onlabb769f562015-07-15 17:05:10 -070056 </SDNIP>
57
kelvin-onlabd48a68c2015-07-13 16:01:36 -070058</PARAMS>