Skip to content

Commit

Permalink
Merge "Use tempest.lib instead of tempest-lib"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Mar 3, 2016
2 parents 16bb44a + cea9ada commit 216e78e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion neutron_fwaas/tests/tempest_plugin/services/client.py
Expand Up @@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.

from tempest_lib import exceptions as lib_exc
from tempest.lib import exceptions as lib_exc

from tempest.services.network.json import base

Expand Down
Expand Up @@ -13,11 +13,11 @@
# under the License.

import six
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions as lib_exc

from tempest import config
from tempest import exceptions
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions as lib_exc
from tempest import test

from neutron_fwaas.tests.tempest_plugin.tests.api import base
Expand Down
5 changes: 2 additions & 3 deletions neutron_fwaas/tests/tempest_plugin/tests/fwaas_client.py
Expand Up @@ -15,11 +15,10 @@

import time

from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions as lib_exc

from tempest import config
from tempest import exceptions
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions as lib_exc

from neutron.plugins.common import constants as p_const

Expand Down
5 changes: 2 additions & 3 deletions neutron_fwaas/tests/tempest_plugin/tests/scenario/base.py
Expand Up @@ -13,10 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.

from tempest_lib.common import ssh
from tempest_lib import exceptions as lib_exc

from tempest import config
from tempest.lib.common import ssh
from tempest.lib import exceptions as lib_exc
from tempest.scenario import manager

from neutron_fwaas.tests.tempest_plugin.tests import fwaas_client
Expand Down

0 comments on commit 216e78e

Please sign in to comment.