The number of routes in BGP ce devices was wrong.
Change the expected values.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
luCommand(
"ce1",
'vtysh -c "show bgp ipv4 uni"',
- "12 routes and 12",
+ "18 routes and 19",
"wait",
"Local and remote routes",
10,
luCommand(
"ce2",
'vtysh -c "show bgp ipv4 uni"',
- "12 routes and 15",
+ "18 routes and 22",
"wait",
"Local and remote routes",
10,
luCommand(
"ce3",
'vtysh -c "show bgp ipv4 uni"',
- "12 routes and 13",
+ "18 routes and 19",
"wait",
"Local and remote routes",
10,
luCommand(
"ce4",
'vtysh -c "show bgp vrf ce4-cust2 ipv4 uni"',
- "12 routes and 14",
+ "18 routes and 21",
"wait",
"Local and remote routes",
10,