Introduce E2E testing 56/18356/16
authorRyan Moats <rmoats@us.ibm.com>
Wed, 15 Apr 2015 15:10:50 +0000 (10:10 -0500)
committerRyan Moats <rmoats@us.ibm.com>
Mon, 1 Jun 2015 16:25:08 +0000 (11:25 -0500)
commite4bf2d69825c0541139c6de15b46e9e5761cb982
tree5d071219c1996f83bccb440d0184bedb785cf488
parent8d2753484cdf4532c3418a97bdc66ad1d10f0f83
Introduce E2E testing

Individual tests go into separate classes

Change-Id: I29486cade054a61d6017aa5e529f7e9cf3b0e6fa
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
integration/test/pom.xml [new file with mode: 0644]
integration/test/src/main/features/features.xml [new file with mode: 0644]
integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronE2ETest.java [new file with mode: 0644]
integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronNetworkTests.java [new file with mode: 0644]
pom.xml