]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/zebra_netlink/test_zebra_netlink.py
tests: zebra_netlink only gives 10 seconds to install all routes
authorDonald Sharp <sharpd@nvidia.com>
Wed, 18 Jan 2023 20:24:17 +0000 (15:24 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 18 Jan 2023 20:29:32 +0000 (15:29 -0500)
commita6782fbaf8dae32ca077d708cb94eb51a5440c19
treed81dc201f27709be08becce7407ae3b1f5094b03
parent6483e73336eba47d3387d85c72472525b18d71ba
tests: zebra_netlink only gives 10 seconds to install all routes

Under really heavily loaded systems this is insufficient.  Looking
at the run output we have this:

  "2.1.3.22\/32":[
    {
      "installed":true,
    }
  ],
  "2.1.3.23\/32":[
    {
      "queued":true,
            }
           ],

So after 10 seconds on the micronet system only 30 of the 100 routes are installed.
Give it more time.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/zebra_netlink/test_zebra_netlink.py