blob: 2b5a73348b44b497792bffa0de46dcf0aca83799 [file] [log] [blame]
acsmars51a7fe02015-10-29 18:33:32 -07001<PARAMS>
2 # CASE - Description
3 # 1 - Variable initialization and optional pull and build ONOS package
4 # 2 - Install ONOS
5 # 10 - Start Mininet opticalTest Topology
6 # 14 - Stop Mininet
Jeremy Songster5665f1b2016-06-20 14:38:22 -07007 # 16 - Balance Mastership of switches
Jeremye4bc7132016-03-30 14:04:01 -07008 # 17 - Activate Flow Objectives
Jeremy Songster17147f22016-05-31 18:30:52 -07009 # 19 - Copy karaf logs from ONOS nodes to TestON log directory
acsmars51a7fe02015-10-29 18:33:32 -070010 # 21 - Run pingall to discover all hosts
11 # 22 - Send arpings to discover all hosts
12 # 23 - Compare ONOS Topology to Mininet Topology
13 # 31 - Add and test bidirectional point intents
14 # 32 - Add and test bidirectional host intents
15
Devin Lim752dd7b2017-06-27 14:40:03 -070016 <testcases>1,[2,10,22,23,31,32,14,19,2,10,16,22,23,31,32,14,19]*1,[2,10,17,22,23,31,32,14,19,2,10,16,17,22,23,31,32,14,19]*1</testcases>
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080017
18 <GRAPH>
19 <nodeCluster>VM</nodeCluster>
20 <builds>20</builds>
21 </GRAPH>
22
acsmars51a7fe02015-10-29 18:33:32 -070023 <SCALE>
Jeremye4bc7132016-03-30 14:04:01 -070024 <size>1,3,1,3</size>
acsmars51a7fe02015-10-29 18:33:32 -070025 </SCALE>
26
27 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070028 <path>/tests/FUNC/FUNCoptical/dependencies/</path>
Jeremy Songster5665f1b2016-06-20 14:38:22 -070029 <wrapper1>topo</wrapper1>
acsmars51a7fe02015-10-29 18:33:32 -070030 </DEPENDENCY>
31
32 <ENV>
Jeremy Songster5665f1b2016-06-20 14:38:22 -070033 <cellApps>drivers,openflow,proxyarp,mobility,optical,fwd,drivers.optical</cellApps>
acsmars51a7fe02015-10-29 18:33:32 -070034 </ENV>
35 <GIT>
36 <pull>False</pull>
37 <branch>master</branch>
38 </GIT>
39
40 <SLEEP>
41 <startup>15</startup>
acsmars51a7fe02015-10-29 18:33:32 -070042 <checkintent>5</checkintent>
acsmars51a7fe02015-10-29 18:33:32 -070043 <topoAttempts>3</topoAttempts>
44 </SLEEP>
45
Jeremy Songster5665f1b2016-06-20 14:38:22 -070046 # make sure that these numbers reflect the number of switches, links, and
47 # hosts in the optical topology specified below
acsmars51a7fe02015-10-29 18:33:32 -070048 <MININET>
Devin Lim752dd7b2017-06-27 14:40:03 -070049 <switch>7</switch>
50 <links>14</links>
Jeremy Songster5665f1b2016-06-20 14:38:22 -070051 <hosts>2</hosts>
Devin Lim752dd7b2017-06-27 14:40:03 -070052 <toponame>ectest</toponame>
acsmars51a7fe02015-10-29 18:33:32 -070053 </MININET>
54
acsmars51a7fe02015-10-29 18:33:32 -070055</PARAMS>