1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

improved coverage of excludeMonitors test

This commit is contained in:
Massimo Candela
2019-09-26 03:52:05 +02:00
parent 005d45f125
commit be815d97b7

View File

@@ -61,6 +61,17 @@ export default class ConnectorTest extends Connector{
switch (type) {
case "hijack":
updates = [
{
data: {
announcements: [{
prefixes: ["175.254.205.0/25", "170.254.205.0/25"],
next_hop: "124.0.0.3"
}],
peer: "124.0.0.3",
path: [1, 2, 3, 4321]
},
type: "ris_message"
},
{
data: {
announcements: [{