-
Notifications
You must be signed in to change notification settings - Fork 77
adding snmp support for ibms #568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @@ -0,0 +1,32 @@ | |||
| { | |||
| "title": "smnp-ibm-service", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo? "smnp" > "snmp"
Same for file name
| @@ -0,0 +1,32 @@ | |||
| { | |||
| "title": "smnp-ibm-service", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
smnp > snmp
|
BUILD on-http #3119 : FAILURE
BUILD unit-tests #11144 Error Logs ▼Test Name: Http.Api.Ibms /api/2.0/ibms/definitions should get the ssh IBM schema Error Details: expected 200 "OK", got 404 "Not Found" Response body: { message: '/api/2.0/ibms/definitions/ssh-ibm-service.json Not Found', status: '404', UUID: '9e24f959-ba4d-4cf8-9905-754eaf0ee642' } Error: expected 200 "OK", got 404 "Not Found" at Test._assertStatus (/home/jenkins/workspace/on-http/build/node_modules/supertest/lib/test.js:232:12) at Test._assertFunction (/home/jenkins/workspace/on-http/build/node_modules/supertest/lib/test.js:247:11) at Test.assert (/home/jenkins/workspace/on-http/build/node_modules/supertest/lib/test.js:148:18) at assert (/home/jenkins/workspace/on-http/build/node_modules/supertest/lib/test.js:127:12) at /home/jenkins/workspace/on-http/build/node_modules/supertest/lib/test.js:124:5 at Test.Request.callback (/home/jenkins/workspace/on-http/build/node_modules/supertest/node_modules/superagent/lib/node/index.js:703:3) at IncomingMessage.<anonymous> (/home/jenkins/workspace/on-http/build/node_modules/supertest/node_modules/superagent/lib/node/index.js:922:12) at emitNone (events.js:72:20) at IncomingMessage.emit (events.js:166:7) at endReadableNT (_stream_readable.js:921:12) at nextTickCallbackWith2Args (node.js:442:9) at process._tickDomainCallback (node.js:397:17) Stack Trace: Error: expected 200 "OK", got 404 "Not Found" at Test._assertStatus (node_modules/supertest/lib/test.js:232:12) at Test._assertFunction (node_modules/supertest/lib/test.js:247:11) at Test.assert (node_modules/supertest/lib/test.js:148:18) at assert (node_modules/supertest/lib/test.js:127:12) at node_modules/supertest/lib/test.js:124:5 at Test.Request.callback (node_modules/supertest/node_modules/superagent/lib/node/index.js:703:3) at IncomingMessage.<anonymous> (node_modules/supertest/node_modules/superagent/lib/node/index.js:922:12) at endReadableNT (_stream_readable.js:921:12)Test Name: Http.Api.Ibms /api/2.0/ibms should return a list of IBM instances Test Name: Http.Api.Ibms /api/2.0/ibms should put an IBM instance Test Name: Http.Api.Ibms /api/2.0/ibms should 400 when put with unloaded schema Test Name: Http.Api.Ibms /api/2.0/ibms should 400 when put with missing field Test Name: Http.Api.Ibms /api/2.0/ibms/:id "before each" hook for "should get an IBM instance" Test Name: Http.Api.Ibms /api/2.0/ibms/:id "after each" hook for "should get an IBM instance" Test Name: 2.0 Http.Api.Nodes GET /nodes/:identifier/ssh should return a list of the node's ssh settings Test Name: 2.0 Http.Api.Nodes GET /nodes/:identifier/ssh should return a 404 if the node has no ssh settings Test Name: 2.0 Http.Api.Nodes POST /nodes/:identifier/ssh should replace existing settings with a new set of ssh settings Test Name: 2.0 Http.Api.Nodes POST /nodes/:identifier/ssh should add a new set of ssh settings if none exist Test Name: 2.0 Http.Api.Nodes POST /nodes/:identifier/ssh should return a 404 if the node was not found Test Name: Node Serializable V1 serialize should redact snmpSettings community Test Name: Node Serializable V1 deserialize should encrypt snmpSettings community Test Name: Ssh Serializable V1 deserialize should fail on a bad host/community key schema Test Name: Ssh Serializable V1 deserialize should fail on a bad host/community key schema Test Name: Ssh Serializable V1 deserialize should not encrypt publicKey fields |
|
BUILD on-http #3120 : FAILURE
BUILD unit-tests #11145 Error Logs ▼Test Name: 2.0 Http.Api.Nodes GET /nodes/:identifier/ssh should return a list of the node's ssh settings Error Details: Cannot read property 'findAllByNode' of undefined Stack Trace: TypeError: Cannot read property 'findAllByNode' of undefined at Context.<anonymous> (spec/lib/api/2.0/nodes-spec.js:383:27)Test Name: 2.0 Http.Api.Nodes GET /nodes/:identifier/ssh should return a 404 if the node has no ssh settings Test Name: 2.0 Http.Api.Nodes POST /nodes/:identifier/ssh should replace existing settings with a new set of ssh settings Test Name: 2.0 Http.Api.Nodes POST /nodes/:identifier/ssh should add a new set of ssh settings if none exist Test Name: 2.0 Http.Api.Nodes POST /nodes/:identifier/ssh should return a 404 if the node was not found Test Name: Http.Api.Ibms /api/2.0/ibms/definitions should get the ssh IBM schema Test Name: Http.Api.Ibms /api/2.0/ibms should return a list of IBM instances Test Name: Http.Api.Ibms /api/2.0/ibms should put an IBM instance Test Name: Http.Api.Ibms /api/2.0/ibms should 400 when put with unloaded schema Test Name: Http.Api.Ibms /api/2.0/ibms should 400 when put with missing field Test Name: Http.Api.Ibms /api/2.0/ibms/:id "before each" hook for "should get an IBM instance" Test Name: Http.Api.Ibms /api/2.0/ibms/:id "after each" hook for "should get an IBM instance" Test Name: Ssh Serializable V1 deserialize should fail on a bad host/community key schema Test Name: Ssh Serializable V1 deserialize should fail on a bad host/community key schema Test Name: Ssh Serializable V1 deserialize should not encrypt publicKey fields Test Name: Node Serializable V1 serialize should redact snmpSettings community Test Name: Node Serializable V1 deserialize should encrypt snmpSettings community |
6dad791 to
4b5d23b
Compare
|
BUILD on-http #3158 : FAILURE
BUILD unit-tests #11355 Error Logs ▼Test Name: Http.Api.Ibms /api/2.0/ibms should return a list of IBM instances Error Details: Should wrap property of object Stack Trace: TypeError: Should wrap property of object at Object.wrapMethod (node_modules/sinon/lib/sinon/util/core.js:67:23) at Object.stub (node_modules/sinon/lib/sinon/stub.js:61:26) at Context.<anonymous> (spec/lib/api/2.0/ibms-spec.js:106:26)Test Name: Http.Api.Ibms /api/2.0/ibms should put an IBM instance Test Name: Http.Api.Ibms /api/2.0/ibms should 400 when put with unloaded schema Test Name: Http.Api.Ibms /api/2.0/ibms should 400 when put with missing field Test Name: Http.Api.Ibms /api/2.0/ibms/:id "before each" hook for "should get an IBM instance" Test Name: Http.Api.Ibms /api/2.0/ibms/:id "after each" hook for "should get an IBM instance" Test Name: 2.0 Http.Api.Nodes GET /nodes/:identifier/ssh should return a list of the node's ssh settings Test Name: 2.0 Http.Api.Nodes GET /nodes/:identifier/ssh should return a 404 if the node has no ssh settings Test Name: 2.0 Http.Api.Nodes POST /nodes/:identifier/ssh should replace existing settings with a new set of ssh settings Test Name: 2.0 Http.Api.Nodes POST /nodes/:identifier/ssh should add a new set of ssh settings if none exist Test Name: Node Serializable V1 serialize should redact snmpSettings community Test Name: Node Serializable V1 deserialize should encrypt snmpSettings community Test Name: Ssh Serializable V1 deserialize should fail on a bad host/community key schema Test Name: Ssh Serializable V1 deserialize should fail on a bad host/community key schema Test Name: Ssh Serializable V1 deserialize should not encrypt publicKey fields |
brianparry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
adding snmp for ibms