@itentialopensource/adapter-nokia_altiplano 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -900,6 +900,11 @@
900
900
  },
901
901
  "properties": {}
902
902
  },
903
+ "responseDatakey": {
904
+ "type": "string",
905
+ "description": "place in the response where the data is - supports jsonquery",
906
+ "default": ""
907
+ },
903
908
  "responseFields": {
904
909
  "type": "object",
905
910
  "description": "The json object with response fields of the call to getDevice",
@@ -927,7 +932,7 @@
927
932
  "description": "The field in response to getDevice that contains the port of the device",
928
933
  "default": ""
929
934
  },
930
- "ip": {
935
+ "ipaddress": {
931
936
  "type": "string",
932
937
  "description": "The field in response to getDevice that contains the ip address of the device",
933
938
  "default": ""
@@ -990,6 +995,11 @@
990
995
  },
991
996
  "properties": {}
992
997
  },
998
+ "responseDatakey": {
999
+ "type": "string",
1000
+ "description": "place in the response where the data is - supports jsonquery",
1001
+ "default": ""
1002
+ },
993
1003
  "responseFields": {
994
1004
  "type": "object",
995
1005
  "description": "The json object with response fields of the call to getDevicesFiltered",
@@ -1012,12 +1022,12 @@
1012
1022
  "description": "Any prefix that should be added to the ostype of the device (e.g. aws-)",
1013
1023
  "default": ""
1014
1024
  },
1015
- "port_field": {
1025
+ "port": {
1016
1026
  "type": "string",
1017
1027
  "description": "The field in response to getDevicesFiltered that contains the port of the device",
1018
1028
  "default": ""
1019
1029
  },
1020
- "ip_field": {
1030
+ "ipaddress": {
1021
1031
  "type": "string",
1022
1032
  "description": "The field in response to getDevicesFiltered that contains the ip address of the device",
1023
1033
  "default": ""
@@ -1072,11 +1082,6 @@
1072
1082
  "description": "return failure or ignore isAlive",
1073
1083
  "default": "ignore"
1074
1084
  },
1075
- "statusValue": {
1076
- "type": "string",
1077
- "description": "The expected value in the status field",
1078
- "default": "true"
1079
- },
1080
1085
  "requestFields": {
1081
1086
  "type": "object",
1082
1087
  "description": "The json object with response fields of the call to getDevice",
@@ -1085,6 +1090,11 @@
1085
1090
  },
1086
1091
  "properties": {}
1087
1092
  },
1093
+ "responseDatakey": {
1094
+ "type": "string",
1095
+ "description": "place in the response where the data is - supports jsonquery",
1096
+ "default": ""
1097
+ },
1088
1098
  "responseFields": {
1089
1099
  "type": "object",
1090
1100
  "description": "The json object with response fields of the call to isAlive",
@@ -1096,6 +1106,11 @@
1096
1106
  "type": "string",
1097
1107
  "description": "The field in response to isAlive that contains the status of the device",
1098
1108
  "default": "name"
1109
+ },
1110
+ "statusValue": {
1111
+ "type": "string",
1112
+ "description": "The expected value in the status field",
1113
+ "default": "true"
1099
1114
  }
1100
1115
  }
1101
1116
  }
@@ -1155,6 +1170,11 @@
1155
1170
  },
1156
1171
  "properties": {}
1157
1172
  },
1173
+ "responseDatakey": {
1174
+ "type": "string",
1175
+ "description": "place in the response where the data is - supports jsonquery",
1176
+ "default": ""
1177
+ },
1158
1178
  "responseFields": {
1159
1179
  "type": "object",
1160
1180
  "description": "The json object with response fields of the call to getConfig",
@@ -1210,6 +1230,27 @@
1210
1230
  ],
1211
1231
  "description": "return failure or ignore getCount",
1212
1232
  "default": "ignore"
1233
+ },
1234
+ "requestFields": {
1235
+ "type": "object",
1236
+ "description": "The json object with response fields of the call to getDevice",
1237
+ "additionalProperties": {
1238
+ "type": "string"
1239
+ },
1240
+ "properties": {}
1241
+ },
1242
+ "responseDatakey": {
1243
+ "type": "string",
1244
+ "description": "place in the response where the data is - supports jsonquery",
1245
+ "default": ""
1246
+ },
1247
+ "responseFields": {
1248
+ "type": "object",
1249
+ "description": "The json object with response fields of the call to getConfig",
1250
+ "additionalProperties": {
1251
+ "type": "string"
1252
+ },
1253
+ "properties": {}
1213
1254
  }
