summaryrefslogtreecommitdiffstats
path: root/ci/common.sh
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-03-24 22:59:42 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-03-24 23:04:14 -0400
commit7ba76747d55669e2bbaf70a3061e1c0b5dea912e (patch)
tree4229fb6f5ef524fc41606fee85ab3ee07831311b /ci/common.sh
parent0e7348386f3c23eed8798d01313a9010e6e74851 (diff)
rubbos docker ci running improvement
JIRA: BOTTLENECK-48 Change-Id: Ic27b7b203b58cfc2cee6bda20391edb8966566b2 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'ci/common.sh')
-rwxr-xr-xci/common.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/ci/common.sh b/ci/common.sh
index 5ee858fb..16966320 100755
--- a/ci/common.sh
+++ b/ci/common.sh
@@ -1,13 +1,15 @@
#!/bin/bash
-
+##############################################################################
+# Copyright (c) 2016 Huawei Technologies Co.,Ltd and others.
+#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
-#
+##############################################################################
mkdir -p /home/opnfv/bottlenecks/config
-config_file=/home/opnfv/functest/config/bottlenecks_cfg.yaml
+config_file=/home/opnfv/bottlenecks/config/bottlenecks_cfg.yaml
if [ ! -f ${config_file} ]; then
default_config_file=$(find /home/opnfv/repos -name bottlenecks_cfg.yaml)