mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
unskip port test
seems like we fixed this one when fixing other tests but never unskipped it. Change-Id: Id1a3d11b581b6f72ad62a8699899b6163c3870bb
This commit is contained in:
parent
bbdf58298a
commit
4c5cea46be
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue