topotests: convert exabgp scripts to python3

Convert exabgp scripts to python3

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This commit is contained in:
Louis Scalbert 2023-11-28 11:45:45 +01:00
parent 5383945609
commit 75a849fc0d
33 changed files with 33 additions and 33 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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