From b93494dc108d47272dc301aefb4f98b884286205 Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Fri, 18 Aug 2017 01:13:44 +0000 Subject: DRAFT: update yardstick generic test cases dashboard current dashboard is obselete and hard to understand add local grafana dashboard automatically import by "yardstick env grafana" update grafana version to latest steady Change-Id: Iffae9170231d3e0867a52a1f6b5e99c4650b7326 Signed-off-by: rexlee8776 --- yardstick/common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yardstick/common/constants.py') diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py index fe394fd4d..e5e849782 100644 --- a/yardstick/common/constants.py +++ b/yardstick/common/constants.py @@ -109,7 +109,7 @@ GRAFANA_PORT = get_param('grafana.port', 3000) GRAFANA_USER = get_param('grafana.username', 'admin') GRAFANA_PASS = get_param('grafana.password', 'admin') GRAFANA_IMAGE = get_param('grafana.image', 'grafana/grafana') -GRAFANA_TAG = get_param('grafana.tag', '3.1.1') +GRAFANA_TAG = get_param('grafana.tag', '4.4.3') GRAFANA_MAPPING_PORT = 1948 # api -- cgit 1.2.3-korg