]> git.proxmox.com Git - mirror_frr.git/commit
tests: Break up test_bgp_auth.py into 4 test scripts
authorDonald Sharp <sharpd@nvidia.com>
Thu, 26 May 2022 14:30:22 +0000 (10:30 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 26 May 2022 16:17:17 +0000 (12:17 -0400)
commitf30959147fd8be46a2b48865df335b426e96a4ae
tree5127c272c0798a53d4d28c3afef566eded338816
parentdcf6441e3f277a3ceeae705232c90ac6345e1d14
tests: Break up test_bgp_auth.py into 4 test scripts

This breakup converts run times for test_bgp_auth.py from
~9 minutes to just over 2 and a half minutes of run
time when running in parallel.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_auth/test_bgp_auth.py [deleted file]
tests/topotests/bgp_auth/test_bgp_auth1.py [new file with mode: 0644]
tests/topotests/bgp_auth/test_bgp_auth2.py [new file with mode: 0644]
tests/topotests/bgp_auth/test_bgp_auth3.py [new file with mode: 0644]
tests/topotests/bgp_auth/test_bgp_auth4.py [new file with mode: 0644]