From 450c047a8812d3d9e772f26a2faeb17acef3e90a Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Thu, 24 Nov 2016 07:07:07 +0000 Subject: Fix the conflict in yardstick.conf between API and CI JIRA: YARDSTICK-421 In the Docker image, the default dispatcher value in yardstick.conf is local influxDB. But the CI will set another. It will cause a conflict. So I '>' to cover yardstick.conf file. Change-Id: I7088682e952ee7bb84f6872a49a24296d676a9cb Signed-off-by: chenjiankun --- tests/ci/yardstick-verify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ci/yardstick-verify') 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} -- cgit 1.2.3-korg