X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_srmpls.py;h=cb47328a7c98a7662127517fea9f078dcd8756e9;hb=5d440d9cb6a51c6658f4be855008b91f05d294c6;hp=756405ab6d7b2444917ebedfd1502e6dad669f3f;hpb=c0a93143412b4be7bba087bf633855aeeaee7c56;p=vpp.git diff --git a/test/test_srmpls.py b/test/test_srmpls.py index 756405ab6d7..cb47328a7c9 100644 --- a/test/test_srmpls.py +++ b/test/test_srmpls.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import unittest import socket @@ -49,6 +49,14 @@ def verify_mpls_stack(tst, rx, mpls_labels): class TestSRMPLS(VppTestCase): """ SR-MPLS Test Case """ + @classmethod + def setUpClass(cls): + super(TestSRMPLS, cls).setUpClass() + + @classmethod + def tearDownClass(cls): + super(TestSRMPLS, cls).tearDownClass() + def setUp(self): super(TestSRMPLS, self).setUp()