diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-03-25 15:47:15 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-03-25 15:47:15 +0000 |
| commit | ef1faf77925f70eb9feeb7bb416f4c9257a16bee (patch) | |
| tree | 463def1234aebf70b56270139c4c4710f031d9d8 /functional | |
| parent | 860dbc132d512c6df16d29875bb6388d10d9fab8 (diff) | |
| parent | 2b95e363d325c686db229a9da1d9a3a7677e8294 (diff) | |
| download | python-openstackclient-ef1faf77925f70eb9feeb7bb416f4c9257a16bee.tar.gz | |
Merge "Subnet: Add "subnet set" command using SDK"
Diffstat (limited to 'functional')
| -rw-r--r-- | functional/tests/network/v2/test_subnet.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/functional/tests/network/v2/test_subnet.py b/functional/tests/network/v2/test_subnet.py index afecfab0..7697e0f4 100644 --- a/functional/tests/network/v2/test_subnet.py +++ b/functional/tests/network/v2/test_subnet.py @@ -12,8 +12,6 @@ import uuid -import testtools - from functional.common import test @@ -49,7 +47,6 @@ class SubnetTests(test.TestCase): raw_output = self.openstack('subnet list' + opts) self.assertIn(self.NAME, raw_output) - @testtools.skip('bug/1542363') def test_subnet_set(self): self.openstack('subnet set --no-dhcp ' + self.NAME) opts = self.get_show_opts(['name', 'enable_dhcp']) |
