From aa8bf9eeb40d8c11a0f420bec46bcebeda5a8224 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 21 Jul 2016 14:54:08 +0200 Subject: Bug fix in SFC test case It was importing novaclientv2 and it should import version 1 Change-Id: I446f1a3808b9c13f9e28b42d4ced93e729a13eb2 Signed-off-by: Manuel Buil --- yardstick/benchmark/scenarios/networking/sfc_openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg