acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 1 | <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 Songster | 5665f1b | 2016-06-20 14:38:22 -0700 | [diff] [blame] | 7 | # 16 - Balance Mastership of switches |
Jeremy | e4bc713 | 2016-03-30 14:04:01 -0700 | [diff] [blame] | 8 | # 17 - Activate Flow Objectives |
Jeremy Songster | 17147f2 | 2016-05-31 18:30:52 -0700 | [diff] [blame] | 9 | # 19 - Copy karaf logs from ONOS nodes to TestON log directory |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 10 | # 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 Lim | 752dd7b | 2017-06-27 14:40:03 -0700 | [diff] [blame] | 16 | <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 Ronquillo | 7f8fb57 | 2017-11-14 08:28:41 -0800 | [diff] [blame] | 17 | |
| 18 | <GRAPH> |
| 19 | <nodeCluster>VM</nodeCluster> |
| 20 | <builds>20</builds> |
| 21 | </GRAPH> |
| 22 | |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 23 | <SCALE> |
Jeremy | e4bc713 | 2016-03-30 14:04:01 -0700 | [diff] [blame] | 24 | <size>1,3,1,3</size> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 25 | </SCALE> |
| 26 | |
| 27 | <DEPENDENCY> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 28 | <path>/tests/FUNC/FUNCoptical/dependencies/</path> |
Jeremy Songster | 5665f1b | 2016-06-20 14:38:22 -0700 | [diff] [blame] | 29 | <wrapper1>topo</wrapper1> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 30 | </DEPENDENCY> |
| 31 | |
| 32 | <ENV> |
Jeremy Songster | 5665f1b | 2016-06-20 14:38:22 -0700 | [diff] [blame] | 33 | <cellApps>drivers,openflow,proxyarp,mobility,optical,fwd,drivers.optical</cellApps> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 34 | </ENV> |
| 35 | <GIT> |
| 36 | <pull>False</pull> |
| 37 | <branch>master</branch> |
| 38 | </GIT> |
| 39 | |
| 40 | <SLEEP> |
| 41 | <startup>15</startup> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 42 | <checkintent>5</checkintent> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 43 | <topoAttempts>3</topoAttempts> |
| 44 | </SLEEP> |
| 45 | |
Jeremy Songster | 5665f1b | 2016-06-20 14:38:22 -0700 | [diff] [blame] | 46 | # make sure that these numbers reflect the number of switches, links, and |
| 47 | # hosts in the optical topology specified below |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 48 | <MININET> |
Devin Lim | 752dd7b | 2017-06-27 14:40:03 -0700 | [diff] [blame] | 49 | <switch>7</switch> |
| 50 | <links>14</links> |
Jeremy Songster | 5665f1b | 2016-06-20 14:38:22 -0700 | [diff] [blame] | 51 | <hosts>2</hosts> |
Devin Lim | 752dd7b | 2017-06-27 14:40:03 -0700 | [diff] [blame] | 52 | <toponame>ectest</toponame> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 53 | </MININET> |
| 54 | |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 55 | </PARAMS> |