diff options
Diffstat (limited to 'infra/bgp-distribution-test')
-rw-r--r-- | infra/bgp-distribution-test/src/test/resources/WEB-INF/web.xml | 14 | ||||
-rw-r--r-- | infra/bgp-distribution-test/src/test/resources/bgp-policy.json | 4 |
2 files changed, 4 insertions, 14 deletions
diff --git a/infra/bgp-distribution-test/src/test/resources/WEB-INF/web.xml b/infra/bgp-distribution-test/src/test/resources/WEB-INF/web.xml index 6cf487170..b5d2c8ba2 100644 --- a/infra/bgp-distribution-test/src/test/resources/WEB-INF/web.xml +++ b/infra/bgp-distribution-test/src/test/resources/WEB-INF/web.xml @@ -19,20 +19,6 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0"> - <servlet> - <servlet-name>JAXRSRestconf</servlet-name> - <servlet-class>com.sun.jersey.spi.container.servlet.ServletContainer</servlet-class> - <init-param> - <param-name>javax.ws.rs.Application</param-name> - <param-value>org.opendaylight.netconf.sal.rest.impl.RestconfApplication</param-value> - </init-param> - <load-on-startup>1</load-on-startup> - </servlet> - - <servlet-mapping> - <servlet-name>JAXRSRestconf</servlet-name> - <url-pattern>/*</url-pattern> - </servlet-mapping> <filter> <filter-name>cross-origin-restconf</filter-name> <filter-class>org.eclipse.jetty.servlets.CrossOriginFilter</filter-class> diff --git a/infra/bgp-distribution-test/src/test/resources/bgp-policy.json b/infra/bgp-distribution-test/src/test/resources/bgp-policy.json new file mode 100644 index 000000000..01abb6905 --- /dev/null +++ b/infra/bgp-distribution-test/src/test/resources/bgp-policy.json @@ -0,0 +1,4 @@ +{ + "default-import-policy": "ACCEPT-ROUTE", + "default-export-policy": "ACCEPT-ROUTE" +}
\ No newline at end of file |