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 bbdf582 commit 4c5cea4Copy full SHA for 4c5cea4
1 file changed
openstackclient/tests/functional/network/v2/test_port.py
@@ -12,8 +12,6 @@
12
13
import uuid
14
15
-import testtools
16
-
17
from openstackclient.tests.functional import base
18
19
@@ -25,7 +23,6 @@ class PortTests(base.TestCase):
25
23
FIELDS = ['name']
26
24
27
@classmethod
28
- @testtools.skip('broken SDK testing')
29
def setUpClass(cls):
30
# Create a network for the subnet.
31
cls.openstack('network create ' + cls.NETWORK_NAME)
0 commit comments