1214
1255
  }
1215
1256
  }
Binary file
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": "0.5.1",
3
+ "configLines": 3608,
4
+ "scriptLines": 1707,
5
+ "codeLines": 4704,
6
+ "testLines": 4265,
7
+ "testCases": 198,
8
+ "totalCodeLines": 10676,
9
+ "wfTasks": 41
10
+ }
@@ -0,0 +1,120 @@
1
+ {
2
+ "errors": [],
3
+ "statistics": [
4
+ {
5
+ "owner": "errorJson",
6
+ "description": "New adapter errors available for use",
7
+ "value": 0
8
+ },
9
+ {
10
+ "owner": "errorJson",
11
+ "description": "Adapter errors no longer available for use",
12
+ "value": 0
13
+ },
14
+ {
15
+ "owner": "errorJson",
16
+ "description": "Adapter errors that have been updated (e.g. recommendation changes)",
17
+ "value": 31
18
+ },
19
+ {
20
+ "owner": "packageJson",
21
+ "description": "Number of production dependencies",
22
+ "value": 14
23
+ },
24
+ {
25
+ "owner": "packageJson",
26
+ "description": "Number of development dependencies",
27
+ "value": 7
28
+ },
29
+ {
30
+ "owner": "packageJson",
31
+ "description": "Number of npm scripts",
32
+ "value": 22
33
+ },
34
+ {
35
+ "owner": "packageJson",
36
+ "description": "Runtime Library dependency",
37
+ "value": "^4.45.5"
38
+ },
39
+ {
40
+ "owner": "propertiesSchemaJson",
41
+ "description": "Adapter properties defined in the propertiesSchema file",
42
+ "value": 70
43
+ },
44
+ {
45
+ "owner": "markdown",
46
+ "description": "Number of lines in the README.md",
47
+ "value": 338
48
+ },
49
+ {
50
+ "owner": "markdown",
51
+ "description": "Number of lines in the SUMMARY.md",
52
+ "value": 9
53
+ },
54
+ {
55
+ "owner": "markdown",
56
+ "description": "Number of lines in the PROPERTIES.md",
57
+ "value": 642
58
+ },
59
+ {
60
+ "owner": "markdown",
61
+ "description": "Number of lines in the TROUBLESHOOT.md",
62
+ "value": 48
63
+ },
64
+ {
65
+ "owner": "markdown",
66
+ "description": "Number of lines in the ENHANCE.md",
67
+ "value": 70
68
+ },
69
+ {
70
+ "owner": "markdown",
71
+ "description": "Number of lines in the BROKER.md",
72
+ "value": 70
73
+ },
74
+ {
75
+ "owner": "unitTestJS",
76
+ "description": "Number of lines of code in unit tests",
77
+ "value": 2132
78
+ },
79
+ {
80
+ "owner": "unitTestJS",
81
+ "description": "Number of unit tests",
82
+ "value": 111
83
+ },
84
+ {
85
+ "owner": "integrationTestJS",
86
+ "description": "Number of lines of code in integration tests",
87
+ "value": 1003
88
+ },
89
+ {
90
+ "owner": "integrationTestJS",
91
+ "description": "Number of integration tests",
92
+ "value": 29
93
+ },
94
+ {
95
+ "owner": "staticFile",
96
+ "description": "Number of lines of code in adapterBase.js",
97
+ "value": 1783
98
+ },
99
+ {
100
+ "owner": "staticFile",
101
+ "description": "Number of static files added",
102
+ "value": 36
103
+ },
104
+ {
105
+ "owner": "Overall",
106
+ "description": "Total lines of Code",
107
+ "value": 4918
108
+ },
109
+ {
110
+ "owner": "Overall",
111
+ "description": "Total Tests",
112
+ "value": 140
113
+ },
114
+ {
115
+ "owner": "Overall",
116
+ "description": "Total Files",
117
+ "value": 6
118
+ }
119
+ ]
120
+ }
@@ -9,7 +9,7 @@
9
9
  "cache_location": "none",
10
10
  "encode_pathvars": false,
