aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xapi/api-prepare.sh2
-rwxr-xr-xtests/ci/yardstick-verify2
2 files changed, 2 insertions, 2 deletions
diff --git a/api/api-prepare.sh b/api/api-prepare.sh
index 712ad8361..075d7875c 100755
--- a/api/api-prepare.sh
+++ b/api/api-prepare.sh
@@ -9,7 +9,7 @@ if [[ ! -e "${output_config}" ]];then
install -d /etc/yardstick -m 0755 -o root
- cat << EOF >> "${output_config}"
+ cat << EOF > "${output_config}"
[DEFAULT]
debug = True
dispatcher = influxdb
diff --git a/tests/ci/yardstick-verify b/tests/ci/yardstick-verify
index 2b7ec9d34..1a6682f85 100755
--- a/tests/ci/yardstick-verify
+++ b/tests/ci/yardstick-verify
@@ -160,7 +160,7 @@ run_test()
mkdir -p /etc/yardstick
- cat << EOF >> /etc/yardstick/yardstick.conf
+ cat << EOF > /etc/yardstick/yardstick.conf
[DEFAULT]
debug = True
dispatcher = ${DISPATCHER_TYPE}