diff options
author | Yang Yu <Gabriel.yuyang@huawei.com> | 2017-09-06 17:49:46 +0800 |
---|---|---|
committer | Yang Yu <Gabriel.yuyang@huawei.com> | 2017-09-07 11:03:06 +0800 |
commit | 1e67766fca7b8535cc84a19c7391dee1afd33d59 (patch) | |
tree | 31842b3ca953d566a1eb0fb61c24799a47c58c68 /run_tests.sh | |
parent | 6edf7710c416949a9c1ad3520b6febd3a41deb60 (diff) |
Add local support for config preparation before testing
JIRA: BOTTLENECK-103
Lcoal support for finding openstack certs and pod yamls
Change-Id: Ia0f0ee2fd841a4f88e82ac3f504613a6f431107e
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/run_tests.sh b/run_tests.sh index 9901269b..065e725a 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -27,7 +27,6 @@ where: --report push results to DB (false by default) examples: - $(basename "$0") $(basename "$0") -s posca_factor_test" # Define global variables @@ -42,11 +41,11 @@ cleanup=false # Define alias for log printing info () { - logger -s -t "bottlenecks.info" "$*" + logger -s -t "BOTTLENECKS INFO" "$*" } error () { - logger -s -t "bottlenecks.error" "$*" + logger -s -t "BOTTLENECKS ERROR" "$*" exit 1 } |