blob: d0fcfa8038c2d14e6429d9e7c1b22c7c250d857d [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
acsmars62acd272015-09-11 10:07:38 -07007 # 10 - Start Mininet with Openflow 1.0
8 # 11 - Start Mininet with Openflow 1.3
kelvin-onlab5c706ff2015-07-20 10:56:52 -07009 # 12 - Assign switch to controller
Jeremy Songster1f39bf02016-01-20 17:17:25 -080010 # 13 - Create Scapy Components
11 # 14 - Discover hosts with Mininet Pingall
Jeremy42df2e72016-02-23 16:37:46 -080012 # 15 - Discover hosts with Scapy arping ( only discovers scapy hosts )
13 # 16 - Balance ownership of switches
Jeremy6e9748f2016-03-25 15:03:39 -070014 # 17 - Activate Flow Objectives
15 # 18 - Stop Mininet
kelvin-onlab5c706ff2015-07-20 10:56:52 -070016 # 1000 - Test host intents
17 # 2000 - Test point intents
18 # 3000 - Test single to multi point intents
19 # 4000 - Test multi to single point intents
acsmars62acd272015-09-11 10:07:38 -070020 # 5000 - Test host mobility
Jeremy2f190ca2016-01-29 15:23:57 -080021 # 6000 - Test Multi Point intent End Point Failure
kelvin-onlabd48a68c2015-07-13 16:01:36 -070022
Jeremy6e9748f2016-03-25 15:03:39 -070023 <testcases>1,[2,10,12,13,15,16,1000,2000,3000,4000,5000,6000,18]*2,[2,10,12,13,15,16,17,1000,2000,3000,4000,5000,6000,18]*2,[2,11,12,13,15,16,1000,2000,3000,4000,5000,6000,18]*2,[2,11,12,13,15,16,17,1000,2000,3000,4000,5000,6000,18]*2</testcases>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070024
25 <SCALE>
Jeremy6e9748f2016-03-25 15:03:39 -070026 <size>1,3,1,3,1,3,1,3</size>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070027 </SCALE>
28
29 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070030 <path>/tests/FUNC/FUNCintent/dependencies/</path>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070031 <wrapper1>startUp</wrapper1>
32 <wrapper2>FuncIntentFunction</wrapper2>
Jon Halla3e02432015-07-24 15:55:42 -070033 <wrapper3>topo</wrapper3>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070034 <topology>newFuncTopo.py</topology>
35 </DEPENDENCY>
36
37 <ENV>
38 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
39 </ENV>
40 <GIT>
41 <pull>False</pull>
42 <branch>master</branch>
43 </GIT>
44
45 <SLEEP>
46 <startup>15</startup>
47 <reroute>5</reroute>
kelvin-onlab47c19ad2015-08-10 17:44:37 -070048 <removeintent>10</removeintent>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070049 <checkintent>5</checkintent>
kelvin-onlab0ad05d12015-07-23 14:21:15 -070050 <fwd>10</fwd>
acsmars62acd272015-09-11 10:07:38 -070051 <topoAttempts>3</topoAttempts>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070052 </SLEEP>
53
54 <MININET>
55 <switch>7</switch>
56 <links>20</links>
57 </MININET>
58
Jeremy Songster1f39bf02016-01-20 17:17:25 -080059 <SCAPY>
60 <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>
61 </SCAPY>
62
kelvin-onlabb769f562015-07-15 17:05:10 -070063 # Intent tests params
64 <SDNIP>
65 <tcpProto>6</tcpProto>
Jeremy6f000c62016-02-25 17:02:28 -080066 <ipPrototype>6</ipPrototype>
kelvin-onlab58dc39e2015-08-06 08:11:09 -070067 <srcPort>5001</srcPort>
68 <dstPort>5001</dstPort>
kelvin-onlabb769f562015-07-15 17:05:10 -070069 </SDNIP>
70
Jon Hall53c5e662016-04-13 16:06:56 -070071</PARAMS>