From 54a778010aac184a17ff1c2ef25bfe03aac415d3 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Mon, 30 Nov 2020 16:56:43 -0500 Subject: tests: Fix unversioned python shebang lines - Unversioned python shebang lines may cause mixed python 2.7 and python 3 execution in make test. Type: fix Signed-off-by: Dave Wallace Change-Id: Ia82c37be33902718c48878378b8343eedb76c2c8 --- src/plugins/srv6-mobile/test/test_srv6_mobile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/srv6-mobile') diff --git a/src/plugins/srv6-mobile/test/test_srv6_mobile.py b/src/plugins/srv6-mobile/test/test_srv6_mobile.py index ec94b8b9c03..fb1abf98e0f 100644 --- a/src/plugins/srv6-mobile/test/test_srv6_mobile.py +++ b/src/plugins/srv6-mobile/test/test_srv6_mobile.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from framework import VppTestCase from ipaddress import IPv4Address -- cgit 1.2.3-korg