]> git.puffer.fish Git - matthieu/frr.git/commit
tests: bgp_evpn_mh timing issue fix
authorDonald Sharp <sharpd@nvidia.com>
Wed, 21 Feb 2024 23:12:00 +0000 (18:12 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 21 Feb 2024 23:12:00 +0000 (18:12 -0500)
commite7f2e2c78c7b815be12cc885de8d18497c67d397
treead504106af0a54efdcdceb4e89fc13a5ccb3406e
parent37588ece04ae6cc9e100225f02caa16717ab3b7d
tests: bgp_evpn_mh timing issue fix

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>
tests/topotests/bgp_evpn_mh/test_evpn_mh.py