mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
increased test coverage for ignore:true on monitorAS
This commit is contained in:
@@ -284,6 +284,17 @@ export default class ConnectorTest extends Connector{
|
||||
path: [1, 2, 3, 4321, 5060, 2914]
|
||||
},
|
||||
type: "ris_message"
|
||||
},
|
||||
{
|
||||
data: {
|
||||
announcements: [{
|
||||
prefixes: ["2a0e:240::/32"],
|
||||
next_hop: "124.0.0.5"
|
||||
}],
|
||||
peer: "124.0.0.6",
|
||||
path: [1, 2, 3, 4321, 5060, 2914]
|
||||
},
|
||||
type: "ris_message"
|
||||
}
|
||||
];
|
||||
break;
|
||||
|
Reference in New Issue
Block a user