Bug fix in SFC test case 39/17339/1
authorManuel Buil <manuel.buil@ericsson.com>
Thu, 21 Jul 2016 12:54:08 +0000 (14:54 +0200)
committerManuel Buil <manuel.buil@ericsson.com>
Thu, 21 Jul 2016 12:54:08 +0000 (14:54 +0200)
It was importing novaclientv2 and it should import version 1

Change-Id: I446f1a3808b9c13f9e28b42d4ced93e729a13eb2
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
yardstick/benchmark/scenarios/networking/sfc_openstack.py

index 2a5fbde..d1d45d8 100644 (file)
@@ -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