summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_service_salt.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-04-25 18:49:20 +0200
committerChristian Poessinger <christian@poessinger.com>2022-04-25 19:15:17 +0200
commitdc864082ef896faa7adba8312d782d7066492aa7 (patch)
treef25fe122f2dc2c687dbbd7a95834f22b5695b8e6 /smoketest/scripts/cli/test_service_salt.py
parent62b53b098a9b401842e3ca55782bf496cabe62af (diff)
downloadvyos-1x-dc864082ef896faa7adba8312d782d7066492aa7.tar.gz
vyos-1x-dc864082ef896faa7adba8312d782d7066492aa7.zip
smoketest: bugfix on proper inheritance levels for classmethod
Diffstat (limited to 'smoketest/scripts/cli/test_service_salt.py')
-rwxr-xr-xsmoketest/scripts/cli/test_service_salt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/scripts/cli/test_service_salt.py b/smoketest/scripts/cli/test_service_salt.py
index d89861342..00a4f2020 100755
--- a/smoketest/scripts/cli/test_service_salt.py
+++ b/smoketest/scripts/cli/test_service_salt.py
@@ -32,7 +32,7 @@ interface = 'dum4456'
class TestServiceSALT(VyOSUnitTestSHIM.TestCase):
@classmethod
def setUpClass(cls):
- super(cls, cls).setUpClass()
+ super(TestServiceSALT, cls).setUpClass()
# ensure we can also run this test on a live system - so lets clean
# out the current configuration :)
@@ -43,7 +43,7 @@ class TestServiceSALT(VyOSUnitTestSHIM.TestCase):
@classmethod
def tearDownClass(cls):
cls.cli_delete(cls, ['interfaces', 'dummy', interface])
- super(cls, cls).tearDownClass()
+ super(TestServiceSALT, cls).tearDownClass()
def tearDown(self):
# Check for running process