summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2020-08-28 09:30:03 +0800
committercyuamber <xuranyjy@chinamobile.com>2020-08-28 09:30:08 +0800
commit6327a13cbc6290f6df92c125669c162f643d8616 (patch)
treea368c6936e1780c43fe857f7e52c487f6b02e19b
parent107f0ae0a4963682bfe8ce10ef9ba2b0f87ec8b7 (diff)
feat: Three new parameters for Endpoint mockData
Change-Id: I10f768c0d60563dc6fb873cf1d274031c3ff418d Issue-ID: USECASEUI-444 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
-rw-r--r--usecaseui-portal/src/app/mock/json/slicing_task_auditInfo.json28
1 files changed, 22 insertions, 6 deletions
diff --git a/usecaseui-portal/src/app/mock/json/slicing_task_auditInfo.json b/usecaseui-portal/src/app/mock/json/slicing_task_auditInfo.json
index b9756724..8305a03e 100644
--- a/usecaseui-portal/src/app/mock/json/slicing_task_auditInfo.json
+++ b/usecaseui-portal/src/app/mock/json/slicing_task_auditInfo.json
@@ -43,9 +43,17 @@
"an_area_traffic_cap_dl": "300",
"an_area_traffic_cap_ul": "300",
"an_overalluser_density":"test_an_overalluser_density_01",
- "an_ip_address":"test_cn_ip_address_01",
- "an_logical_link":"test_cn_logical_link_01",
- "an_nexthop_info":"test_cn_nexthop_info_01",
+ "an_Endpoint":[
+ {
+ "an_ip_address":"test_an_ip_address_01"
+ },
+ {
+ "an_logical_link": "test_an_logical_link_01"
+ },
+ {
+ "an_nexthop_info":"test_info_01"
+ }
+ ],
"an_script_name":"test_an_01",
"an_coverage_area_ta_list": ["北京;北京市;海淀区", "北京;北京市;西城区", "北京;北京市;昌平区"],
"tn_suggest_nssi_id": "46da8cf8-0878-48ac-bea3-f2200959411b",
@@ -69,9 +77,17 @@
"cn_area_traffic_cap_ul": "300",
"cn_script_name":"test_cn_01",
"cn_overalluser_density":"test_cn_overalluser_density_01",
- "cn_ip_address":"test_cn_ip_address_01",
- "cn_logical_link":"test_cn_logical_link_01",
- "cn_nexthop_info":"test_cn_nexthop_info_01"
+ "cn_Endpoint":[
+ {
+ "cn_ip_address":"test_cn_ip_address_01"
+ },
+ {
+ "cn_logical_link": "test_cn_logical_link_01"
+ },
+ {
+ "cn_nexthop_info":"test_info_01"
+ }
+ ]
}
}