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 | |
| 14 | <DEPENDENCY> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 15 | <path>/tests/FUNC/FUNCovsdbtest/dependencies/</path> |
zhanghaoyu | 451c139 | 2015-08-07 19:21:16 +0800 | [diff] [blame] | 16 | </DEPENDENCY> |
| 17 | |
| 18 | <ENV> |
| 19 | <cellName>singlenode</cellName> |
| 20 | <cellApps>drivers,openflow,proxyarp,mobility</cellApps> |
| 21 | </ENV> |
| 22 | |
| 23 | <CTRL> |
| 24 | <ip1>OC1</ip1> |
Charles Chan | 029be65 | 2015-08-24 01:46:10 +0800 | [diff] [blame] | 25 | <port1>6653</port1> |
zhanghaoyu | 451c139 | 2015-08-07 19:21:16 +0800 | [diff] [blame] | 26 | <ovsdbport>6640</ovsdbport> |
| 27 | </CTRL> |
| 28 | |
| 29 | <TIMER> |
| 30 | <delaytime>5</delaytime> #delaytime for ovsdb connection create and delete |
| 31 | </TIMER> |
| 32 | |
alison | 6acef9f | 2016-09-28 12:29:08 -0700 | [diff] [blame] | 33 | <SLEEP> |
| 34 | <startup>15</startup> |
| 35 | </SLEEP> |
| 36 | |
zhanghaoyu | 451c139 | 2015-08-07 19:21:16 +0800 | [diff] [blame] | 37 | <HTTP> |
zhanghaoyu7 | 474d8c6 | 2015-08-26 14:53:28 +0800 | [diff] [blame] | 38 | <port>8181</port> |
| 39 | <path>/onos/vtn/</path> |
zhanghaoyu | 451c139 | 2015-08-07 19:21:16 +0800 | [diff] [blame] | 40 | </HTTP> |
| 41 | |
| 42 | <GIT> |
| 43 | <pull>False</pull> |
| 44 | <branch>master</branch> |
| 45 | </GIT> |
| 46 | |
| 47 | <OVSDB> |
| 48 | <ip1>OCN</ip1> |
| 49 | <ip2>OC1</ip2> |
| 50 | </OVSDB> |
| 51 | |
| 52 | </PARAMS> |