Southbound-IT: add test to verify dpdk enabled switch. 35/19635/7
authorRyan Goulding <ryandgoulding@gmail.com>
Tue, 5 May 2015 15:22:57 +0000 (11:22 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Wed, 6 May 2015 13:04:16 +0000 (09:04 -0400)
commitd382cb7d03de549f367b7584b78f50eb0854ee2e
tree6ac1a1bd7289f53889180ac50fb52df4b712de37
parent03170c93d4f4ab10d600b24ed59cfb21dd5465de
Southbound-IT: add test to verify dpdk enabled switch.

This test will

1. Check if it is a DPDK node.
2. Test exits if its not a DPDK node. If DPDK node then,
3. Create a netdev bridge.
4. Verifies that a netdev bridge was created.
5. Creates a dpdk port.
6. Verifies that a dpdk port was added.
7. deletes bridge and disconnects node.
8. Test fails if any of the 3-7 step fails.

Change-Id: I58e10ba18ed82193782b981ed35b22ee0e14fd62
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
southbound/southbound-it/src/test/java/org/opendaylight/ovsdb/southbound/it/SouthboundIT.java