X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fcommon%2Fconstants.py;h=ffca4b3e9ea68e947370697fd4f2a2db21f1079b;hb=a3c1072104d87ad8ba31734d4042f57e531ae9d9;hp=174d39bfe26422a4a3e4e6099f465dac23a79cb6;hpb=9667f5d35df9caf9a3a8f851c2ce3612fa2ba437;p=yardstick.git diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py index 174d39bfe..ffca4b3e9 100644 --- a/yardstick/common/constants.py +++ b/yardstick/common/constants.py @@ -6,6 +6,7 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +from __future__ import absolute_import import os DOCKER_URL = 'unix://var/run/docker.sock' @@ -54,3 +55,5 @@ OPENSTACK_RC_FILE = join(YARDSTICK_CONFIG_DIR, 'openstack.creds') BASE_URL = 'http://localhost:5000' ENV_ACTION_API = BASE_URL + '/yardstick/env/action' ASYNC_TASK_API = BASE_URL + '/yardstick/asynctask' + +SQLITE = 'sqlite:////tmp/yardstick.db'