]> git.proxmox.com Git - mirror_frr.git/commit
topotest: fix pytest deprecation warning
authorMark Stapp <mjs@voltanet.io>
Thu, 2 May 2019 18:43:18 +0000 (14:43 -0400)
committerMark Stapp <mjs@voltanet.io>
Thu, 2 May 2019 18:43:18 +0000 (14:43 -0400)
commit80cb48d2f47d72e497c2c9430ddb28febff259cc
tree71d7aa050afdb7b6d6c68270a65d5857aa11ff30
parentbcbce7b283a716f44953ab1a8b67c20d2b6725c6
topotest: fix pytest deprecation warning

As of pytest 4.something, a pattern we were using in conftest.py
was deprecated. Also make a new-ish test script executable (all
the rest appear to be?)

Signed-off-by: Mark Stapp <mjs@voltanet.io>
tests/topotests/bgp-vrf-route-leak-basic/test_bgp.py [changed mode: 0644->0755]
tests/topotests/conftest.py