11
11
  "encode_queryvars": false,
12
- "save_metric": true,
12
+ "save_metric": false,
13
13
  "stub": true,
14
14
  "protocol": "https",
15
15
  "authentication": {
@@ -99,7 +99,7 @@
99
99
  "cert_file": ""
100
100
  }
101
101
  },
102
- "deviceBroker": {
102
+ "devicebroker": {
103
103
  "getDevice": [
104
104
  {
105
105
  "path": "/get/devices/{id}",
@@ -111,12 +111,13 @@
111
111
  "requestFields": {
112
112
  "id": "name"
113
113
  },
114
+ "responseDatakey": "",
114
115
  "responseFields": {
115
116
  "name": "host",
116
117
  "ostype": "os",
117
118
  "ostypePrefix": "system-",
118
119
  "ipaddress": "attributes.ipaddr",
119
- "port": 443
120
+ "port": "443"
120
121
  }
121
122
  }
122
123
  ],
@@ -129,12 +130,13 @@
129
130
  "headers": {},
130
131
  "handleFailure": "ignore",
131
132
  "requestFields": {},
133
+ "responseDatakey": "",
132
134
  "responseFields": {
133
135
  "name": "host",
134
136
  "ostype": "os",
135
137
  "ostypePrefix": "system-",
136
138
  "ipaddress": "attributes.ipaddr",
137
- "port": 443
139
+ "port": "443"
138
140
  }
139
141
  }
140
142
  ],
@@ -146,12 +148,13 @@
146
148
  "body": {},
147
149
  "headers": {},
148
150
  "handleFailure": "ignore",
149
- "statusValue": "online",
150
151
  "requestFields": {
151
152
  "id": "name"
152
153
  },
154
+ "responseDatakey": "",
153
155
  "responseFields": {
154
- "status": "status"
156
+ "status": "status",
157
+ "statusValue": "online"
155
158
  }
156
159
  }
157
160
  ],
@@ -166,6 +169,7 @@
166
169
  "requestFields": {
167
170
  "id": "name"
168
171
  },
172
+ "responseDatakey": "",
169
173
  "responseFields": {}
170
174
  }
171
175
  ],
@@ -176,7 +180,10 @@
176
180
  "query": {},
177
181
  "body": {},
178
182
  "headers": {},
179
- "handleFailure": "ignore"
183
+ "handleFailure": "ignore",
184
+ "requestFields": {},
185
+ "responseDatakey": "",
186
+ "responseFields": {}
180
187
  }
181
188
  ]
182
189
  }
