]> git.puffer.fish Git - mirror/frr.git/commit
tests: Fix tests using exabgp to explicitly call out which python to use 10103/head
authorDonald Sharp <sharpd@pinkbelly.org>
Sat, 20 Nov 2021 00:18:30 +0000 (19:18 -0500)
committerDonald Sharp <sharpd@pinkbelly.org>
Sun, 21 Nov 2021 00:36:40 +0000 (19:36 -0500)
commitf1f0bd0911c0834d9af9adfd9bf1a5f8f0bb62af
treebad6fd981fa6ced41cea720ab3d1845f82a530e9
parent587cf8f170af8597dd68efefe79ef9886e95e0bb
tests: Fix tests using exabgp to explicitly call out which python to use

There exist systems that do not explicity have a python soft-link
on their system.  Let's explicity call out which python we want
to be using with exabgp.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
36 files changed:
tests/topotests/bgp_ecmp_topo1/peer1/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer10/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer11/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer12/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer13/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer14/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer15/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer16/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer17/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer18/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer19/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer2/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer20/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer3/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer4/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer5/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer6/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer7/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer8/exa-send.py
tests/topotests/bgp_ecmp_topo1/peer9/exa-send.py
tests/topotests/bgp_ecmp_topo1/test_bgp_ecmp_topo1.py
tests/topotests/bgp_multiview_topo1/peer1/exa-send.py
tests/topotests/bgp_multiview_topo1/peer2/exa-send.py
tests/topotests/bgp_multiview_topo1/peer3/exa-send.py
tests/topotests/bgp_multiview_topo1/peer4/exa-send.py
tests/topotests/bgp_multiview_topo1/peer5/exa-send.py
tests/topotests/bgp_multiview_topo1/peer6/exa-send.py
tests/topotests/bgp_multiview_topo1/peer7/exa-send.py
tests/topotests/bgp_multiview_topo1/peer8/exa-send.py
tests/topotests/bgp_peer_type_multipath_relax/peer1/exa_readpipe.py
tests/topotests/bgp_peer_type_multipath_relax/peer2/exa_readpipe.py
tests/topotests/bgp_peer_type_multipath_relax/peer3/exa_readpipe.py
tests/topotests/bgp_peer_type_multipath_relax/peer4/exa_readpipe.py
tests/topotests/bgp_vrf_netns/peer1/exa-send.py
tests/topotests/pim_basic/mcast-rx.py
tests/topotests/pim_basic/mcast-tx.py