zhanghaoyu | 451c139 | 2015-08-07 19:21:16 +0800 | [diff] [blame] | 1 | <PARAMS> |
| 2 | # CASE - Description |
| 3 | # 1 - Compile ONOS and push it to the test machines |
| 4 | # 2 - Test ovsdb connection and tearDown |
| 5 | # 3 - Test default br-int configuration and vxlan port |
zhanghaoyu7 | 474d8c6 | 2015-08-26 14:53:28 +0800 | [diff] [blame] | 6 | # 4 - Test default openflow configuration |
| 7 | # 5 - Test default flows |
| 8 | # 6 - Configure Network Subnet Port |
| 9 | # 7 - Test host go online and ping each other |
| 10 | # 8 - Clear ovs configuration and host configuration |
zhanghaoyu | 451c139 | 2015-08-07 19:21:16 +0800 | [diff] [blame] | 11 | |
zhanghaoyu7 | 474d8c6 | 2015-08-26 14:53:28 +0800 | [diff] [blame] | 12 | <testcases>1,3,4,2,5,6,7,8</testcases> |
zhanghaoyu | 451c139 | 2015-08-07 19:21:16 +0800 | [diff] [blame] | 13 | |
Jeremy Ronquillo | 7f8fb57 | 2017-11-14 08:28:41 -0800 | [diff] [blame] | 14 | <GRAPH> |
| 15 | <nodeCluster>VM</nodeCluster> |
| 16 | <builds>20</builds> |
| 17 | </GRAPH> |
| 18 | |
zhanghaoyu | 451c139 | 2015-08-07 19:21:16 +0800 | [diff] [blame] | 19 | <DEPENDENCY> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 20 | <path>/tests/FUNC/FUNCovsdbtest/dependencies/</path> |
zhanghaoyu | 451c139 | 2015-08-07 19:21:16 +0800 | [diff] [blame] | 21 | </DEPENDENCY> |
| 22 | |
| 23 | <ENV> |
| 24 | <cellName>singlenode</cellName> |
| 25 | <cellApps>drivers,openflow,proxyarp,mobility</cellApps> |
| 26 | </ENV> |
| 27 | |
| 28 | <CTRL> |
| 29 | <ip1>OC1</ip1> |
Charles Chan | 029be65 | 2015-08-24 01:46:10 +0800 | [diff] [blame] | 30 | <port1>6653</port1> |
zhanghaoyu | 451c139 | 2015-08-07 19:21:16 +0800 | [diff] [blame] | 31 | <ovsdbport>6640</ovsdbport> |
| 32 | </CTRL> |
| 33 | |
| 34 | <TIMER> |
| 35 | <delaytime>5</delaytime> #delaytime for ovsdb connection create and delete |
| 36 | </TIMER> |
| 37 | |
alison | 6acef9f | 2016-09-28 12:29:08 -0700 | [diff] [blame] | 38 | <SLEEP> |
| 39 | <startup>15</startup> |
| 40 | </SLEEP> |
| 41 | |
zhanghaoyu | 451c139 | 2015-08-07 19:21:16 +0800 | [diff] [blame] | 42 | <HTTP> |
zhanghaoyu7 | 474d8c6 | 2015-08-26 14:53:28 +0800 | [diff] [blame] | 43 | <port>8181</port> |
| 44 | <path>/onos/vtn/</path> |
zhanghaoyu | 451c139 | 2015-08-07 19:21:16 +0800 | [diff] [blame] | 45 | </HTTP> |
| 46 | |
| 47 | <GIT> |
| 48 | <pull>False</pull> |
| 49 | <branch>master</branch> |
| 50 | </GIT> |
| 51 | |
| 52 | <OVSDB> |
| 53 | <ip1>OCN</ip1> |
| 54 | <ip2>OC1</ip2> |
| 55 | </OVSDB> |
| 56 | |
| 57 | </PARAMS> |