diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-10-22 05:09:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 05:09:25 +0200 |
| commit | 73b4db8ad60c89a2900144d889555a50e5c8534b (patch) | |
| tree | fcc9126a37ba0e75b32378f903393be4bb42b6ce /smoketest/scripts/cli/test_service_https.py | |
| parent | 9e1cb14a5eb1eedd1fce67732ad84f6528e30314 (diff) | |
| parent | 75e235563dfeeb5133376eb56fd8576ad48f8419 (diff) | |
| download | vyos-1x-73b4db8ad60c89a2900144d889555a50e5c8534b.tar.gz vyos-1x-73b4db8ad60c89a2900144d889555a50e5c8534b.zip | |
Merge pull request #4803 from c-po/smoketest-call-base-class
T7948: always call setUp() and tearDown() base class methods
Diffstat (limited to 'smoketest/scripts/cli/test_service_https.py')
| -rwxr-xr-x | smoketest/scripts/cli/test_service_https.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_service_https.py b/smoketest/scripts/cli/test_service_https.py index df7657685..7fee7158d 100755 --- a/smoketest/scripts/cli/test_service_https.py +++ b/smoketest/scripts/cli/test_service_https.py @@ -113,6 +113,8 @@ class TestHTTPSService(VyOSUnitTestSHIM.TestCase): # Check for stopped process self.assertFalse(process_named_running(PROCESS_NAME)) + # always forward to base class + super().tearDown() def test_listen_address(self): test_prefix = ['192.0.2.1/26', '2001:db8:1::ffff/64'] |
