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 | |
Jeremy Songster | 5665f1b | 2016-06-20 14:38:22 -0700 | [diff] [blame] | 16 | <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> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 17 | |
| 18 | <SCALE> |
Jeremy | e4bc713 | 2016-03-30 14:04:01 -0700 | [diff] [blame] | 19 | <size>1,3,1,3</size> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 20 | </SCALE> |
| 21 | |
| 22 | <DEPENDENCY> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 23 | <path>/tests/FUNC/FUNCoptical/dependencies/</path> |
Jeremy Songster | 5665f1b | 2016-06-20 14:38:22 -0700 | [diff] [blame] | 24 | <wrapper1>topo</wrapper1> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 25 | </DEPENDENCY> |
| 26 | |
| 27 | <ENV> |
Jeremy Songster | 5665f1b | 2016-06-20 14:38:22 -0700 | [diff] [blame] | 28 | <cellApps>drivers,openflow,proxyarp,mobility,optical,fwd,drivers.optical</cellApps> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 29 | </ENV> |
| 30 | <GIT> |
| 31 | <pull>False</pull> |
| 32 | <branch>master</branch> |
| 33 | </GIT> |
| 34 | |
| 35 | <SLEEP> |
| 36 | <startup>15</startup> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 37 | <checkintent>5</checkintent> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 38 | <topoAttempts>3</topoAttempts> |
| 39 | </SLEEP> |
| 40 | |
Jeremy Songster | 5665f1b | 2016-06-20 14:38:22 -0700 | [diff] [blame] | 41 | # make sure that these numbers reflect the number of switches, links, and |
| 42 | # hosts in the optical topology specified below |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 43 | <MININET> |
Jeremy Songster | 5665f1b | 2016-06-20 14:38:22 -0700 | [diff] [blame] | 44 | <switch>5</switch> |
| 45 | <links>10</links> |
| 46 | <hosts>2</hosts> |
| 47 | <toponame>ectopo</toponame> |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 48 | </MININET> |
| 49 | |
acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 50 | </PARAMS> |