From 5d1d44d18a9f122b4a34bc47562b98923cf80072 Mon Sep 17 00:00:00 2001 From: Louis Scalbert Date: Tue, 28 Nov 2023 12:36:52 +0100 Subject: [PATCH] topotests: convert bgp_ecmp_topo1 to python3 Convert bgp_ecmp_topo1 to python3 Signed-off-by: Louis Scalbert --- tests/topotests/bgp_ecmp_topo1/test_bgp_ecmp_topo1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/bgp_ecmp_topo1/test_bgp_ecmp_topo1.py b/tests/topotests/bgp_ecmp_topo1/test_bgp_ecmp_topo1.py index 97751ec8cf..7af3f48ff6 100644 --- a/tests/topotests/bgp_ecmp_topo1/test_bgp_ecmp_topo1.py +++ b/tests/topotests/bgp_ecmp_topo1/test_bgp_ecmp_topo1.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # SPDX-License-Identifier: ISC # -- 2.39.5