Merge "Use remote_client from tempest.lib.common instead of tempest.common"

This commit is contained in:
Zuul 2018-10-14 13:40:11 +00:00 committed by Gerrit Code Review
commit a37e0c9159
1 changed files with 1 additions and 1 deletions

View File

@ -20,10 +20,10 @@ import six
from tempest.api.compute import base
from tempest.common import compute
from tempest.common import utils
from tempest.common.utils.linux import remote_client
from tempest.common.utils import net_utils
from tempest.common import waiters
from tempest import config
from tempest.lib.common.utils.linux import remote_client
from tempest.lib import decorators
from tempest.lib import exceptions as lib_exc