it-utils should be only included for IT 15/36915/2
authorSam Hague <shague@redhat.com>
Wed, 30 Mar 2016 19:53:42 +0000 (15:53 -0400)
committerSam Hague <shague@redhat.com>
Wed, 30 Mar 2016 19:56:22 +0000 (15:56 -0400)
commit251ebd20edce31d52fe2eb8a59db353729af04c7
tree73a5d9ba407b9214f66de440a97aedf6bd5d7b3a
parentd2cbb99d5ecaa3e8cadac5cab6bec838c10fa1f2
it-utils should be only included for IT

The it-utils bundle was being included with the odl-ovsdb-openstack
feature. When the feature was installed karaf would error out
looking for org.junit - which is a dependency for it-utils since
that is a test bundle.

Fix: Create a IT feature and include the bundle there and use
that feature for the IT test.

Change-Id: I4fc0395ca177d98b8433857b384cddbc033057fb
Signed-off-by: Sam Hague <shague@redhat.com>
features/pom.xml
features/src/main/features/features.xml
openstack/net-virt-it/src/test/java/org/opendaylight/ovsdb/openstack/netvirt/it/NetvirtIT.java