diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-07-22 07:50:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-22 07:50:49 +0000 |
commit | 6ce3a97548e95a62cf39f37c76bf5b618f5575c4 (patch) | |
tree | 63fca10d88003c159c6ec65f9578cb540b49aaf2 | |
parent | 8be72d7d2e27554b8c640946ff79ed9d70c80e51 (diff) | |
parent | aa8bf9eeb40d8c11a0f420bec46bcebeda5a8224 (diff) |
Merge "Bug fix in SFC test case"
-rw-r--r-- | yardstick/benchmark/scenarios/networking/sfc_openstack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/benchmark/scenarios/networking/sfc_openstack.py b/yardstick/benchmark/scenarios/networking/sfc_openstack.py index 2a5fbde1c..d1d45d8e4 100644 --- a/yardstick/benchmark/scenarios/networking/sfc_openstack.py +++ b/yardstick/benchmark/scenarios/networking/sfc_openstack.py @@ -1,5 +1,5 @@ import os -from novaclient.v2 import client as novaclient +from novaclient import client as novaclient from neutronclient.v2_0 import client as neutronclient |