X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2F__init__.py;h=c1010d98c6646dd7a7165fd8474e63aaa5de2792;hb=a65eb4e43179dc4d75d0e2cf158cc73b9ad9a3b8;hp=2f5ae9febad5588222d87177b406521f7c39e238;hpb=bd877d6bd6928ac4bdebdd292c15dc94241542f3;p=yardstick.git diff --git a/yardstick/__init__.py b/yardstick/__init__.py index 2f5ae9feb..c1010d98c 100644 --- a/yardstick/__init__.py +++ b/yardstick/__init__.py @@ -10,16 +10,10 @@ from __future__ import absolute_import import logging import os -import sys -import yardstick.vTC.apexlake as apexlake from yardstick.common import constants from yardstick.common import utils as yardstick_utils -# Hack to be able to run apexlake unit tests -# without having to install apexlake. -sys.path.append(os.path.dirname(apexlake.__file__)) - yardstick_utils.makedirs(constants.LOG_DIR) LOG_FILE = os.path.join(constants.LOG_DIR, 'yardstick.log') LOG_FORMATTER = ('%(asctime)s '