Tear down the previously created test fixtures after each test case.
(self)
| 121 | """ |
| 122 | |
| 123 | def tear_down_test_case(self) -> None: |
| 124 | """ |
| 125 | Tear down the previously created test fixtures after each test case. |
| 126 | """ |
| 127 | |
| 128 | def configure_testbed_ipv4(self, restore: bool = False) -> None: |
| 129 | delete = True if restore else False |