blob: 7e8b1053c7eb83cd75ac371ee8d09fde171e82ab [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 )
Jeremy42df2e72016-02-23 16:37:46 -080013 # 16 - Balance ownership of switches
Jeremyeb51cb12016-03-28 17:53:35 -070014 # 17 - Activate Flow Objectives
15 # 18 - Stop Mininet
Jeremy Songster17147f22016-05-31 18:30:52 -070016 # 19 - Copy karaf logs from ONOS nodes to TestON log directory
kelvin-onlab44147802015-07-27 17:57:31 -070017 # 1000 - Test host intents
18 # 2000 - Test point intents
19 # 3000 - Test single to multi point intents
20 # 4000 - Test multi to single point intents
acsmars67419be2015-10-09 14:30:00 -070021 # 5000 - Test host mobility
kelvin-onlab44147802015-07-27 17:57:31 -070022
Ming Yan Shuab2f7f52016-08-03 15:21:24 -070023 <testcases>1,[2,10,12,13,15,16,1000,2000,3000,5000,18,19]*2,[2,10,12,13,15,16,17,1000,2000,3000,5000,18,19]*2,[2,11,12,13,15,16,1000,2000,3000,5000,18,19]*2,[2,11,12,13,15,16,17,1000,2000,3000,5000,18,19]*2</testcases>
kelvin-onlab44147802015-07-27 17:57:31 -070024 <SCALE>
Jeremyeb51cb12016-03-28 17:53:35 -070025 <size>1,3,1,3,1,3,1,3</size>
kelvin-onlab44147802015-07-27 17:57:31 -070026 </SCALE>
27
28 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070029 <path>/tests/FUNC/FUNCintentRest/dependencies/</path>
kelvin-onlab44147802015-07-27 17:57:31 -070030 <wrapper1>startUp</wrapper1>
31 <wrapper2>FuncIntentFunction</wrapper2>
32 <wrapper3>topo</wrapper3>
33 <topology>newFuncTopo.py</topology>
34 </DEPENDENCY>
35
36 <ENV>
37 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
38 </ENV>
39 <GIT>
40 <pull>False</pull>
41 <branch>master</branch>
42 </GIT>
43
44 <SLEEP>
45 <startup>15</startup>
46 <reroute>5</reroute>
47 <checkintent>5</checkintent>
Jeremy2f190ca2016-01-29 15:23:57 -080048 <removeintent>10</removeintent>
49 <fwd>10</fwd>
50 <addIntent>10</addIntent>
51 <topoAttempts>3</topoAttempts>
Jeremy Songster306ed7a2016-07-19 10:59:07 -070052 <flowDuration>10</flowDuration>
kelvin-onlab44147802015-07-27 17:57:31 -070053 </SLEEP>
54
55 <MININET>
56 <switch>7</switch>
57 <links>20</links>
58 </MININET>
59
Jeremy2f190ca2016-01-29 15:23:57 -080060 <SCAPY>
61 <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>
62 </SCAPY>
63
kelvin-onlab44147802015-07-27 17:57:31 -070064 # Intent tests params
65 <SDNIP>
66 <tcpProto>6</tcpProto>
67 <icmpProto>1</icmpProto>
Ming Yan Shuab2f7f52016-08-03 15:21:24 -070068 <ipPrototype>6</ipPrototype>
kelvin-onlab44147802015-07-27 17:57:31 -070069 <srcPort>5001</srcPort>
70 <dstPort>5001</dstPort>
71 </SDNIP>
72
73</PARAMS>