diff options
| author | Donald Sharp <sharpd@pinkbelly.org> | 2021-11-19 19:18:30 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@pinkbelly.org> | 2021-11-20 19:36:40 -0500 | 
| commit | f1f0bd0911c0834d9af9adfd9bf1a5f8f0bb62af (patch) | |
| tree | bad6fd981fa6ced41cea720ab3d1845f82a530e9 /tests/topotests/bgp_vrf_netns | |
| parent | 587cf8f170af8597dd68efefe79ef9886e95e0bb (diff) | |
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>
Diffstat (limited to 'tests/topotests/bgp_vrf_netns')
| -rwxr-xr-x | tests/topotests/bgp_vrf_netns/peer1/exa-send.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_vrf_netns/peer1/exa-send.py b/tests/topotests/bgp_vrf_netns/peer1/exa-send.py index 9279cc45ff..ab0eb8ce8f 100755 --- a/tests/topotests/bgp_vrf_netns/peer1/exa-send.py +++ b/tests/topotests/bgp_vrf_netns/peer1/exa-send.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2  """  exa-send.py: Send a few testroutes with ExaBGP  | 
