Commit be983785 authored by Doug Hellmann's avatar Doug Hellmann

Activate more of the integration tests.

Change-Id: Ic3cc25a02de71b94a08f0bf64e8d8b01b572a23b

--HG--
extra : rebase_source : a49971d71570380f1ef51a88897d72328de337ed
parent 6168f740
......@@ -74,14 +74,14 @@ def test_stevedore(install_context):
_install_one('stevedore', install_context,
'stevedore', 'extension.py')
# def test_virtualenvwrapper(install_context):
# _install_one('virtualenvwrapper', install_context,
# 'virtualenvwrapper', 'hook_loader.py')
def test_virtualenvwrapper(install_context):
_install_one('virtualenvwrapper', install_context,
'virtualenvwrapper', 'hook_loader.py')
# def test_pbr(install_context):
# _install_one('pbr', install_context,
# 'pbr', 'core.py')
def test_pbr(install_context):
_install_one('pbr', install_context,
'pbr', 'core.py')
# def test_python_novaclient(install_context):
# _install_one('python-novaclient', install_context,
# 'novaclient', 'base.py')
def test_python_novaclient(install_context):
_install_one('python-novaclient', install_context,
'novaclient', 'base.py')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment