summaryrefslogtreecommitdiffstats
path: root/lifecycle-test
diff options
context:
space:
mode:
authorluxin <luxin7@huawei.com>2017-04-22 15:00:39 +0800
committerluxin <luxin7@huawei.com>2017-04-22 15:00:39 +0800
commit295e472763d46520ad266aecc8782ecc2d7f26a4 (patch)
tree16e726dad209c5bbc82a4689dabb2c13b2b397f4 /lifecycle-test
parent7b63090190459364e2c4be3edf49ebb6256f6dab (diff)
fix vnf-sdk-lc-test config
VNFSDK-79 Change-Id: I6c7e5e4d6d2b09c5efd274b7b46549709bc522fe Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'lifecycle-test')
-rw-r--r--lifecycle-test/src/webapp/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lifecycle-test/src/webapp/WEB-INF/web.xml b/lifecycle-test/src/webapp/WEB-INF/web.xml
index c814c9c..a41a5f2 100644
--- a/lifecycle-test/src/webapp/WEB-INF/web.xml
+++ b/lifecycle-test/src/webapp/WEB-INF/web.xml
@@ -29,7 +29,7 @@
</servlet>
<servlet-mapping>
<servlet-name>CXFServlet</servlet-name>
- <url-pattern>/openoapi/vnfsdk/*</url-pattern>
+ <url-pattern>/openoapi/lifecycletest/*</url-pattern>
</servlet-mapping>
<context-param>