From: Dibya Prakash Das Date: Sat, 4 Aug 2018 14:26:03 +0000 (+0530) Subject: change `test-run` from keyword to integer in config file X-Git-Tag: pre-potassium~628 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=53db548af0c5c6baf939f308603c946312735be1;hp=85fa255117dc542679e01b860bc36b2acf337efa;p=integration%2Ftest.git change `test-run` from keyword to integer in config file Change-Id: Ib519b4517098e73e8ef2b2c0b4c84be0307c4eaf Signed-off-by: Dibya Prakash Das --- diff --git a/dashboard/viz_config.yaml b/dashboard/viz_config.yaml index c4096e5d0a..7bf87eecf5 100644 --- a/dashboard/viz_config.yaml +++ b/dashboard/viz_config.yaml @@ -23,7 +23,7 @@ opendaylight-test-feature: schema: metric value_axis: 1 build: - field: performance.test-run.keyword + field: performance.test-run label: Build Number schema: segment not_in_seriesParams: true @@ -43,8 +43,8 @@ opendaylight-test-performance: value_axis: 1 aggs: build: - field: performance.test-run.keyword + field: performance.test-run custom_label: Build Number schema: segment default: - schema: metric \ No newline at end of file + schema: metric