mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-10-29 08:55:15 +00:00
This test is failing locally for me 100% of the time
since zebra was converted to mgmtd usage. The failed
command is:
torm11# show evpn mac vni 1000 mac 00:00:00:00:00:11 json
{
"00:00:00:00:00:11":{
"type":"auto",
"uptime":"00:02:01",
"localSequence":0,
"remoteSequence":0,
"detectionCount":0,
"isDuplicate":false,
"syncNeighCount":0,
"neighbors":{
"active":[
],
"inactive":[
"45.0.0.11"
]
}
}
}
The test is expecting an esi as a key in the output. Re-arranging
the startup of the tor's before the hosts fixes the issue.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
|
||
|---|---|---|
| .. | ||
| hostd11 | ||
| hostd12 | ||
| hostd21 | ||
| hostd22 | ||
| leaf1 | ||
| leaf2 | ||
| spine1 | ||
| spine2 | ||
| torm11 | ||
| torm12 | ||
| torm21 | ||
| torm22 | ||
| evpn-mh-topo-tests.pdf | ||
| test_evpn_mh.py | ||