Jeremy | fc567ca | 2016-02-16 15:08:25 -0800 | [diff] [blame] | 1 | <PARAMS> |
| 2 | # CASE - Description |
| 3 | # 1 - Variable initialization and optional pull and build ONOS package |
| 4 | # 2 - Install ONOS |
Jeremy Songster | 17147f2 | 2016-05-31 18:30:52 -0700 | [diff] [blame] | 5 | # 19 - Copy karaf logs from ONOS nodes to TestON log directory |
Jeremy | fc567ca | 2016-02-16 15:08:25 -0800 | [diff] [blame] | 6 | # 100 - Ensure netconf app is running |
| 7 | # 200 - Create or modify a configuration file |
| 8 | # 300 - Push a configuration file to bring up a device |
| 9 | # 400 - Bring down a device (not yet possible) |
| 10 | |
Jeremy Songster | 17147f2 | 2016-05-31 18:30:52 -0700 | [diff] [blame] | 11 | <testcases>1,[2,100,200,300,19]*2</testcases> |
Jeremy | fc567ca | 2016-02-16 15:08:25 -0800 | [diff] [blame] | 12 | |
| 13 | <SCALE> |
| 14 | <size>1,3</size> |
| 15 | </SCALE> |
| 16 | |
| 17 | <DEPENDENCY> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 18 | <path> /tests/FUNC/FUNCnetconf/dependencies/</path> |
Jeremy | fc567ca | 2016-02-16 15:08:25 -0800 | [diff] [blame] | 19 | <wrapper1>startUp</wrapper1> |
| 20 | <wrapper2>netconf</wrapper2> |
| 21 | <wrapper3>topo</wrapper3> |
| 22 | <topology></topology> |
| 23 | </DEPENDENCY> |
| 24 | |
| 25 | <ENV> |
| 26 | <cellApps>drivers,openflow,proxyarp,mobility,netconf</cellApps> |
| 27 | </ENV> |
| 28 | |
| 29 | <GIT> |
| 30 | <pull>False</pull> |
| 31 | <branch>master</branch> |
| 32 | </GIT> |
| 33 | |
| 34 | <SLEEP> |
| 35 | <startup>20</startup> |
| 36 | <upSwitch>10</upSwitch> |
| 37 | <topoAttempts>3</topoAttempts> |
| 38 | </SLEEP> |
| 39 | |
| 40 | <MININET> |
| 41 | <switch>0</switch> |
| 42 | <links></links> |
| 43 | </MININET> |
| 44 | |
| 45 | <CONFIGURE> |
| 46 | <cfgDevicePort>830</cfgDevicePort> |
| 47 | <cfgDriver>ovs-netconf</cfgDriver> |
| 48 | <cfgApps>org.onosproject.netconf</cfgApps> |
| 49 | <cfgName>"sdn"</cfgName> |
| 50 | <cfgPass>"rocks"</cfgPass> |
| 51 | <cfgAppPort>830</cfgAppPort> |
| 52 | </CONFIGURE> |
| 53 | |
| 54 | </PARAMS> |