summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/network
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-06 17:58:49 +0000
committerGerrit Code Review <review@openstack.org>2017-01-06 17:58:49 +0000
commit8cf99c3866642d0015e4066ff414cdb9142754e6 (patch)
tree61c4b77720724fd9b80a768e55b18e0bbce5f47f /openstackclient/tests/functional/network
parent221cb5318ea8774abff36f73e127f89dcdb510f4 (diff)
parent99aeff4967c9cd1cb01408993eff72c4fcbada7d (diff)
downloadpython-openstackclient-8cf99c3866642d0015e4066ff414cdb9142754e6.tar.gz
Merge "Fix "ip availability show" command"
Diffstat (limited to 'openstackclient/tests/functional/network')
-rw-r--r--openstackclient/tests/functional/network/v2/test_ip_availability.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/tests/functional/network/v2/test_ip_availability.py b/openstackclient/tests/functional/network/v2/test_ip_availability.py
index edbe7e3c..b5c908f4 100644
--- a/openstackclient/tests/functional/network/v2/test_ip_availability.py
+++ b/openstackclient/tests/functional/network/v2/test_ip_availability.py
@@ -10,7 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
import uuid
from openstackclient.tests.functional import base
@@ -47,7 +46,6 @@ class IPAvailabilityTests(base.TestCase):
raw_output = self.openstack('ip availability list' + opts)
self.assertIn(self.NETWORK_NAME, raw_output)
- @testtools.skip('broken SDK testing')
def test_ip_availability_show(self):
opts = self.get_opts(self.FIELDS)
raw_output = self.openstack(