blob: ed944391d8cef4ba6c3271d5c8e85612ef5189e2 [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>
acsmars51a7fe02015-10-29 18:33:32 -070017 <SCALE>
Jeremye4bc7132016-03-30 14:04:01 -070018 <size>1,3,1,3</size>
acsmars51a7fe02015-10-29 18:33:32 -070019 </SCALE>
20
21 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070022 <path>/tests/FUNC/FUNCoptical/dependencies/</path>
Jeremy Songster5665f1b2016-06-20 14:38:22 -070023 <wrapper1>topo</wrapper1>
acsmars51a7fe02015-10-29 18:33:32 -070024 </DEPENDENCY>
25
26 <ENV>
Jeremy Songster5665f1b2016-06-20 14:38:22 -070027 <cellApps>drivers,openflow,proxyarp,mobility,optical,fwd,drivers.optical</cellApps>
acsmars51a7fe02015-10-29 18:33:32 -070028 </ENV>
29 <GIT>
30 <pull>False</pull>
31 <branch>master</branch>
32 </GIT>
33
34 <SLEEP>
35 <startup>15</startup>
acsmars51a7fe02015-10-29 18:33:32 -070036 <checkintent>5</checkintent>
acsmars51a7fe02015-10-29 18:33:32 -070037 <topoAttempts>3</topoAttempts>
38 </SLEEP>
39
Jeremy Songster5665f1b2016-06-20 14:38:22 -070040 # make sure that these numbers reflect the number of switches, links, and
41 # hosts in the optical topology specified below
acsmars51a7fe02015-10-29 18:33:32 -070042 <MININET>
Devin Lim752dd7b2017-06-27 14:40:03 -070043 <switch>7</switch>
44 <links>14</links>
Jeremy Songster5665f1b2016-06-20 14:38:22 -070045 <hosts>2</hosts>
Devin Lim752dd7b2017-06-27 14:40:03 -070046 <toponame>ectest</toponame>
acsmars51a7fe02015-10-29 18:33:32 -070047 </MININET>
48
acsmars51a7fe02015-10-29 18:33:32 -070049</PARAMS>