We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb476dc commit 1df0bb1Copy full SHA for 1df0bb1
test/integration/smoke/test_network_traffic_type_api.py
@@ -44,6 +44,11 @@ def setUpClass(cls):
44
)
45
cls._cleanup.append(cls.physical_network)
46
47
+ @classmethod
48
+ def tearDownClass(cls):
49
+ super(TestTrafficTypeApi, cls).tearDownClass()
50
+
51
52
@attr(tags=["advanced"], required_hardware="false")
53
def test_list_api_fields(self):
54
traffic_type = TrafficType.add(
0 commit comments