diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/template_classifier.py | 2 | ||||
-rw-r--r-- | test/test_srv6_un.py | 2 | ||||
-rw-r--r-- | test/vpp_teib.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/template_classifier.py b/test/template_classifier.py index 3ba985bbe33..b8f79b4f99f 100644 --- a/test/template_classifier.py +++ b/test/template_classifier.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import binascii import socket diff --git a/test/test_srv6_un.py b/test/test_srv6_un.py index 5248e68c474..73285bbac87 100644 --- a/test/test_srv6_un.py +++ b/test/test_srv6_un.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from framework import VppTestCase from ipaddress import IPv4Address diff --git a/test/vpp_teib.py b/test/vpp_teib.py index 0fe733388e3..ee2d89fe080 100644 --- a/test/vpp_teib.py +++ b/test/vpp_teib.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ TEIB objects """ |