diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-07-18 23:03:40 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-07-18 23:03:40 +0000 |
| commit | 86e4b2a374de211b9c4e41db7cfa23034e761aa4 (patch) | |
| tree | f222f57b006bdfb0880ac7b0107b6d4217db606a /functional | |
| parent | 3b396d2e3b3b479577a689cf01ff1064a1b73fb2 (diff) | |
| parent | 5ce351c492b491a4a9a1edc02389bc184371050a (diff) | |
| download | python-openstackclient-86e4b2a374de211b9c4e41db7cfa23034e761aa4.tar.gz | |
Merge "Unskip the tests affected by warlock 1.3.0"
Diffstat (limited to 'functional')
| -rw-r--r-- | functional/tests/image/v2/test_image.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/functional/tests/image/v2/test_image.py b/functional/tests/image/v2/test_image.py index c2524f8a..809451bb 100644 --- a/functional/tests/image/v2/test_image.py +++ b/functional/tests/image/v2/test_image.py @@ -13,8 +13,6 @@ import os import uuid -import testtools - from functional.common import test @@ -68,7 +66,6 @@ class ImageTests(test.TestCase): raw_output = self.openstack('image show ' + self.NAME + opts) self.assertEqual(self.NAME + "\na='b', c='d'\n", raw_output) - @testtools.skip("skip until bug 1596573 is resolved") def test_image_unset(self): opts = self.get_opts(["name", "tags", "properties"]) self.openstack('image set --tag 01 ' + self.NAME) |
