@itentialopensource/adapter-efficientip_solidserver 0.4.2 → 0.4.3
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.
- package/CHANGELOG.md +8 -0
- package/metadata.json +4 -4
- package/package.json +4 -4
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +4 -4
- package/sampleProperties.json +3 -3
- package/test/integration/adapterTestConnectivity.js +0 -24
- package/test/unit/adapterTestUnit.js +2 -2
package/CHANGELOG.md
CHANGED
package/metadata.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-efficientip_solidserver",
|
|
3
3
|
"webName": "Adapter for Integration to EfficientIP SOLIDserver",
|
|
4
|
+
"supportLevel": "community",
|
|
4
5
|
"vendor": "EfficientIP",
|
|
5
6
|
"product": "SOLIDserver",
|
|
7
|
+
"techAlliance": false,
|
|
6
8
|
"osVersion": [],
|
|
7
9
|
"apiVersions": [],
|
|
8
10
|
"iapVersions": [
|
|
@@ -44,7 +46,7 @@
|
|
|
44
46
|
"storeLink": "",
|
|
45
47
|
"npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-efficientip_solidserver",
|
|
46
48
|
"repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-efficientip_solidserver",
|
|
47
|
-
"docLink": "https://
|
|
49
|
+
"docLink": "https://gitlab.com/itentialopensource/adapters/adapter-efficientip_solidserver/-/blob/master/README.md?ref_type=heads",
|
|
48
50
|
"demoLinks": [],
|
|
49
51
|
"trainingLinks": [
|
|
50
52
|
{
|
|
@@ -76,7 +78,5 @@
|
|
|
76
78
|
"workflowProjects": [],
|
|
77
79
|
"transformationProjects": [],
|
|
78
80
|
"exampleProjects": []
|
|
79
|
-
}
|
|
80
|
-
"supportLevel": "community",
|
|
81
|
-
"techAlliance": false
|
|
81
|
+
}
|
|
82
82
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-efficientip_solidserver",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "This adapter integrates with system described as: efficientip solidserver",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
7
|
-
"engineVersion": "1.
|
|
7
|
+
"engineVersion": "1.68.2",
|
|
8
8
|
"adapterType": "http",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"artifactize": "npm i && node utils/packModificationScript.js",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"author": "Itential",
|
|
54
54
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-efficientip_solidserver#readme",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@itentialopensource/adapter-utils": "^5.
|
|
56
|
+
"@itentialopensource/adapter-utils": "^5.7.0",
|
|
57
57
|
"acorn": "^8.12.1",
|
|
58
58
|
"ajv": "^8.17.1",
|
|
59
59
|
"axios": "^1.7.4",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"prompts": "^2.4.2",
|
|
69
69
|
"readline-sync": "^1.4.10",
|
|
70
70
|
"semver": "^7.6.3",
|
|
71
|
-
"winston": "^3.
|
|
71
|
+
"winston": "^3.14.2"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"chai": "^4.3.7",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.4.2",
|
|
3
3
|
"configLines": 41133,
|
|
4
4
|
"scriptLines": 1783,
|
|
5
5
|
"codeLines": 19147,
|
|
6
|
-
"testLines":
|
|
7
|
-
"testCases":
|
|
8
|
-
"totalCodeLines":
|
|
6
|
+
"testLines": 12850,
|
|
7
|
+
"testCases": 578,
|
|
8
|
+
"totalCodeLines": 33780,
|
|
9
9
|
"wfTasks": 241
|
|
10
10
|
}
|
package/sampleProperties.json
CHANGED
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"ostypePrefix": "meraki-",
|
|
136
136
|
"port": "{port}",
|
|
137
137
|
"ipaddress": "{ip_addr}",
|
|
138
|
-
"serial"
|
|
138
|
+
"serial": "{serial}"
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
],
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"ostypePrefix": "meraki-",
|
|
162
162
|
"port": "{port}",
|
|
163
163
|
"ipaddress": "{ip_addr}",
|
|
164
|
-
"serial"
|
|
164
|
+
"serial": "{serial}",
|
|
165
165
|
"id": "{myid}"
|
|
166
166
|
}
|
|
167
167
|
}
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"ostypePrefix": "meraki-",
|
|
246
246
|
"port": "{port}",
|
|
247
247
|
"ipaddress": "{ip_addr}",
|
|
248
|
-
"serial"
|
|
248
|
+
"serial": "{serial}",
|
|
249
249
|
"id": "{myid}"
|
|
250
250
|
}
|
|
251
251
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
/* eslint no-unused-vars: warn */
|
|
5
5
|
|
|
6
6
|
const assert = require('assert');
|
|
7
|
-
const http = require('http');
|
|
8
7
|
const https = require('https');
|
|
9
8
|
const mocha = require('mocha');
|
|
10
9
|
const ping = require('ping');
|
|
@@ -53,29 +52,6 @@ describe('[integration] Adapter Test', () => {
|
|
|
53
52
|
});
|
|
54
53
|
});
|
|
55
54
|
|
|
56
|
-
it('Support HTTP on port 80', (done) => {
|
|
57
|
-
const requestOptions = {
|
|
58
|
-
host,
|
|
59
|
-
port: 80,
|
|
60
|
-
method: 'HEAD'
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
const req = http.request(requestOptions, (res) => {
|
|
64
|
-
try {
|
|
65
|
-
assert.ok(res.statusCode >= 200 && res.statusCode < 400);
|
|
66
|
-
done();
|
|
67
|
-
} catch (error) {
|
|
68
|
-
done(error);
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
|
|
72
|
-
req.on('error', (err) => {
|
|
73
|
-
done(err);
|
|
74
|
-
});
|
|
75
|
-
|
|
76
|
-
req.end();
|
|
77
|
-
});
|
|
78
|
-
|
|
79
55
|
it('Support HTTPS on port 443', (done) => {
|
|
80
56
|
const requestOptions = {
|
|
81
57
|
host,
|
|
@@ -323,7 +323,7 @@ describe('[unit] Efficientip_solidserver Adapter Test', () => {
|
|
|
323
323
|
assert.equal('^0.4.4', packageDotJson.dependencies.ping);
|
|
324
324
|
assert.equal('^1.4.10', packageDotJson.dependencies['readline-sync']);
|
|
325
325
|
assert.equal('^7.6.3', packageDotJson.dependencies.semver);
|
|
326
|
-
assert.equal('^3.
|
|
326
|
+
assert.equal('^3.14.2', packageDotJson.dependencies.winston);
|
|
327
327
|
done();
|
|
328
328
|
} catch (error) {
|
|
329
329
|
log.error(`Test Failure: ${error}`);
|
|
@@ -561,7 +561,7 @@ describe('[unit] Efficientip_solidserver Adapter Test', () => {
|
|
|
561
561
|
log.error(`Adapter Exception: ${error}`);
|
|
562
562
|
done(error);
|
|
563
563
|
}
|
|
564
|
-
});
|
|
564
|
+
}).timeout(attemptTimeout);
|
|
565
565
|
});
|
|
566
566
|
|
|
567
567
|
describe('propertiesSchema.json', () => {
|