blob: ee70b7b4eaa6013601d73ef12f965c90aad6e118 [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
Jeremy Songster5665f1b2016-06-20 14:38:22 -070016 <testcases>1,[2,10,21,22,23,31,32,14,19,2,10,16,21,22,23,31,32,14,19]*1,[2,10,17,21,22,23,31,32,14,19,2,10,16,17,21,22,23,31,32,14,19]*1</testcases>
acsmars51a7fe02015-10-29 18:33:32 -070017
18 <SCALE>
Jeremye4bc7132016-03-30 14:04:01 -070019 <size>1,3,1,3</size>
acsmars51a7fe02015-10-29 18:33:32 -070020 </SCALE>
21
22 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070023 <path>/tests/FUNC/FUNCoptical/dependencies/</path>
Jeremy Songster5665f1b2016-06-20 14:38:22 -070024 <wrapper1>topo</wrapper1>
acsmars51a7fe02015-10-29 18:33:32 -070025 </DEPENDENCY>
26
27 <ENV>
Jeremy Songster5665f1b2016-06-20 14:38:22 -070028 <cellApps>drivers,openflow,proxyarp,mobility,optical,fwd,drivers.optical</cellApps>
acsmars51a7fe02015-10-29 18:33:32 -070029 </ENV>
30 <GIT>
31 <pull>False</pull>
32 <branch>master</branch>
33 </GIT>
34
35 <SLEEP>
36 <startup>15</startup>
acsmars51a7fe02015-10-29 18:33:32 -070037 <checkintent>5</checkintent>
acsmars51a7fe02015-10-29 18:33:32 -070038 <topoAttempts>3</topoAttempts>
39 </SLEEP>
40
Jeremy Songster5665f1b2016-06-20 14:38:22 -070041 # make sure that these numbers reflect the number of switches, links, and
42 # hosts in the optical topology specified below
acsmars51a7fe02015-10-29 18:33:32 -070043 <MININET>
Jeremy Songster5665f1b2016-06-20 14:38:22 -070044 <switch>5</switch>
45 <links>10</links>
46 <hosts>2</hosts>
47 <toponame>ectopo</toponame>
acsmars51a7fe02015-10-29 18:33:32 -070048 </MININET>
49
acsmars51a7fe02015-10-29 18:33:32 -070050</PARAMS>