summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/network
diff options
context:
space:
mode:
authorSteve Martinelli <s.martinelli@gmail.com>2017-01-14 18:36:28 -0500
committerSteve Martinelli <s.martinelli@gmail.com>2017-01-14 18:36:28 -0500
commit4c5cea46bed0812c090cb6732fc9bc4a8dead387 (patch)
treeb4a9bd1ab935df285f4c450106f1a89bd0a23088 /openstackclient/tests/functional/network
parentbbdf58298a3caf914c81b57056138a54a5b38870 (diff)
downloadpython-openstackclient-4c5cea46bed0812c090cb6732fc9bc4a8dead387.tar.gz
unskip port test
seems like we fixed this one when fixing other tests but never unskipped it. Change-Id: Id1a3d11b581b6f72ad62a8699899b6163c3870bb
Diffstat (limited to 'openstackclient/tests/functional/network')
-rw-r--r--openstackclient/tests/functional/network/v2/test_port.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/openstackclient/tests/functional/network/v2/test_port.py b/openstackclient/tests/functional/network/v2/test_port.py
index 976fbedb..decd9553 100644
--- a/openstackclient/tests/functional/network/v2/test_port.py
+++ b/openstackclient/tests/functional/network/v2/test_port.py
@@ -12,8 +12,6 @@
import uuid
-import testtools
-
from openstackclient.tests.functional import base
@@ -25,7 +23,6 @@ class PortTests(base.TestCase):
FIELDS = ['name']
@classmethod
- @testtools.skip('broken SDK testing')
def setUpClass(cls):
# Create a network for the subnet.
cls.openstack('network create ' + cls.NETWORK_NAME)