summaryrefslogtreecommitdiff
path: root/functional
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-02-17 02:11:17 +0000
committerSteve Martinelli <stevemar@ca.ibm.com>2015-02-17 02:11:17 +0000
commit5bbef2ebbe959dd2dcfc53272305fa249acfa17d (patch)
tree7f8d8dfd445344e5a2f38e54f509de92250b9750 /functional
parent3946bf0e0186c8c2897f432029bad7873b6d03a0 (diff)
downloadpython-openstackclient-5bbef2ebbe959dd2dcfc53272305fa249acfa17d.tar.gz
Revert "Skip functional tests until they are fixed"
This reverts commit 3946bf0e0186c8c2897f432029bad7873b6d03a0. Change-Id: Ic21137b208991c9ce738e5bf3ad5e6965b69e166
Diffstat (limited to 'functional')
-rw-r--r--functional/tests/test_examples.py4
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')