implement dependency checking for security rule's group
[neutron.git] / integration / test-standalone / src / main / java / org / opendaylight / neutron / e2etest / HttpUtils.java
index c3b5b6334d9dbce8cdac5edb252e28c91971d352..5ce5b635817235e5dd5be68106e7a926bbefe667 100644 (file)
@@ -24,6 +24,9 @@ import org.junit.Assert;
 
 public final class HttpUtils {
 
+    // copy/pasted from org.opendaylight.neutron.northbound.api.AbstractNeutronNorthbound
+    public static final int HTTP_MISSING_DEPENDENCY = 442; // see NEUTRON-158
+
     private HttpUtils() { }
 
     static HttpURLConnection httpURLConnectionFactoryGet(URL url) throws IOException {