From 8aaddf4913dd792402331f6e9424067a78246c18 Mon Sep 17 00:00:00 2001 From: lizi00164331 Date: Tue, 5 Sep 2017 17:37:54 +0800 Subject: 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 --- .../src/main/webapp/extsys/ems/mock-data/ems.json | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 portal/src/main/webapp/extsys/ems/mock-data/ems.json (limited to 'portal/src/main/webapp/extsys/ems/mock-data') diff --git a/portal/src/main/webapp/extsys/ems/mock-data/ems.json b/portal/src/main/webapp/extsys/ems/mock-data/ems.json new file mode 100644 index 0000000..d02e57e --- /dev/null +++ b/portal/src/main/webapp/extsys/ems/mock-data/ems.json @@ -0,0 +1,66 @@ +[ + { + "emsId": "123098765", + "status": "active", + "emsName": "EMS_TEST", + "version": "v1.0", + "vendor": "ZTE", + "description": "ems description", + "resource": { + "ftptype": "ftp", + "ip": "10.44.55.145", + "port": "2000", + "user": "root", + "password": "test", + "remotepath": "/opt/Gcp/data/", + "passive": true + }, + "performance": { + "ftptype": "ftp", + "ip": "10.44.55.145", + "port": "2000", + "user": "root", + "password": "test", + "remotepath": "/opt/Gcp/data/", + "passive": true + }, + "alarm": { + "ip": "10.44.55.145", + "port": 2000, + "user": "root", + "password": "test" + } + }, + { + "emsId": "12309876566", + "status": "inactive", + "emsName": "EMS_TEST_FAILED", + "version": "v1.0", + "vendor": "ZTE", + "description": "ems description", + "resouce": { + "ftptype": "sftp", + "ip": "10.44.55.15", + "port": "2100", + "user": "root", + "password": "test", + "remotepath": "/opt/Gcp/data/", + "passive": true + }, + "performance": { + "ftptype": "sftp", + "ip": "10.44.55.15", + "port": "2100", + "user": "root", + "password": "test", + "remotepath": "/opt/Gcp/data/", + "passive": true + }, + "alarm": { + "ip": "10.44.55.15", + "port": 2100, + "user": "root", + "password": "test" + } + } +] \ No newline at end of file -- cgit 1.2.3-korg