diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-06-29 12:07:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-29 12:07:27 +0000 |
commit | 9ba594fa3f34d551d34abd7582281ce081924c67 (patch) | |
tree | 43e32e6d2a5ca9c09b47ef698f24abe784d8f6cc /api/resources/env_action.py | |
parent | 8996240be14d6f7979a6ae02dd474b03d50e79d9 (diff) | |
parent | da62008a0a98cb8793ea42827a7da5e149edd144 (diff) |
Merge "Call core code directly in the API of run test case"
Diffstat (limited to 'api/resources/env_action.py')
-rw-r--r-- | api/resources/env_action.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/resources/env_action.py b/api/resources/env_action.py index 600bd796a..4eda73368 100644 --- a/api/resources/env_action.py +++ b/api/resources/env_action.py @@ -23,7 +23,7 @@ from six.moves import configparser from oslo_serialization import jsonutils from docker import Client -from api.database.handler import AsyncTaskHandler +from api.database.v1.handlers import AsyncTaskHandler from api.utils import influx from api.utils.common import result_handler from yardstick.common import constants as consts |