]> git.puffer.fish Git - mirror/frr.git/commit
tests: generate support bundles in parallel, fix bugs 8939/head
authorChristian Hopps <chopps@labn.net>
Wed, 30 Jun 2021 15:45:24 +0000 (15:45 +0000)
committerChristian Hopps <chopps@labn.net>
Wed, 30 Jun 2021 15:46:10 +0000 (15:46 +0000)
commit0ef5bf19055b37123c8ee73100b3e745a15b8a82
treeb983d725d1bcb675f27c8cf399556c6c8541a6e0
parent5417cc2de3b7a2f06f066f978ffbfdfd4f3bba98
tests: generate support bundles in parallel, fix bugs

Speedup (large topo): OLD: ~6 minutes NEW: ~1 second
  (when paired with generate_support_bundle.py changes)
- Collect from each node in parallel

Bug fixes:
- sub-directory test name was the same internal pytest function name
  for any test, and not the actual test name.

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/lib/common_config.py