Integration test for Syslogd's new-suspect-on-message in Minion environment

Description

We need to write an integration test that sends a syslog message to a Minion from an unmanaged IP address while Syslogd's new-suspect-on-message option is set to "true". The test should verify that the node is provisioned and managed. The expected workflow is:

  • A syslog UDP message is sent to a Minion in Location "ABC".

  • The event is serialized as a DTO and sent to the OpenNMS machine.

  • The syslog receiver on OpenNMS will look up the source IP address in the InterfaceToNodeCache and it will not find a node ID for the location/IP address.

  • The syslog receiver will convert the DTO into an OpenNMS event without a node ID.

  • The syslog receiver will generate a newSuspect event for the IP address with Location "ABC".

  • Provisiond will handle the newSuspect event.

  • Detector and SNMP calls during the node scan will be sent over the Minion RPC channels.

  • Provisiond will create a new node marked with Location "ABC" that has a managed interface with the source IP address of the syslog message.

  • All subsequent syslog messages sent from the Minion to OpenNMS should be associated with that node ID by the OpenNMS syslog receiver.

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

fooker October 25, 2016 at 4:47 AM

Seems to be stable now

fooker October 6, 2016 at 9:12 AM

Seth Leger October 2, 2016 at 5:45 PM

This test has been failing ever since it was merged to develop so I've temporarily marked it as @Ignore. Maybe there has been a change in behavior in the latest develop code and the test needs to be updated. It's possible that this test has a bad race condition but it was passing afaik on its own branch build.

Seth Leger October 1, 2016 at 12:30 PM

Merged PR for this, marking as fixed.

commit c7cd648bdddeefca9dc360389cc28db91b639a9e

Fixed

Details

Assignee

Reporter

Labels

Components

Fix versions

Affects versions

Priority

PagerDuty

Created September 1, 2016 at 11:38 AM
Updated October 25, 2016 at 4:47 AM
Resolved October 25, 2016 at 4:47 AM