diff options
| author | reedip <reedip.banerjee@nectechnologies.in> | 2016-03-15 09:37:10 +0900 |
|---|---|---|
| committer | Reedip <reedip.banerjee@nectechnologies.in> | 2016-03-24 02:21:40 +0000 |
| commit | 2b95e363d325c686db229a9da1d9a3a7677e8294 (patch) | |
| tree | 06cd51f1d15607e56ebc80d4cf14143589bdf99b /functional/tests | |
| parent | a60e31ad4b2a1b48e7b2db8f572072beb92d6cd1 (diff) | |
| download | python-openstackclient-2b95e363d325c686db229a9da1d9a3a7677e8294.tar.gz | |
Subnet: Add "subnet set" command using SDK
This patch adds "subnet set" command to osc using sdk.
Implements: blueprint neutron-client
Closes-bug: #1542363
Change-Id: Id3b7f4b9190b4d73ca3ae423321a65f94a6da62e
Diffstat (limited to 'functional/tests')
| -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']) |
