diff options
author | xuran <xuranyjy@chinamobile.com> | 2021-04-07 17:50:57 +0800 |
---|---|---|
committer | xuran <xuranyjy@chinamobile.com> | 2021-04-07 17:51:03 +0800 |
commit | 27587dd6e77ee087ba997ef39079065393a19719 (patch) | |
tree | c7627c2df43f25b5f6929f9244c62ac1b7093adb | |
parent | 6ab20f46d3e3db2f196cd4e26095d0ba31d52126 (diff) |
pref: change some mock data
Change-Id: I45261c6914a6e06d09f7b1f2e2fda8d5b0344668
Issue-ID: USECASEUI-527
Signed-off-by: xuran <xuranyjy@chinamobile.com>
-rw-r--r-- | usecaseui-portal/src/app/mock/json/getSlicingBusinessDetail.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usecaseui-portal/src/app/mock/json/getSlicingBusinessDetail.json b/usecaseui-portal/src/app/mock/json/getSlicingBusinessDetail.json index e1dd6162..b6d81b38 100644 --- a/usecaseui-portal/src/app/mock/json/getSlicingBusinessDetail.json +++ b/usecaseui-portal/src/app/mock/json/getSlicingBusinessDetail.json @@ -56,7 +56,7 @@ "scriptName": null, "enableNSSISelection": null, "ip_adrress": "10.2.3.4.5", - "interface_id": "vlan ID", + "interface_id": "7878787878", "nextHop_info": "1111" }, "cn_slice_task_info": { @@ -69,7 +69,7 @@ "scriptName": null, "enableNSSISelection": null, "ip_adrress":"10.5.6.4.5", - "interface_id": "vlan ID", + "interface_id": "121212", "nextHop_info": "1112" }, "tn_bh_slice_task_info": { @@ -81,9 +81,9 @@ "scriptName": null, "enableNSSISelection": null, "sliceProfile": null, - "lantency":"ms", - "max_bandWidth": "Mbss", - "link_type": "sdsa" + "lantency":"100", + "max_bandWidth": "100", + "link_type": "01010" } } } |