]> git.puffer.fish Git - mirror/frr.git/commit
topotests: skip tests when any assert fails 5087/head
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 1 Oct 2019 00:15:15 +0000 (21:15 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 1 Oct 2019 00:15:15 +0000 (21:15 -0300)
commitc8c265f5713bcc1e67bd61016d1a93e4f899c9ac
tree09389cedb8d28443234578f598cf7a07d791486b
parent44cde8a39faac62c488368a9c352f9a40c8ea812
topotests: skip tests when any assert fails

When an `assert` fails we should skip all other tests on the file. Once
a failure is detected we can't rely on the setup anymore, since most of
the tests assume the previous worked.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
tests/topotests/conftest.py