Switch to use stable remote_client

Tempest has provided stable library remote_client under tempest.lib
since the commit Idb2206c239f25bc8b8530275e84c834233b9544b
This patch switches to use it.

Change-Id: I4ace5a93305cc4ad0a43abda5f4bacb5806f9860
This commit is contained in:
Ken'ichi Ohmichi 2017-03-13 10:04:33 -07:00 committed by Ken'ichi Ohmichi
parent b2e3ed75d3
commit dd613ed0c1
1 changed files with 1 additions and 1 deletions

View File

@ -18,9 +18,9 @@ import os
from pylxd import client
from tempest.api.compute import base
from tempest.common.utils.linux import remote_client
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib.common.utils.linux import remote_client
CONF = config.CONF