1
0
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:
Massimo Candela
2019-12-15 14:51:56 +01:00
parent 88911eefee
commit efaa5fcc3a

View File

@@ -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;