From 876791df05875bccc7d456abea064ee249838789 Mon Sep 17 00:00:00 2001 From: Jo¶rgen Karlsson Date: Tue, 9 Feb 2016 14:04:14 +0100 Subject: Add influxdb credentials. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is temporary!!!!! Credentials should be moved to a more secure place. Change-Id: Ifc0985aa58bb9fc861e0974e54d7ec34eb445a43 Signed-off-by: Jo¶rgen Karlsson (cherry picked from commit 21e49fe80a862c8f6c11348a648ec69f6d9b1859) --- ci/yardstick-verify | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/yardstick-verify b/ci/yardstick-verify index 981e8d0b4..97bcacb17 100755 --- a/ci/yardstick-verify +++ b/ci/yardstick-verify @@ -210,6 +210,8 @@ target = ${DISPATCHER_HTTP_TARGET} timeout = 5 target = ${DISPATCHER_INFLUXDB_TARGET} db_name = yardstick +username = opnfv +password = 0pnfv2015 EOF local failed=0 -- cgit 1.2.3-korg