@@ -34,7 +34,7 @@ describe('[integration] Adapter BasicGET Test', () => {
34
34
  context('Testing GET calls without query parameters', () => {
35
35
  before(async () => {
36
36
  const iapDir = path.join(__dirname, '../../../../../');
37
- if (!utils.withinIAP(iapDir)) {
37
+ if (!utils.areWeUnderIAPinstallationDirectory()) {
38
38
  const sampleProperties = require('../../sampleProperties.json');
39
39
  const adapter = { properties: sampleProperties };
40
40
  a = basicGet.getAdapterInstance(adapter);
@@ -4,6 +4,7 @@
4
4
  /* global describe it log pronghornProps */
5
5
  /* eslint no-unused-vars: warn */
6
6
  /* eslint no-underscore-dangle: warn */
7
+ /* eslint import/no-dynamic-require:warn */
7
8
 
8
9
  // include required items for testing & logging
9
10
  const assert = require('assert');
@@ -15,27 +16,38 @@ const { expect } = require('chai');
15
16
  const { use } = require('chai');
16
17
  const td = require('testdouble');
17
18
  const util = require('util');
18
- const pronghorn = require('../../pronghorn.json');
19
19
 
20
- pronghorn.methodsByName = pronghorn.methods.reduce((result, meth) => ({ ...result, [meth.name]: meth }), {});
21
20
  const anything = td.matchers.anything();
22
21
 
23
22
  // stub and attemptTimeout are used throughout the code so set them here
24
23
  let logLevel = 'none';
25
- const stub = true;
26
24
  const isRapidFail = false;
27
25
  const isSaveMockData = false;
28
- const attemptTimeout = 5000;
26
+
27
+ // read in the properties from the sampleProperties files
28
+ let adaptdir = __dirname;
29
+ if (adaptdir.endsWith('/test/integration')) {
30
+ adaptdir = adaptdir.substring(0, adaptdir.length - 17);
31
+ } else if (adaptdir.endsWith('/test/unit')) {
32
+ adaptdir = adaptdir.substring(0, adaptdir.length - 10);
33
+ }
34
+ const samProps = require(`${adaptdir}/sampleProperties.json`).properties;
29
35
 
30
36
  // these variables can be changed to run in integrated mode so easier to set them here
31
37
  // always check these in with bogus data!!!
32
- const host = 'replace.hostorip.here';
33
- const username = 'username';
34
- const password = 'password';
35
- const protocol = 'http';
36
- const port = 80;
37
- const sslenable = false;
38
- const sslinvalid = false;
38
+ samProps.stub = true;
39
+ samProps.host = 'replace.hostorip.here';
40
+ samProps.authentication.username = 'username';
41
+ samProps.authentication.password = 'password';
42
+ samProps.protocol = 'http';
43
+ samProps.port = 80;
44
+ samProps.ssl.enabled = false;
45
+ samProps.ssl.accept_invalid_cert = false;
46
+ if (samProps.request.attempt_timeout < 30000) {
47
+ samProps.request.attempt_timeout = 30000;
48
+ }
49
+ const attemptTimeout = samProps.request.attempt_timeout;
50
+ const { stub } = samProps;
39
51
 
40
52
  // these are the adapter properties. You generally should not need to alter
41
53
  // any of these after they are initially set up
@@ -47,103 +59,7 @@ global.pronghornProps = {
47
59
  adapters: [{
48
60
  id: 'Test-nokia_altiplano',
49
61
  type: 'NokiaAltiplano',
50
- properties: {
51
- host,
52
- port,
53
- base_path: '/rest',
54
- version: '',
55
- cache_location: 'none',
56
- encode_pathvars: true,
57
- encode_queryvars: true,
58
- save_metric: false,
59
- stub,
60
- protocol,
61
- authentication: {
62
- auth_method: 'request_token',
63
- username,
64
- password,
65
- token: '',
66
- invalid_token_error: 401,
67
- token_timeout: 1800000,
68
- token_cache: 'local',
69
- auth_field: 'header.headers.Authorization',
70
- auth_field_format: '{token}',
71
- auth_logging: false,
72
- client_id: '',
73
- client_secret: '',
74
- grant_type: ''
75
- },
76
- healthcheck: {
77
- type: 'none',
78
- frequency: 60000,
79
- query_object: {}
80
- },
81
- throttle: {
82
- throttle_enabled: false,
83
- number_pronghorns: 1,
84
- sync_async: 'sync',
85
- max_in_queue: 1000,
86
- concurrent_max: 1,
87
- expire_timeout: 0,
88
- avg_runtime: 200,
89
- priorities: [
90
- {
91
- value: 0,
92
- percent: 100
93
- }
94
- ]
95
- },
96
- request: {
97
- number_redirects: 0,
98
- number_retries: 3,
99
- limit_retry_error: [0],
100
- failover_codes: [],
101
- attempt_timeout: attemptTimeout,
102
- global_request: {
103
- payload: {},
104
- uriOptions: {},
105
- addlHeaders: {},
106
- authData: {}
107
- },
108
- healthcheck_on_timeout: true,
109
- return_raw: true,
110
- archiving: false,
111
- return_request: false
112
- },
113
- proxy: {
114
- enabled: false,
115
- host: '',
116
- port: 1,
117
- protocol: 'http',
118
- username: '',
119
- password: ''
120
- },
121
- ssl: {
122
- ecdhCurve: '',
123
- enabled: sslenable,
124
- accept_invalid_cert: sslinvalid,
125
- ca_file: '',
126
- key_file: '',
127
- cert_file: '',
128
- secure_protocol: '',
129
- ciphers: ''
130
- },
131
- mongo: {
132
- host: '',
133
- port: 0,
134
- database: '',
135
- username: '',
136
- password: '',
137
- replSet: '',
138
- db_ssl: {
139
- enabled: false,
140
- accept_invalid_cert: false,
141
- ca_file: '',
142
- key_file: '',
143
- cert_file: ''
144
- }
145
- }
146
- }
62
+ properties: samProps
147
63
  }]
148
64
  }
149
65
  };