blob: 0be9ac9398eb609b90aec83c659a19764af6a365 [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>
acsmarscfa52272015-08-06 15:21:45 -070041 <removeintent>5</removeintent>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070042 <checkintent>5</checkintent>
kelvin-onlab0ad05d12015-07-23 14:21:15 -070043 <fwd>10</fwd>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070044 </SLEEP>
45
46 <MININET>
47 <switch>7</switch>
48 <links>20</links>
49 </MININET>
50
kelvin-onlabb769f562015-07-15 17:05:10 -070051 # Intent tests params
52 <SDNIP>
53 <tcpProto>6</tcpProto>
54 <icmpProto>1</icmpProto>
kelvin-onlab58dc39e2015-08-06 08:11:09 -070055 <srcPort>5001</srcPort>
56 <dstPort>5001</dstPort>
kelvin-onlabb769f562015-07-15 17:05:10 -070057 </SDNIP>
58
kelvin-onlabd48a68c2015-07-13 16:01:36 -070059</PARAMS>