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>
This commit is contained in:
Donald Sharp 2021-11-19 19:18:30 -05:00
parent 587cf8f170
commit f1f0bd0911
36 changed files with 36 additions and 36 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#
# test_bgp_ecmp_topo1.py

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"Helper script to read api commands from a pipe and feed them to ExaBGP"
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"Helper script to read api commands from a pipe and feed them to ExaBGP"
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"Helper script to read api commands from a pipe and feed them to ExaBGP"
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"Helper script to read api commands from a pipe and feed them to ExaBGP"
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
exa-send.py: Send a few testroutes with ExaBGP

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# mcast-rx.py
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# mcast-tx.py
#