summaryrefslogtreecommitdiffstats
path: root/portal/src/main/webapp/extsys/sdncontroller/mock-data
diff options
context:
space:
mode:
authorlizi00164331 <li.zi30@zte.com.cn>2017-09-05 17:37:54 +0800
committerlizi00164331 <li.zi30@zte.com.cn>2017-09-05 17:37:54 +0800
commit8aaddf4913dd792402331f6e9424067a78246c18 (patch)
tree0414cc82ab6fab5075a94ee8e784b0b20e305550 /portal/src/main/webapp/extsys/sdncontroller/mock-data
parent71ef7dd040b057abb85521caeff0cf9154647086 (diff)
Try to fix the daily builed failed bug.
change the esr catagory name to portal, Fix the pom definition. Change-Id: I21861aba0fe9b7d0528c5ffcb220d6e6096efcc4 Issue-ID: AAI-224 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'portal/src/main/webapp/extsys/sdncontroller/mock-data')
-rw-r--r--portal/src/main/webapp/extsys/sdncontroller/mock-data/sdnc.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/portal/src/main/webapp/extsys/sdncontroller/mock-data/sdnc.json b/portal/src/main/webapp/extsys/sdncontroller/mock-data/sdnc.json
new file mode 100644
index 0000000..d432191
--- /dev/null
+++ b/portal/src/main/webapp/extsys/sdncontroller/mock-data/sdnc.json
@@ -0,0 +1,30 @@
+[
+ {
+ "sdnControllerId":"a6c42529-cd6b-4c01-b149-03eb54b20a03",
+ "name":"sdnc1",
+ "status": "active",
+ "url":"http://10.74.151.13:8181",
+ "userName":"admin",
+ "password":"admin",
+ "version":"v1.0",
+ "vendor":"ZTE",
+ "description":"",
+ "protocol":"netconf",
+ "productName":"",
+ "type":"WAN"
+ },
+ {
+ "sdnControllerId":"a6c42529-cd6b-4c01-b149-03eb54b20a04",
+ "name":"sdnc2",
+ "status": "inactive",
+ "url":"http://10.74.151.13:8181",
+ "userName":"admin",
+ "password":"admin",
+ "version":"v1.0",
+ "vendor":"ZTE",
+ "description":"",
+ "protocol":"netconf",
+ "productName":"",
+ "type":"WAN"
+ }
+] \ No newline at end of file