]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Break up route_scale into 2 separate tests
authorDonald Sharp <sharpd@nvidia.com>
Wed, 8 Sep 2021 22:24:22 +0000 (18:24 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 10 Sep 2021 12:27:49 +0000 (08:27 -0400)
commitac60528b5c0bdbbd2d4dad024822061770c21a6a
tree7807444c2c174ab44577a23ceef3221745f0acf9
parent32acb4a7adc4e7fcd72b36a124e8ec3929d79e10
tests: Break up route_scale into 2 separate tests

route_scale run is 500+ seconds.  Break it up into
2 separate tests.  This should reduce run time a slight
bit.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/route_scale/scale_test_common.py [new file with mode: 0644]
tests/topotests/route_scale/test_route_scale.py [deleted file]
tests/topotests/route_scale/test_route_scale1.py [new file with mode: 0644]
tests/topotests/route_scale/test_route_scale2.py [new file with mode: 0644]