blob: 664929540141ad76b95e8f99f5085adfe55b9dd1 [file] [log] [blame]
GlennRC5147a422015-10-06 17:26:17 -07001
2<PARAMS>
3 # CASE - Descritpion
4 # 1 - Variable initialization and optional pull and build ONOS package
5 # 2 - install ONOS
6 # 8 - Compare topology
7 # 9 - Report logs
8 # 10 - Start mininet
9 # 11 - Assign switches to controller
10 # 1000 - Add flows
11 # 2000 - Delete flows
12 # 3000 - Modify flow rule selectors
13 # 4000 - Modify flow rule treatments
14 # 5000 - flow rule controller
15 # 100 - Compare switch flow table with ONOS
16 <testcases>1,2</testcases>
17
18 <SCALE>
19 <max>3</max>
20 </SCALE>
21
22 <DEPENDENCY>
23 <path>/tests/FUNCflow/Dependency/</path>
24 <wrapper1>startUp</wrapper1>
25 <topology>single.py</topology>
26 </DEPENDENCY>
27
28 <ENV>
29 <cellName>productionCell</cellName>
30 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
31 </ENV>
32
33 <GIT>
34 <pull>False</pull>
35 <branch>master</branch>
36 </GIT>
37
38 <CTRL>
39 <port>6653</port>
40 </CTRL>
41
42 <SLEEP>
43 <startup>15</startup>
44 </SLEEP>
45
46</PARAMS>