diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-02-27 00:19:33 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-02-27 00:19:33 +0000 |
| commit | efffee2370b203df81e6a3ca6c7ce04b6b200d01 (patch) | |
| tree | 706683dd8fdd1ceebb3902279008e2b2e0771729 | |
| parent | d30f782fbe6324b3a7ef34e274fd4db5d6c0e78a (diff) | |
| parent | 5bbef2ebbe959dd2dcfc53272305fa249acfa17d (diff) | |
| download | python-openstackclient-efffee2370b203df81e6a3ca6c7ce04b6b200d01.tar.gz | |
Merge "Revert "Skip functional tests until they are fixed""
| -rw-r--r-- | functional/tests/test_examples.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/functional/tests/test_examples.py b/functional/tests/test_examples.py index 95705c7d..6e0e5867 100644 --- a/functional/tests/test_examples.py +++ b/functional/tests/test_examples.py @@ -10,8 +10,6 @@ # License for the specific language governing permissions and limitations # under the License. -import testtools - from functional.common import test @@ -23,10 +21,8 @@ class ExampleTests(test.TestCase): # code, then execute will raise an error by default. test.execute('python', test.EXAMPLE_DIR + '/common.py --debug') - @testtools.skip('skipping until bug 1420080 is resolved') def test_object_api(self): test.execute('python', test.EXAMPLE_DIR + '/object_api.py --debug') - @testtools.skip('skipping until bug 1420080 is resolved') def test_osc_lib(self): test.execute('python', test.EXAMPLE_DIR + '/osc-lib.py --debug') |
