Add Qos transcriber file and n/w and port extensions
[neutron.git] / integration / test / src / test / java / org / opendaylight / neutron / e2etest / ITNeutronE2E.java
index 833c8d3ce940163676d8eab6025875c1666aaab4..2df318579a075235b2b229214aa6b60085899869 100644 (file)
@@ -121,6 +121,7 @@ public class ITNeutronE2E {
         NeutronBgpvpnTests.runTests(base);
         NeutronL2GatewayTests.runTests(base);
         NeutronL2GatewayConnectionTests.runTests(base);
+        NeutronQosPolicyTests.runTests(base);
 
     // tests related to bugs
         Neutron_Bug3812_Tests.runTests(base);