blob: 94339b4fdbccbe1be6286e37c3ec3525957afe21 [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
Jeremy2f190ca2016-01-29 15:23:57 -08005 # 8 - Compare Topology
kelvin-onlab44147802015-07-27 17:57:31 -07006 # 9 - Report logs
acsmars67419be2015-10-09 14:30:00 -07007 # 10 - Start Mininet with Openflow 1.0
8 # 11 - Start Mininet with Openflow 1.3
kelvin-onlab44147802015-07-27 17:57:31 -07009 # 12 - Assign switch to controller
Jeremy2f190ca2016-01-29 15:23:57 -080010 # 13 - Create Scapy Components
11 # 14 - Discover all hosts and Create a dictionary of hosts information
12 # 15 - Discover hosts with scapy arping ( only discovers scapy hosts )
13 # 16 - Stop Mininet
kelvin-onlab44147802015-07-27 17:57:31 -070014 # 1000 - Test host intents
15 # 2000 - Test point intents
16 # 3000 - Test single to multi point intents
17 # 4000 - Test multi to single point intents
acsmars67419be2015-10-09 14:30:00 -070018 # 5000 - Test host mobility
kelvin-onlab44147802015-07-27 17:57:31 -070019
Jeremy2f190ca2016-01-29 15:23:57 -080020 <testcases>1,[2,10,12,13,15,1000,2000,5000,16]*2,[2,11,12,13,15,1000,2000,5000,16]*2</testcases>
kelvin-onlab44147802015-07-27 17:57:31 -070021
22 <SCALE>
Jeremy2f190ca2016-01-29 15:23:57 -080023 <size>1,3,1,3</size>
kelvin-onlab44147802015-07-27 17:57:31 -070024 </SCALE>
25
26 <DEPENDENCY>
27 <path>/tests/FUNCintentRest/Dependency/</path>
28 <wrapper1>startUp</wrapper1>
29 <wrapper2>FuncIntentFunction</wrapper2>
30 <wrapper3>topo</wrapper3>
31 <topology>newFuncTopo.py</topology>
32 </DEPENDENCY>
33
34 <ENV>
35 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
36 </ENV>
37 <GIT>
38 <pull>False</pull>
39 <branch>master</branch>
40 </GIT>
41
42 <SLEEP>
43 <startup>15</startup>
44 <reroute>5</reroute>
45 <checkintent>5</checkintent>
Jeremy2f190ca2016-01-29 15:23:57 -080046 <removeintent>10</removeintent>
47 <fwd>10</fwd>
48 <addIntent>10</addIntent>
49 <topoAttempts>3</topoAttempts>
kelvin-onlab44147802015-07-27 17:57:31 -070050 </SLEEP>
51
52 <MININET>
53 <switch>7</switch>
54 <links>20</links>
55 </MININET>
56
Jeremy2f190ca2016-01-29 15:23:57 -080057 <SCAPY>
58 <HOSTNAMES>h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11,h12,h13,h14,h15,h16,h17,h18,h19,h20,h21,h22,h23,h24</HOSTNAMES>
59 </SCAPY>
60
kelvin-onlab44147802015-07-27 17:57:31 -070061 # Intent tests params
62 <SDNIP>
63 <tcpProto>6</tcpProto>
64 <icmpProto>1</icmpProto>
65 <srcPort>5001</srcPort>
66 <dstPort>5001</dstPort>
67 </SDNIP>
68
69</PARAMS>