diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2023-12-14 05:46:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-14 05:46:24 -0800 |
| commit | 0d57a9a9546c26021e70ba5986823f8520e581ea (patch) | |
| tree | a52f9704128a5f32e09beb5b7c74aff1d71dd70a /tests/topotests/bgp_multiview_topo1/peer4/exa-send.py | |
| parent | 5e87eae543df6d841cfb812ecaf01f7afd4ef76a (diff) | |
| parent | 73ce39c443b0942537f7357cd64dcc8294b61d85 (diff) | |
Merge pull request #14890 from louis-6wind/exabgp4
topotests: convert to exabgp 4 and python3
Diffstat (limited to 'tests/topotests/bgp_multiview_topo1/peer4/exa-send.py')
| -rwxr-xr-x | tests/topotests/bgp_multiview_topo1/peer4/exa-send.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_multiview_topo1/peer4/exa-send.py b/tests/topotests/bgp_multiview_topo1/peer4/exa-send.py index 09f6ea59e5..0e50d46041 100755 --- a/tests/topotests/bgp_multiview_topo1/peer4/exa-send.py +++ b/tests/topotests/bgp_multiview_topo1/peer4/exa-send.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 """ exa-send.py: Send a few testroutes with ExaBGP |
