diff options
| author | Louis Scalbert <louis.scalbert@6wind.com> | 2023-11-28 11:45:45 +0100 |
|---|---|---|
| committer | Louis Scalbert <louis.scalbert@6wind.com> | 2023-12-14 10:57:30 +0100 |
| commit | 75a849fc0ddfb1785f83fcdfc126693d573d4625 (patch) | |
| tree | 56586dd6f6e8f218a017a1bdf63ff410f51462cb /tests/topotests/bgp_vrf_netns | |
| parent | 5383945609aeaac7395ed79f55b5f2d115194ede (diff) | |
topotests: convert exabgp scripts to python3
Convert exabgp scripts to python3
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.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 ab0eb8ce8f..c6a4499bd3 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 python2 +#!/usr/bin/env python3 """ exa-send.py: Send a few testroutes with ExaBGP |
