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