mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Revert "Skip functional tests until they are fixed"
This reverts commit 3946bf0e01.
Change-Id: Ic21137b208991c9ce738e5bf3ad5e6965b69e166
This commit is contained in:
parent
3946bf0e01
commit
5bbef2ebbe
1 changed files with 0 additions and 4 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue