commit | 7383a6f693df9e9b024a49374d8a0c1bb1242890 | [log] [tgz] |
---|---|---|
author | guo yunxian <yunxian.guo@easystack.cn> | Mon Dec 05 18:56:51 2016 +0800 |
committer | guo yunxian <yunxian.guo@easystack.cn> | Tue Dec 06 15:31:59 2016 +0800 |
tree | 5694a80e9d7d88962d1546410e20e6ed96e2d91d | |
parent | 82167d778926099abeb49b4a8daa499ad0674279 [diff] [blame] |
Modify incorrect import path SSHExecCommandFailed and TimeoutException are in tempest.lib. Change-Id: I222b4d0195c49da28a1aacb36c946980f942bd94
diff --git a/tempest/scenario/test_server_basic_ops.py b/tempest/scenario/test_server_basic_ops.py index 3aab2b8..2d2f7df 100644 --- a/tempest/scenario/test_server_basic_ops.py +++ b/tempest/scenario/test_server_basic_ops.py
@@ -18,8 +18,8 @@ from tempest.common import waiters from tempest import config -from tempest import exceptions from tempest.lib.common.utils import test_utils +from tempest.lib import exceptions from tempest.scenario import manager from tempest import test