summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/testcase/portroa
diff options
context:
space:
mode:
Diffstat (limited to 'ResmanagementService/service/src/integration-test/resources/testcase/portroa')
-rw-r--r--ResmanagementService/service/src/integration-test/resources/testcase/portroa/createportsfail1.json2
-rw-r--r--ResmanagementService/service/src/integration-test/resources/testcase/portroa/createportssuccess1.json2
-rw-r--r--ResmanagementService/service/src/integration-test/resources/testcase/portroa/deleteportsfail1.json2
-rw-r--r--ResmanagementService/service/src/integration-test/resources/testcase/portroa/deleteportssuccess1.json2
-rw-r--r--ResmanagementService/service/src/integration-test/resources/testcase/portroa/modportsfail1.json2
-rw-r--r--ResmanagementService/service/src/integration-test/resources/testcase/portroa/modportssuccess1.json2
-rw-r--r--ResmanagementService/service/src/integration-test/resources/testcase/portroa/queryportsbyidfail1.json2
-rw-r--r--ResmanagementService/service/src/integration-test/resources/testcase/portroa/queryportsbyidsuccess1.json2
8 files changed, 8 insertions, 8 deletions
diff --git a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/createportsfail1.json b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/createportsfail1.json
index 7270bf4..bec2d4c 100644
--- a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/createportsfail1.json
+++ b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/createportsfail1.json
@@ -1,6 +1,6 @@
{
"request": {
- "uri": "/openoapi/resmgr/v1/ports",
+ "uri": "/api/resmgr/v1/ports",
"method": "post",
"headers": {
"Content-Type": "application/json;charset=UTF-8"
diff --git a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/createportssuccess1.json b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/createportssuccess1.json
index b31d469..f2094e9 100644
--- a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/createportssuccess1.json
+++ b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/createportssuccess1.json
@@ -1,6 +1,6 @@
{
"request": {
- "uri": "/openoapi/resmgr/v1/ports",
+ "uri": "/api/resmgr/v1/ports",
"method": "post",
"headers": {
"Content-Type": "application/json;charset=UTF-8"
diff --git a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/deleteportsfail1.json b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/deleteportsfail1.json
index c4e3659..121b70d 100644
--- a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/deleteportsfail1.json
+++ b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/deleteportsfail1.json
@@ -1,6 +1,6 @@
{
"request": {
- "uri": "/openoapi/resmgr/v1/ports?id=aaaa",
+ "uri": "/api/resmgr/v1/ports?id=aaaa",
"method": "delete",
"headers": {
"Content-Type": "application/json;charset=UTF-8"
diff --git a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/deleteportssuccess1.json b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/deleteportssuccess1.json
index 843593d..02b39d2 100644
--- a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/deleteportssuccess1.json
+++ b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/deleteportssuccess1.json
@@ -1,6 +1,6 @@
{
"request": {
- "uri": "/openoapi/resmgr/v1/ports?id=12345678",
+ "uri": "/api/resmgr/v1/ports?id=12345678",
"method": "delete",
"headers": {
"Content-Type": "application/json;charset=UTF-8"
diff --git a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/modportsfail1.json b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/modportsfail1.json
index 6c3f521..758129a 100644
--- a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/modportsfail1.json
+++ b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/modportsfail1.json
@@ -1,6 +1,6 @@
{
"request": {
- "uri": "/openoapi/resmgr/v1/ports",
+ "uri": "/api/resmgr/v1/ports",
"method": "put",
"headers": {
"Content-Type": "application/json;charset=UTF-8"
diff --git a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/modportssuccess1.json b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/modportssuccess1.json
index 583764c..763df3e 100644
--- a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/modportssuccess1.json
+++ b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/modportssuccess1.json
@@ -1,6 +1,6 @@
{
"request": {
- "uri": "/openoapi/resmgr/v1/ports",
+ "uri": "/api/resmgr/v1/ports",
"method": "put",
"headers": {
"Content-Type": "application/json;charset=UTF-8"
diff --git a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/queryportsbyidfail1.json b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/queryportsbyidfail1.json
index 6a1007f..eef43e4 100644
--- a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/queryportsbyidfail1.json
+++ b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/queryportsbyidfail1.json
@@ -1,6 +1,6 @@
{
"request": {
- "uri": "/openoapi/resmgr/v1/ports/aaaa",
+ "uri": "/api/resmgr/v1/ports/aaaa",
"method": "get",
"headers": {
"Content-Type": "application/json;charset=UTF-8"
diff --git a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/queryportsbyidsuccess1.json b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/queryportsbyidsuccess1.json
index 4fe360f..8ec12cf 100644
--- a/ResmanagementService/service/src/integration-test/resources/testcase/portroa/queryportsbyidsuccess1.json
+++ b/ResmanagementService/service/src/integration-test/resources/testcase/portroa/queryportsbyidsuccess1.json
@@ -1,6 +1,6 @@
{
"request": {
- "uri": "/openoapi/resmgr/v1/ports/12345678",
+ "uri": "/api/resmgr/v1/ports/12345678",
"method": "get",
"headers": {
"Content-Type": "application/json;charset=UTF-8"