add grafan config for ha test cases tc045~tc049 25/19125/1
authorrexlee8776 <limingjiang@huawei.com>
Sun, 21 Aug 2016 13:15:41 +0000 (13:15 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Sun, 21 Aug 2016 13:15:41 +0000 (13:15 +0000)
Change-Id: I1adc9ab36a71195e7c03fe4f3b7322ea40aa2a40
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
dashboard/Yardstick-TC045-1471784569075 [new file with mode: 0644]
dashboard/Yardstick-TC046-1471784630750 [new file with mode: 0644]
dashboard/Yardstick-TC047-1471785363416 [new file with mode: 0644]
dashboard/Yardstick-TC048-1471785350584 [new file with mode: 0644]
dashboard/Yardstick-TC049-1471785310513 [new file with mode: 0644]

diff --git a/dashboard/Yardstick-TC045-1471784569075 b/dashboard/Yardstick-TC045-1471784569075
new file mode 100644 (file)
index 0000000..bc73466
--- /dev/null
@@ -0,0 +1,716 @@
+{
+  "id": 37,
+  "title": "Yardstick-TC045",
+  "originalTitle": "Yardstick-TC045",
+  "tags": [
+    "yardstick-tc"
+  ],
+  "style": "dark",
+  "timezone": "browser",
+  "editable": true,
+  "hideControls": false,
+  "sharedCrosshair": false,
+  "rows": [
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "<h5 style=\"font-family:Verdana\"> <a style=\"color:#31A7D3\"><center>OPNFV_Yardstick_TC045 - Control Node Openstack Service High Availability - Neutron Server</center> </a></h5>\n<center>\n<p>This test case will verify the high availability of the network service provided by OpenStack (neutro-server) on control node. For more information see <a style=\"color:#31A7D3\"; href=\"http://artifacts.opnfv.org/yardstick/colorado/docs/userguide/opnfv_yardstick_tc045.html\">TC045</a></p>\n</center>\n\n\n",
+          "editable": true,
+          "error": false,
+          "id": 6,
+          "isNew": true,
+          "links": [],
+          "mode": "html",
+          "span": 12,
+          "style": {},
+          "title": "",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "",
+          "editable": true,
+          "error": false,
+          "id": 9,
+          "isNew": true,
+          "links": [],
+          "mode": "markdown",
+          "span": 12,
+          "style": {},
+          "title": "Test Case Execution",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "300px",
+      "panels": [
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "decimals": 2,
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": null,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "hideTimeOverride": false,
+          "id": 1,
+          "interval": "",
+          "isNew": true,
+          "leftYAxisLabel": "sla_pass",
+          "legend": {
+            "alignAsTable": true,
+            "avg": true,
+            "current": false,
+            "hideEmpty": false,
+            "hideZero": false,
+            "max": true,
+            "min": true,
+            "rightSide": false,
+            "show": true,
+            "sort": "avg",
+            "sortDesc": false,
+            "total": false,
+            "values": true
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "rightYAxisLabel": "",
+          "seriesOverrides": [],
+          "span": 12,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "alias": "$tag_pod_name - $tag_deploy_scenario",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "pod_name"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "task_id"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                }
+              ],
+              "hide": false,
+              "measurement": "opnfv_yardstick_tc045",
+              "query": "SELECT \"sla_pass\" FROM \"opnfv_yardstick_tc045\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"task_id\", \"deploy_scenario\"",
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "sla_pass"
+                    ],
+                    "type": "field"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "timeShift": null,
+          "title": "SLA PASS",
+          "tooltip": {
+            "shared": true,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "y-axis": true,
+          "y_formats": [
+            "none",
+            "short"
+          ]
+        }
+      ],
+      "showTitle": false,
+      "title": "Row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "",
+          "editable": true,
+          "error": false,
+          "id": 10,
+          "isNew": true,
+          "links": [],
+          "mode": "markdown",
+          "span": 12,
+          "style": {},
+          "title": "Daily Averages",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "columns": [],
+          "datasource": "yardstick-vtc",
+          "editable": true,
+          "error": false,
+          "fontSize": "90%",
+          "height": "",
+          "id": 2,
+          "isNew": true,
+          "links": [],
+          "minSpan": 2,
+          "pageSize": 100,
+          "repeat": "POD",
+          "scopedVars": {
+            "POD": {
+              "selected": true,
+              "text": "lf-pod2",
+              "value": "lf\\-pod2"
+            }
+          },
+          "scroll": true,
+          "showHeader": true,
+          "sort": {
+            "col": 2,
+            "desc": false
+          },
+          "span": 12,
+          "styles": [
+            {
+              "dateFormat": "YYYY-MM-DD HH:mm:ss",
+              "pattern": "Time",
+              "type": "date"
+            },
+            {
+              "colorMode": null,
+              "colors": [
+                "rgba(245, 54, 54, 0.9)",
+                "rgba(237, 129, 40, 0.89)",
+                "rgba(50, 172, 45, 0.97)"
+              ],
+              "decimals": 2,
+              "pattern": "deploy_scenario",
+              "thresholds": [],
+              "type": "string",
+              "unit": "short"
+            },
+            {
+              "colorMode": null,
+              "colors": [
+                "rgba(245, 54, 54, 0.9)",
+                "rgba(237, 129, 40, 0.89)",
+                "rgba(50, 172, 45, 0.97)"
+              ],
+              "dateFormat": "YYYY-MM-DD HH:mm:ss",
+              "decimals": 2,
+              "pattern": "/.*/",
+              "thresholds": [],
+              "type": "number",
+              "unit": "ms"
+            }
+          ],
+          "targets": [
+            {
+              "alias": "",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                }
+              ],
+              "measurement": "opnfv_yardstick_tc045",
+              "query": "SELECT mean(\"rtt.ares\") FROM \"opnfv_yardstick_tc045\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
+              "rawQuery": false,
+              "refId": "A",
+              "resultFormat": "table",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "rtt.ares"
+                    ],
+                    "type": "field"
+                  },
+                  {
+                    "params": [],
+                    "type": "mean"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "title": "$POD",
+          "transform": "table",
+          "transparent": false,
+          "type": "table"
+        }
+      ],
+      "showTitle": false,
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "250px",
+      "panels": [
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": 0,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "height": "",
+          "id": 3,
+          "interval": "",
+          "isNew": true,
+          "leftYAxisLabel": "<sla_pass>",
+          "legend": {
+            "alignAsTable": false,
+            "avg": false,
+            "current": false,
+            "hideEmpty": false,
+            "hideZero": false,
+            "max": false,
+            "min": false,
+            "rightSide": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 1,
+          "links": [],
+          "minSpan": 2,
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 1,
+          "points": true,
+          "renderer": "flot",
+          "repeat": "POD",
+          "scopedVars": {
+            "POD": {
+              "selected": true,
+              "text": "lf-pod2",
+              "value": "lf\\-pod2"
+            }
+          },
+          "seriesOverrides": [
+            {
+              "alias": "os-odl_l2-nofeature-ha",
+              "color": "#7EB26D"
+            },
+            {
+              "alias": "os-nosdn-nofeature-ha",
+              "color": "#E24D42"
+            },
+            {
+              "alias": "os-onos-nofeature-ha",
+              "color": "#6ED0E0"
+            },
+            {
+              "alias": "os-nosdn-ovs-ha",
+              "color": "#EAB839"
+            },
+            {
+              "alias": "os-odl_l3-nofeature-ha",
+              "color": "#E5A8E2"
+            },
+            {
+              "alias": "os-odl_l2-bgpvpn-ha",
+              "color": "#E0752D"
+            },
+            {
+              "alias": "os-odl_l2-sfc-ha",
+              "color": "#508642"
+            }
+          ],
+          "span": 12,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "alias": "$tag_deploy_scenario",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "24h"
+                  ],
+                  "type": "time"
+                },
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "pod_name"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "null"
+                  ],
+                  "type": "fill"
+                }
+              ],
+              "measurement": "opnfv_yardstick_tc045",
+              "query": "SELECT mean(\"sla_pass\") FROM \"opnfv_yardstick_tc045\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY time(24h), \"deploy_scenario\", \"pod_name\" fill(null)",
+              "rawQuery": false,
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "sla_pass"
+                    ],
+                    "type": "field"
+                  },
+                  {
+                    "params": [],
+                    "type": "mean"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "timeShift": null,
+          "title": "$POD",
+          "tooltip": {
+            "shared": true,
+            "value_type": "individual"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "y-axis": true,
+          "y_formats": [
+            "none",
+            "short"
+          ]
+        }
+      ],
+      "showTitle": false,
+      "title": ""
+    }
+  ],
+  "time": {
+    "from": "now-7d",
+    "to": "now"
+  },
+  "timepicker": {
+    "now": true,
+    "refresh_intervals": [
+      "5s",
+      "10s",
+      "30s",
+      "1m",
+      "5m",
+      "15m",
+      "30m",
+      "1h",
+      "2h",
+      "1d"
+    ],
+    "time_options": [
+      "5m",
+      "15m",
+      "1h",
+      "6h",
+      "12h",
+      "24h",
+      "2d",
+      "7d",
+      "30d"
+    ]
+  },
+  "templating": {
+    "list": [
+      {
+        "allFormat": "regex values",
+        "current": {
+          "tags": [],
+          "text": "lf-pod2",
+          "value": "lf\\-pod2"
+        },
+        "datasource": "yardstick-vtc",
+        "hideLabel": false,
+        "includeAll": true,
+        "label": "",
+        "multi": true,
+        "multiFormat": "regex values",
+        "name": "POD",
+        "options": [
+          {
+            "selected": false,
+            "text": "All",
+            "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)"
+          },
+          {
+            "selected": false,
+            "text": "elxg482ls42",
+            "value": "elxg482ls42"
+          },
+          {
+            "selected": false,
+            "text": "ericsson-pod1",
+            "value": "ericsson\\-pod1"
+          },
+          {
+            "selected": false,
+            "text": "ericsson-pod2",
+            "value": "ericsson\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "huawei-pod1",
+            "value": "huawei\\-pod1"
+          },
+          {
+            "selected": false,
+            "text": "huawei-pod2",
+            "value": "huawei\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "huawei-us-deploy-bare-1",
+            "value": "huawei\\-us\\-deploy\\-bare\\-1"
+          },
+          {
+            "selected": false,
+            "text": "intel-pod5",
+            "value": "intel\\-pod5"
+          },
+          {
+            "selected": false,
+            "text": "intel-pod6",
+            "value": "intel\\-pod6"
+          },
+          {
+            "selected": false,
+            "text": "lf-pod1",
+            "value": "lf\\-pod1"
+          },
+          {
+            "selected": true,
+            "text": "lf-pod2",
+            "value": "lf\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "opnfv-jump-1",
+            "value": "opnfv\\-jump\\-1"
+          },
+          {
+            "selected": false,
+            "text": "opnfv-jump-2",
+            "value": "opnfv\\-jump\\-2"
+          },
+          {
+            "selected": false,
+            "text": "orange-fr-pod2",
+            "value": "orange\\-fr\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "unknown",
+            "value": "unknown"
+          },
+          {
+            "selected": false,
+            "text": "zte-pod1",
+            "value": "zte\\-pod1"
+          }
+        ],
+        "query": "SHOW TAG VALUES WITH KEY = \"pod_name\"",
+        "refresh": false,
+        "regex": "",
+        "type": "query",
+        "useTags": false
+      },
+      {
+        "allFormat": "regex values",
+        "current": {
+          "tags": [],
+          "text": "All",
+          "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)"
+        },
+        "datasource": "yardstick-vtc",
+        "hideLabel": false,
+        "includeAll": true,
+        "label": "",
+        "multi": true,
+        "multiFormat": "regex values",
+        "name": "SCENARIO",
+        "options": [
+          {
+            "selected": true,
+            "text": "All",
+            "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)"
+          },
+          {
+            "selected": false,
+            "text": "os-nosdn-nofeature-ha",
+            "value": "os\\-nosdn\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-nosdn-ovs-ha",
+            "value": "os\\-nosdn\\-ovs\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-bgpvpn-ha",
+            "value": "os\\-odl_l2\\-bgpvpn\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-nofeature-ha",
+            "value": "os\\-odl_l2\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-nofeature-noha",
+            "value": "os\\-odl_l2\\-nofeature\\-noha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-sfc-ha",
+            "value": "os\\-odl_l2\\-sfc\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l3-nofeature-ha",
+            "value": "os\\-odl_l3\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-onos-nofeature-ha",
+            "value": "os\\-onos\\-nofeature\\-ha"
+          }
+        ],
+        "query": "SHOW TAG VALUES WITH KEY = \"deploy_scenario\"",
+        "refresh": false,
+        "regex": "",
+        "type": "query",
+        "useTags": false
+      }
+    ]
+  },
+  "annotations": {
+    "list": []
+  },
+  "refresh": "15m",
+  "schemaVersion": 8,
+  "version": 6,
+  "links": []
+}
\ No newline at end of file
diff --git a/dashboard/Yardstick-TC046-1471784630750 b/dashboard/Yardstick-TC046-1471784630750
new file mode 100644 (file)
index 0000000..1d96559
--- /dev/null
@@ -0,0 +1,716 @@
+{
+  "id": 38,
+  "title": "Yardstick-TC046",
+  "originalTitle": "Yardstick-TC046",
+  "tags": [
+    "yardstick-tc"
+  ],
+  "style": "dark",
+  "timezone": "browser",
+  "editable": true,
+  "hideControls": false,
+  "sharedCrosshair": false,
+  "rows": [
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "<h5 style=\"font-family:Verdana\"> <a style=\"color:#31A7D3\"><center>OPNFV_Yardstick_TC046 - Control Node Openstack Service High Availability - Keystone </center> </a></h5>\n<center>\n<p>This test case will verify the high availability of the user service provided by OpenStack (keystone) on control node. For more information see <a style=\"color:#31A7D3\"; href=\"http://artifacts.opnfv.org/yardstick/colorado/docs/userguide/opnfv_yardstick_tc046.html\">TC046</a></p>\n</center>\n\n\n",
+          "editable": true,
+          "error": false,
+          "id": 6,
+          "isNew": true,
+          "links": [],
+          "mode": "html",
+          "span": 12,
+          "style": {},
+          "title": "",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "",
+          "editable": true,
+          "error": false,
+          "id": 9,
+          "isNew": true,
+          "links": [],
+          "mode": "markdown",
+          "span": 12,
+          "style": {},
+          "title": "Test Case Execution",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "300px",
+      "panels": [
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "decimals": 2,
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": null,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "hideTimeOverride": false,
+          "id": 1,
+          "interval": "",
+          "isNew": true,
+          "leftYAxisLabel": "sla_pass",
+          "legend": {
+            "alignAsTable": true,
+            "avg": true,
+            "current": false,
+            "hideEmpty": false,
+            "hideZero": false,
+            "max": true,
+            "min": true,
+            "rightSide": false,
+            "show": true,
+            "sort": "avg",
+            "sortDesc": false,
+            "total": false,
+            "values": true
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "rightYAxisLabel": "",
+          "seriesOverrides": [],
+          "span": 12,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "alias": "$tag_pod_name - $tag_deploy_scenario",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "pod_name"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "task_id"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                }
+              ],
+              "hide": false,
+              "measurement": "opnfv_yardstick_tc046",
+              "query": "SELECT \"sla_pass\" FROM \"opnfv_yardstick_tc046\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"task_id\", \"deploy_scenario\"",
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "sla_pass"
+                    ],
+                    "type": "field"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "timeShift": null,
+          "title": "SLA PASS",
+          "tooltip": {
+            "shared": true,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "y-axis": true,
+          "y_formats": [
+            "none",
+            "short"
+          ]
+        }
+      ],
+      "showTitle": false,
+      "title": "Row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "",
+          "editable": true,
+          "error": false,
+          "id": 10,
+          "isNew": true,
+          "links": [],
+          "mode": "markdown",
+          "span": 12,
+          "style": {},
+          "title": "Daily Averages",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "columns": [],
+          "datasource": "yardstick-vtc",
+          "editable": true,
+          "error": false,
+          "fontSize": "90%",
+          "height": "",
+          "id": 2,
+          "isNew": true,
+          "links": [],
+          "minSpan": 2,
+          "pageSize": 100,
+          "repeat": "POD",
+          "scopedVars": {
+            "POD": {
+              "selected": true,
+              "text": "lf-pod2",
+              "value": "lf\\-pod2"
+            }
+          },
+          "scroll": true,
+          "showHeader": true,
+          "sort": {
+            "col": 2,
+            "desc": false
+          },
+          "span": 12,
+          "styles": [
+            {
+              "dateFormat": "YYYY-MM-DD HH:mm:ss",
+              "pattern": "Time",
+              "type": "date"
+            },
+            {
+              "colorMode": null,
+              "colors": [
+                "rgba(245, 54, 54, 0.9)",
+                "rgba(237, 129, 40, 0.89)",
+                "rgba(50, 172, 45, 0.97)"
+              ],
+              "decimals": 2,
+              "pattern": "deploy_scenario",
+              "thresholds": [],
+              "type": "string",
+              "unit": "short"
+            },
+            {
+              "colorMode": null,
+              "colors": [
+                "rgba(245, 54, 54, 0.9)",
+                "rgba(237, 129, 40, 0.89)",
+                "rgba(50, 172, 45, 0.97)"
+              ],
+              "dateFormat": "YYYY-MM-DD HH:mm:ss",
+              "decimals": 2,
+              "pattern": "/.*/",
+              "thresholds": [],
+              "type": "number",
+              "unit": "ms"
+            }
+          ],
+          "targets": [
+            {
+              "alias": "",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                }
+              ],
+              "measurement": "opnfv_yardstick_tc046",
+              "query": "SELECT mean(\"rtt.ares\") FROM \"opnfv_yardstick_tc046\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
+              "rawQuery": false,
+              "refId": "A",
+              "resultFormat": "table",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "rtt.ares"
+                    ],
+                    "type": "field"
+                  },
+                  {
+                    "params": [],
+                    "type": "mean"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "title": "$POD",
+          "transform": "table",
+          "transparent": false,
+          "type": "table"
+        }
+      ],
+      "showTitle": false,
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "250px",
+      "panels": [
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": 0,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "height": "",
+          "id": 3,
+          "interval": "",
+          "isNew": true,
+          "leftYAxisLabel": "<sla_pass>",
+          "legend": {
+            "alignAsTable": false,
+            "avg": false,
+            "current": false,
+            "hideEmpty": false,
+            "hideZero": false,
+            "max": false,
+            "min": false,
+            "rightSide": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 1,
+          "links": [],
+          "minSpan": 2,
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 1,
+          "points": true,
+          "renderer": "flot",
+          "repeat": "POD",
+          "scopedVars": {
+            "POD": {
+              "selected": true,
+              "text": "lf-pod2",
+              "value": "lf\\-pod2"
+            }
+          },
+          "seriesOverrides": [
+            {
+              "alias": "os-odl_l2-nofeature-ha",
+              "color": "#7EB26D"
+            },
+            {
+              "alias": "os-nosdn-nofeature-ha",
+              "color": "#E24D42"
+            },
+            {
+              "alias": "os-onos-nofeature-ha",
+              "color": "#6ED0E0"
+            },
+            {
+              "alias": "os-nosdn-ovs-ha",
+              "color": "#EAB839"
+            },
+            {
+              "alias": "os-odl_l3-nofeature-ha",
+              "color": "#E5A8E2"
+            },
+            {
+              "alias": "os-odl_l2-bgpvpn-ha",
+              "color": "#E0752D"
+            },
+            {
+              "alias": "os-odl_l2-sfc-ha",
+              "color": "#508642"
+            }
+          ],
+          "span": 12,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "alias": "$tag_deploy_scenario",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "24h"
+                  ],
+                  "type": "time"
+                },
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "pod_name"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "null"
+                  ],
+                  "type": "fill"
+                }
+              ],
+              "measurement": "opnfv_yardstick_tc046",
+              "query": "SELECT mean(\"sla_pass\") FROM \"opnfv_yardstick_tc046\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY time(24h), \"deploy_scenario\", \"pod_name\" fill(null)",
+              "rawQuery": false,
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "sla_pass"
+                    ],
+                    "type": "field"
+                  },
+                  {
+                    "params": [],
+                    "type": "mean"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "timeShift": null,
+          "title": "$POD",
+          "tooltip": {
+            "shared": true,
+            "value_type": "individual"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "y-axis": true,
+          "y_formats": [
+            "none",
+            "short"
+          ]
+        }
+      ],
+      "showTitle": false,
+      "title": ""
+    }
+  ],
+  "time": {
+    "from": "now-7d",
+    "to": "now"
+  },
+  "timepicker": {
+    "now": true,
+    "refresh_intervals": [
+      "5s",
+      "10s",
+      "30s",
+      "1m",
+      "5m",
+      "15m",
+      "30m",
+      "1h",
+      "2h",
+      "1d"
+    ],
+    "time_options": [
+      "5m",
+      "15m",
+      "1h",
+      "6h",
+      "12h",
+      "24h",
+      "2d",
+      "7d",
+      "30d"
+    ]
+  },
+  "templating": {
+    "list": [
+      {
+        "allFormat": "regex values",
+        "current": {
+          "tags": [],
+          "text": "lf-pod2",
+          "value": "lf\\-pod2"
+        },
+        "datasource": "yardstick-vtc",
+        "hideLabel": false,
+        "includeAll": true,
+        "label": "",
+        "multi": true,
+        "multiFormat": "regex values",
+        "name": "POD",
+        "options": [
+          {
+            "selected": false,
+            "text": "All",
+            "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)"
+          },
+          {
+            "selected": false,
+            "text": "elxg482ls42",
+            "value": "elxg482ls42"
+          },
+          {
+            "selected": false,
+            "text": "ericsson-pod1",
+            "value": "ericsson\\-pod1"
+          },
+          {
+            "selected": false,
+            "text": "ericsson-pod2",
+            "value": "ericsson\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "huawei-pod1",
+            "value": "huawei\\-pod1"
+          },
+          {
+            "selected": false,
+            "text": "huawei-pod2",
+            "value": "huawei\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "huawei-us-deploy-bare-1",
+            "value": "huawei\\-us\\-deploy\\-bare\\-1"
+          },
+          {
+            "selected": false,
+            "text": "intel-pod5",
+            "value": "intel\\-pod5"
+          },
+          {
+            "selected": false,
+            "text": "intel-pod6",
+            "value": "intel\\-pod6"
+          },
+          {
+            "selected": false,
+            "text": "lf-pod1",
+            "value": "lf\\-pod1"
+          },
+          {
+            "selected": true,
+            "text": "lf-pod2",
+            "value": "lf\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "opnfv-jump-1",
+            "value": "opnfv\\-jump\\-1"
+          },
+          {
+            "selected": false,
+            "text": "opnfv-jump-2",
+            "value": "opnfv\\-jump\\-2"
+          },
+          {
+            "selected": false,
+            "text": "orange-fr-pod2",
+            "value": "orange\\-fr\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "unknown",
+            "value": "unknown"
+          },
+          {
+            "selected": false,
+            "text": "zte-pod1",
+            "value": "zte\\-pod1"
+          }
+        ],
+        "query": "SHOW TAG VALUES WITH KEY = \"pod_name\"",
+        "refresh": false,
+        "regex": "",
+        "type": "query",
+        "useTags": false
+      },
+      {
+        "allFormat": "regex values",
+        "current": {
+          "tags": [],
+          "text": "All",
+          "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)"
+        },
+        "datasource": "yardstick-vtc",
+        "hideLabel": false,
+        "includeAll": true,
+        "label": "",
+        "multi": true,
+        "multiFormat": "regex values",
+        "name": "SCENARIO",
+        "options": [
+          {
+            "selected": true,
+            "text": "All",
+            "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)"
+          },
+          {
+            "selected": false,
+            "text": "os-nosdn-nofeature-ha",
+            "value": "os\\-nosdn\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-nosdn-ovs-ha",
+            "value": "os\\-nosdn\\-ovs\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-bgpvpn-ha",
+            "value": "os\\-odl_l2\\-bgpvpn\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-nofeature-ha",
+            "value": "os\\-odl_l2\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-nofeature-noha",
+            "value": "os\\-odl_l2\\-nofeature\\-noha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-sfc-ha",
+            "value": "os\\-odl_l2\\-sfc\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l3-nofeature-ha",
+            "value": "os\\-odl_l3\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-onos-nofeature-ha",
+            "value": "os\\-onos\\-nofeature\\-ha"
+          }
+        ],
+        "query": "SHOW TAG VALUES WITH KEY = \"deploy_scenario\"",
+        "refresh": false,
+        "regex": "",
+        "type": "query",
+        "useTags": false
+      }
+    ]
+  },
+  "annotations": {
+    "list": []
+  },
+  "refresh": "15m",
+  "schemaVersion": 8,
+  "version": 9,
+  "links": []
+}
\ No newline at end of file
diff --git a/dashboard/Yardstick-TC047-1471785363416 b/dashboard/Yardstick-TC047-1471785363416
new file mode 100644 (file)
index 0000000..160941c
--- /dev/null
@@ -0,0 +1,716 @@
+{
+  "id": 39,
+  "title": "Yardstick-TC047",
+  "originalTitle": "Yardstick-TC047",
+  "tags": [
+    "yardstick-tc"
+  ],
+  "style": "dark",
+  "timezone": "browser",
+  "editable": true,
+  "hideControls": false,
+  "sharedCrosshair": false,
+  "rows": [
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "<h5 style=\"font-family:Verdana\"> <a style=\"color:#31A7D3\"><center>Control Node Openstack Service High Availability - Glance Api</center> </a></h5>\n<center>\n<p>This test case will verify the high availability of the image service provided by OpenStack (glance-api) on control node. For more information see <a style=\"color:#31A7D3\"; href=\"http://artifacts.opnfv.org/yardstick/colorado/docs/userguide/opnfv_yardstick_tc047.html\">TC047</a></p>\n</center>\n\n\n",
+          "editable": true,
+          "error": false,
+          "id": 6,
+          "isNew": true,
+          "links": [],
+          "mode": "html",
+          "span": 12,
+          "style": {},
+          "title": "",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "",
+          "editable": true,
+          "error": false,
+          "id": 9,
+          "isNew": true,
+          "links": [],
+          "mode": "markdown",
+          "span": 12,
+          "style": {},
+          "title": "Test Case Execution",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "300px",
+      "panels": [
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "decimals": 2,
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": null,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "hideTimeOverride": false,
+          "id": 1,
+          "interval": "",
+          "isNew": true,
+          "leftYAxisLabel": "sla_pass",
+          "legend": {
+            "alignAsTable": true,
+            "avg": true,
+            "current": false,
+            "hideEmpty": false,
+            "hideZero": false,
+            "max": true,
+            "min": true,
+            "rightSide": false,
+            "show": true,
+            "sort": "avg",
+            "sortDesc": false,
+            "total": false,
+            "values": true
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "rightYAxisLabel": "",
+          "seriesOverrides": [],
+          "span": 12,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "alias": "$tag_pod_name - $tag_deploy_scenario",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "pod_name"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "task_id"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                }
+              ],
+              "hide": false,
+              "measurement": "opnfv_yardstick_tc047",
+              "query": "SELECT \"sla_pass\" FROM \"opnfv_yardstick_tc047\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"task_id\", \"deploy_scenario\"",
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "sla_pass"
+                    ],
+                    "type": "field"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "timeShift": null,
+          "title": "SLA PASS",
+          "tooltip": {
+            "shared": true,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "y-axis": true,
+          "y_formats": [
+            "none",
+            "short"
+          ]
+        }
+      ],
+      "showTitle": false,
+      "title": "Row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "",
+          "editable": true,
+          "error": false,
+          "id": 10,
+          "isNew": true,
+          "links": [],
+          "mode": "markdown",
+          "span": 12,
+          "style": {},
+          "title": "Daily Averages",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "columns": [],
+          "datasource": "yardstick-vtc",
+          "editable": true,
+          "error": false,
+          "fontSize": "90%",
+          "height": "",
+          "id": 2,
+          "isNew": true,
+          "links": [],
+          "minSpan": 2,
+          "pageSize": 100,
+          "repeat": "POD",
+          "scopedVars": {
+            "POD": {
+              "selected": true,
+              "text": "lf-pod2",
+              "value": "lf\\-pod2"
+            }
+          },
+          "scroll": true,
+          "showHeader": true,
+          "sort": {
+            "col": 2,
+            "desc": false
+          },
+          "span": 12,
+          "styles": [
+            {
+              "dateFormat": "YYYY-MM-DD HH:mm:ss",
+              "pattern": "Time",
+              "type": "date"
+            },
+            {
+              "colorMode": null,
+              "colors": [
+                "rgba(245, 54, 54, 0.9)",
+                "rgba(237, 129, 40, 0.89)",
+                "rgba(50, 172, 45, 0.97)"
+              ],
+              "decimals": 2,
+              "pattern": "deploy_scenario",
+              "thresholds": [],
+              "type": "string",
+              "unit": "short"
+            },
+            {
+              "colorMode": null,
+              "colors": [
+                "rgba(245, 54, 54, 0.9)",
+                "rgba(237, 129, 40, 0.89)",
+                "rgba(50, 172, 45, 0.97)"
+              ],
+              "dateFormat": "YYYY-MM-DD HH:mm:ss",
+              "decimals": 2,
+              "pattern": "/.*/",
+              "thresholds": [],
+              "type": "number",
+              "unit": "ms"
+            }
+          ],
+          "targets": [
+            {
+              "alias": "",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                }
+              ],
+              "measurement": "opnfv_yardstick_tc047",
+              "query": "SELECT mean(\"rtt.ares\") FROM \"opnfv_yardstick_tc047\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
+              "rawQuery": false,
+              "refId": "A",
+              "resultFormat": "table",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "rtt.ares"
+                    ],
+                    "type": "field"
+                  },
+                  {
+                    "params": [],
+                    "type": "mean"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "title": "$POD",
+          "transform": "table",
+          "transparent": false,
+          "type": "table"
+        }
+      ],
+      "showTitle": false,
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "250px",
+      "panels": [
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": 0,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "height": "",
+          "id": 3,
+          "interval": "",
+          "isNew": true,
+          "leftYAxisLabel": "<sla_pass>",
+          "legend": {
+            "alignAsTable": false,
+            "avg": false,
+            "current": false,
+            "hideEmpty": false,
+            "hideZero": false,
+            "max": false,
+            "min": false,
+            "rightSide": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 1,
+          "links": [],
+          "minSpan": 2,
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 1,
+          "points": true,
+          "renderer": "flot",
+          "repeat": "POD",
+          "scopedVars": {
+            "POD": {
+              "selected": true,
+              "text": "lf-pod2",
+              "value": "lf\\-pod2"
+            }
+          },
+          "seriesOverrides": [
+            {
+              "alias": "os-odl_l2-nofeature-ha",
+              "color": "#7EB26D"
+            },
+            {
+              "alias": "os-nosdn-nofeature-ha",
+              "color": "#E24D42"
+            },
+            {
+              "alias": "os-onos-nofeature-ha",
+              "color": "#6ED0E0"
+            },
+            {
+              "alias": "os-nosdn-ovs-ha",
+              "color": "#EAB839"
+            },
+            {
+              "alias": "os-odl_l3-nofeature-ha",
+              "color": "#E5A8E2"
+            },
+            {
+              "alias": "os-odl_l2-bgpvpn-ha",
+              "color": "#E0752D"
+            },
+            {
+              "alias": "os-odl_l2-sfc-ha",
+              "color": "#508642"
+            }
+          ],
+          "span": 12,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "alias": "$tag_deploy_scenario",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "24h"
+                  ],
+                  "type": "time"
+                },
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "pod_name"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "null"
+                  ],
+                  "type": "fill"
+                }
+              ],
+              "measurement": "opnfv_yardstick_tc047",
+              "query": "SELECT mean(\"sla_pass\") FROM \"opnfv_yardstick_tc047\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY time(24h), \"deploy_scenario\", \"pod_name\" fill(null)",
+              "rawQuery": false,
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "sla_pass"
+                    ],
+                    "type": "field"
+                  },
+                  {
+                    "params": [],
+                    "type": "mean"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "timeShift": null,
+          "title": "$POD",
+          "tooltip": {
+            "shared": true,
+            "value_type": "individual"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "y-axis": true,
+          "y_formats": [
+            "none",
+            "short"
+          ]
+        }
+      ],
+      "showTitle": false,
+      "title": ""
+    }
+  ],
+  "time": {
+    "from": "now-7d",
+    "to": "now"
+  },
+  "timepicker": {
+    "now": true,
+    "refresh_intervals": [
+      "5s",
+      "10s",
+      "30s",
+      "1m",
+      "5m",
+      "15m",
+      "30m",
+      "1h",
+      "2h",
+      "1d"
+    ],
+    "time_options": [
+      "5m",
+      "15m",
+      "1h",
+      "6h",
+      "12h",
+      "24h",
+      "2d",
+      "7d",
+      "30d"
+    ]
+  },
+  "templating": {
+    "list": [
+      {
+        "allFormat": "regex values",
+        "current": {
+          "tags": [],
+          "text": "lf-pod2",
+          "value": "lf\\-pod2"
+        },
+        "datasource": "yardstick-vtc",
+        "hideLabel": false,
+        "includeAll": true,
+        "label": "",
+        "multi": true,
+        "multiFormat": "regex values",
+        "name": "POD",
+        "options": [
+          {
+            "selected": false,
+            "text": "All",
+            "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)"
+          },
+          {
+            "selected": false,
+            "text": "elxg482ls42",
+            "value": "elxg482ls42"
+          },
+          {
+            "selected": false,
+            "text": "ericsson-pod1",
+            "value": "ericsson\\-pod1"
+          },
+          {
+            "selected": false,
+            "text": "ericsson-pod2",
+            "value": "ericsson\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "huawei-pod1",
+            "value": "huawei\\-pod1"
+          },
+          {
+            "selected": false,
+            "text": "huawei-pod2",
+            "value": "huawei\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "huawei-us-deploy-bare-1",
+            "value": "huawei\\-us\\-deploy\\-bare\\-1"
+          },
+          {
+            "selected": false,
+            "text": "intel-pod5",
+            "value": "intel\\-pod5"
+          },
+          {
+            "selected": false,
+            "text": "intel-pod6",
+            "value": "intel\\-pod6"
+          },
+          {
+            "selected": false,
+            "text": "lf-pod1",
+            "value": "lf\\-pod1"
+          },
+          {
+            "selected": true,
+            "text": "lf-pod2",
+            "value": "lf\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "opnfv-jump-1",
+            "value": "opnfv\\-jump\\-1"
+          },
+          {
+            "selected": false,
+            "text": "opnfv-jump-2",
+            "value": "opnfv\\-jump\\-2"
+          },
+          {
+            "selected": false,
+            "text": "orange-fr-pod2",
+            "value": "orange\\-fr\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "unknown",
+            "value": "unknown"
+          },
+          {
+            "selected": false,
+            "text": "zte-pod1",
+            "value": "zte\\-pod1"
+          }
+        ],
+        "query": "SHOW TAG VALUES WITH KEY = \"pod_name\"",
+        "refresh": false,
+        "regex": "",
+        "type": "query",
+        "useTags": false
+      },
+      {
+        "allFormat": "regex values",
+        "current": {
+          "tags": [],
+          "text": "All",
+          "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)"
+        },
+        "datasource": "yardstick-vtc",
+        "hideLabel": false,
+        "includeAll": true,
+        "label": "",
+        "multi": true,
+        "multiFormat": "regex values",
+        "name": "SCENARIO",
+        "options": [
+          {
+            "selected": true,
+            "text": "All",
+            "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)"
+          },
+          {
+            "selected": false,
+            "text": "os-nosdn-nofeature-ha",
+            "value": "os\\-nosdn\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-nosdn-ovs-ha",
+            "value": "os\\-nosdn\\-ovs\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-bgpvpn-ha",
+            "value": "os\\-odl_l2\\-bgpvpn\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-nofeature-ha",
+            "value": "os\\-odl_l2\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-nofeature-noha",
+            "value": "os\\-odl_l2\\-nofeature\\-noha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-sfc-ha",
+            "value": "os\\-odl_l2\\-sfc\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l3-nofeature-ha",
+            "value": "os\\-odl_l3\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-onos-nofeature-ha",
+            "value": "os\\-onos\\-nofeature\\-ha"
+          }
+        ],
+        "query": "SHOW TAG VALUES WITH KEY = \"deploy_scenario\"",
+        "refresh": false,
+        "regex": "",
+        "type": "query",
+        "useTags": false
+      }
+    ]
+  },
+  "annotations": {
+    "list": []
+  },
+  "refresh": "15m",
+  "schemaVersion": 8,
+  "version": 1,
+  "links": []
+}
\ No newline at end of file
diff --git a/dashboard/Yardstick-TC048-1471785350584 b/dashboard/Yardstick-TC048-1471785350584
new file mode 100644 (file)
index 0000000..fda45ba
--- /dev/null
@@ -0,0 +1,708 @@
+{
+  "id": 40,
+  "title": "Yardstick-TC048",
+  "originalTitle": "Yardstick-TC048",
+  "tags": [
+    "yardstick-tc"
+  ],
+  "style": "dark",
+  "timezone": "browser",
+  "editable": true,
+  "hideControls": false,
+  "sharedCrosshair": false,
+  "rows": [
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "<h5 style=\"font-family:Verdana\"> <a style=\"color:#31A7D3\"><center>Control Node Openstack Service High Availability - Cinder Api</center> </a></h5>\n<center>\n<p>This test case will verify the high availability of the volume service provided by OpenStack (cinder-api) on control node. For more information see <a style=\"color:#31A7D3\"; href=\"http://artifacts.opnfv.org/yardstick/colorado/docs/userguide/opnfv_yardstick_tc048.html\">TC048</a></p>\n</center>\n\n\n",
+          "editable": true,
+          "error": false,
+          "id": 6,
+          "isNew": true,
+          "links": [],
+          "mode": "html",
+          "span": 12,
+          "style": {},
+          "title": "",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "",
+          "editable": true,
+          "error": false,
+          "id": 9,
+          "isNew": true,
+          "links": [],
+          "mode": "markdown",
+          "span": 12,
+          "style": {},
+          "title": "Test Case Execution",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "300px",
+      "panels": [
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "decimals": 2,
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": null,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "hideTimeOverride": false,
+          "id": 1,
+          "interval": "",
+          "isNew": true,
+          "leftYAxisLabel": "sla_pass",
+          "legend": {
+            "alignAsTable": true,
+            "avg": true,
+            "current": false,
+            "hideEmpty": false,
+            "hideZero": false,
+            "max": true,
+            "min": true,
+            "rightSide": false,
+            "show": true,
+            "sort": "avg",
+            "sortDesc": false,
+            "total": false,
+            "values": true
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "rightYAxisLabel": "",
+          "seriesOverrides": [],
+          "span": 12,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "alias": "$tag_pod_name - $tag_deploy_scenario",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "pod_name"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "task_id"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                }
+              ],
+              "hide": false,
+              "measurement": "opnfv_yardstick_tc048",
+              "query": "SELECT \"sla_pass\" FROM \"opnfv_yardstick_tc048\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"task_id\", \"deploy_scenario\"",
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "sla_pass"
+                    ],
+                    "type": "field"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "timeShift": null,
+          "title": "SLA PASS",
+          "tooltip": {
+            "shared": true,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "y-axis": true,
+          "y_formats": [
+            "none",
+            "short"
+          ]
+        }
+      ],
+      "showTitle": false,
+      "title": "Row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "",
+          "editable": true,
+          "error": false,
+          "id": 10,
+          "isNew": true,
+          "links": [],
+          "mode": "markdown",
+          "span": 12,
+          "style": {},
+          "title": "Daily Averages",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "columns": [],
+          "datasource": "yardstick-vtc",
+          "editable": true,
+          "error": false,
+          "fontSize": "90%",
+          "height": "",
+          "id": 2,
+          "isNew": true,
+          "links": [],
+          "minSpan": 2,
+          "pageSize": 100,
+          "repeat": "POD",
+          "scopedVars": {
+            "POD": {
+              "selected": true,
+              "text": "lf-pod2",
+              "value": "lf\\-pod2"
+            }
+          },
+          "scroll": true,
+          "showHeader": true,
+          "sort": {
+            "col": 2,
+            "desc": false
+          },
+          "span": 12,
+          "styles": [
+            {
+              "dateFormat": "YYYY-MM-DD HH:mm:ss",
+              "pattern": "Time",
+              "type": "date"
+            },
+            {
+              "colorMode": null,
+              "colors": [
+                "rgba(245, 54, 54, 0.9)",
+                "rgba(237, 129, 40, 0.89)",
+                "rgba(50, 172, 45, 0.97)"
+              ],
+              "decimals": 2,
+              "pattern": "deploy_scenario",
+              "thresholds": [],
+              "type": "string",
+              "unit": "short"
+            },
+            {
+              "colorMode": null,
+              "colors": [
+                "rgba(245, 54, 54, 0.9)",
+                "rgba(237, 129, 40, 0.89)",
+                "rgba(50, 172, 45, 0.97)"
+              ],
+              "dateFormat": "YYYY-MM-DD HH:mm:ss",
+              "decimals": 2,
+              "pattern": "/.*/",
+              "thresholds": [],
+              "type": "number",
+              "unit": "ms"
+            }
+          ],
+          "targets": [
+            {
+              "alias": "",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                }
+              ],
+              "measurement": "opnfv_yardstick_tc048",
+              "query": "SELECT mean(\"rtt.ares\") FROM \"opnfv_yardstick_tc048\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
+              "rawQuery": false,
+              "refId": "A",
+              "resultFormat": "table",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "rtt.ares"
+                    ],
+                    "type": "field"
+                  },
+                  {
+                    "params": [],
+                    "type": "mean"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "title": "$POD",
+          "transform": "table",
+          "transparent": false,
+          "type": "table"
+        }
+      ],
+      "showTitle": false,
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "250px",
+      "panels": [
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": 0,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "height": "",
+          "id": 11,
+          "interval": "",
+          "isNew": true,
+          "leftYAxisLabel": "<sla_pass>",
+          "legend": {
+            "alignAsTable": false,
+            "avg": false,
+            "current": false,
+            "hideEmpty": false,
+            "hideZero": false,
+            "max": false,
+            "min": false,
+            "rightSide": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 1,
+          "links": [],
+          "minSpan": 2,
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 1,
+          "points": true,
+          "renderer": "flot",
+          "seriesOverrides": [
+            {
+              "alias": "os-odl_l2-nofeature-ha",
+              "color": "#7EB26D"
+            },
+            {
+              "alias": "os-nosdn-nofeature-ha",
+              "color": "#E24D42"
+            },
+            {
+              "alias": "os-onos-nofeature-ha",
+              "color": "#6ED0E0"
+            },
+            {
+              "alias": "os-nosdn-ovs-ha",
+              "color": "#EAB839"
+            },
+            {
+              "alias": "os-odl_l3-nofeature-ha",
+              "color": "#E5A8E2"
+            },
+            {
+              "alias": "os-odl_l2-bgpvpn-ha",
+              "color": "#E0752D"
+            },
+            {
+              "alias": "os-odl_l2-sfc-ha",
+              "color": "#508642"
+            }
+          ],
+          "span": 12,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "alias": "$tag_deploy_scenario",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "24h"
+                  ],
+                  "type": "time"
+                },
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "pod_name"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "null"
+                  ],
+                  "type": "fill"
+                }
+              ],
+              "measurement": "opnfv_yardstick_tc048",
+              "query": "SELECT mean(\"sla_pass\") FROM \"opnfv_yardstick_tc048\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY time(24h), \"deploy_scenario\", \"pod_name\" fill(null)",
+              "rawQuery": false,
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "sla_pass"
+                    ],
+                    "type": "field"
+                  },
+                  {
+                    "params": [],
+                    "type": "mean"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "timeShift": null,
+          "title": "$POD",
+          "tooltip": {
+            "shared": true,
+            "value_type": "individual"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "y-axis": true,
+          "y_formats": [
+            "none",
+            "short"
+          ]
+        }
+      ],
+      "showTitle": false,
+      "title": ""
+    }
+  ],
+  "time": {
+    "from": "now-7d",
+    "to": "now"
+  },
+  "timepicker": {
+    "now": true,
+    "refresh_intervals": [
+      "5s",
+      "10s",
+      "30s",
+      "1m",
+      "5m",
+      "15m",
+      "30m",
+      "1h",
+      "2h",
+      "1d"
+    ],
+    "time_options": [
+      "5m",
+      "15m",
+      "1h",
+      "6h",
+      "12h",
+      "24h",
+      "2d",
+      "7d",
+      "30d"
+    ]
+  },
+  "templating": {
+    "list": [
+      {
+        "allFormat": "regex values",
+        "current": {
+          "tags": [],
+          "text": "lf-pod2",
+          "value": "lf\\-pod2"
+        },
+        "datasource": "yardstick-vtc",
+        "hideLabel": false,
+        "includeAll": true,
+        "label": "",
+        "multi": true,
+        "multiFormat": "regex values",
+        "name": "POD",
+        "options": [
+          {
+            "selected": false,
+            "text": "All",
+            "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)"
+          },
+          {
+            "selected": false,
+            "text": "elxg482ls42",
+            "value": "elxg482ls42"
+          },
+          {
+            "selected": false,
+            "text": "ericsson-pod1",
+            "value": "ericsson\\-pod1"
+          },
+          {
+            "selected": false,
+            "text": "ericsson-pod2",
+            "value": "ericsson\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "huawei-pod1",
+            "value": "huawei\\-pod1"
+          },
+          {
+            "selected": false,
+            "text": "huawei-pod2",
+            "value": "huawei\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "huawei-us-deploy-bare-1",
+            "value": "huawei\\-us\\-deploy\\-bare\\-1"
+          },
+          {
+            "selected": false,
+            "text": "intel-pod5",
+            "value": "intel\\-pod5"
+          },
+          {
+            "selected": false,
+            "text": "intel-pod6",
+            "value": "intel\\-pod6"
+          },
+          {
+            "selected": false,
+            "text": "lf-pod1",
+            "value": "lf\\-pod1"
+          },
+          {
+            "selected": true,
+            "text": "lf-pod2",
+            "value": "lf\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "opnfv-jump-1",
+            "value": "opnfv\\-jump\\-1"
+          },
+          {
+            "selected": false,
+            "text": "opnfv-jump-2",
+            "value": "opnfv\\-jump\\-2"
+          },
+          {
+            "selected": false,
+            "text": "orange-fr-pod2",
+            "value": "orange\\-fr\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "unknown",
+            "value": "unknown"
+          },
+          {
+            "selected": false,
+            "text": "zte-pod1",
+            "value": "zte\\-pod1"
+          }
+        ],
+        "query": "SHOW TAG VALUES WITH KEY = \"pod_name\"",
+        "refresh": false,
+        "regex": "",
+        "type": "query",
+        "useTags": false
+      },
+      {
+        "allFormat": "regex values",
+        "current": {
+          "tags": [],
+          "text": "All",
+          "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)"
+        },
+        "datasource": "yardstick-vtc",
+        "hideLabel": false,
+        "includeAll": true,
+        "label": "",
+        "multi": true,
+        "multiFormat": "regex values",
+        "name": "SCENARIO",
+        "options": [
+          {
+            "selected": true,
+            "text": "All",
+            "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)"
+          },
+          {
+            "selected": false,
+            "text": "os-nosdn-nofeature-ha",
+            "value": "os\\-nosdn\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-nosdn-ovs-ha",
+            "value": "os\\-nosdn\\-ovs\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-bgpvpn-ha",
+            "value": "os\\-odl_l2\\-bgpvpn\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-nofeature-ha",
+            "value": "os\\-odl_l2\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-nofeature-noha",
+            "value": "os\\-odl_l2\\-nofeature\\-noha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-sfc-ha",
+            "value": "os\\-odl_l2\\-sfc\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l3-nofeature-ha",
+            "value": "os\\-odl_l3\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-onos-nofeature-ha",
+            "value": "os\\-onos\\-nofeature\\-ha"
+          }
+        ],
+        "query": "SHOW TAG VALUES WITH KEY = \"deploy_scenario\"",
+        "refresh": false,
+        "regex": "",
+        "type": "query",
+        "useTags": false
+      }
+    ]
+  },
+  "annotations": {
+    "list": []
+  },
+  "refresh": "15m",
+  "schemaVersion": 8,
+  "version": 3,
+  "links": []
+}
\ No newline at end of file
diff --git a/dashboard/Yardstick-TC049-1471785310513 b/dashboard/Yardstick-TC049-1471785310513
new file mode 100644 (file)
index 0000000..50466fb
--- /dev/null
@@ -0,0 +1,708 @@
+{
+  "id": 41,
+  "title": "Yardstick-TC049",
+  "originalTitle": "Yardstick-TC049",
+  "tags": [
+    "yardstick-tc"
+  ],
+  "style": "dark",
+  "timezone": "browser",
+  "editable": true,
+  "hideControls": false,
+  "sharedCrosshair": false,
+  "rows": [
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "<h5 style=\"font-family:Verdana\"> <a style=\"color:#31A7D3\"><center>Control Node Openstack Service High Availability - Swift Proxy</center> </a></h5>\n<center>\n<p>This test case will verify the high availability of the storage service provided by OpenStack (swift-proxy) on control node. For more information see <a style=\"color:#31A7D3\"; href=\"http://artifacts.opnfv.org/yardstick/colorado/docs/userguide/opnfv_yardstick_tc049.html\">TC049</a></p>\n</center>\n\n\n",
+          "editable": true,
+          "error": false,
+          "id": 6,
+          "isNew": true,
+          "links": [],
+          "mode": "html",
+          "span": 12,
+          "style": {},
+          "title": "",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "",
+          "editable": true,
+          "error": false,
+          "id": 9,
+          "isNew": true,
+          "links": [],
+          "mode": "markdown",
+          "span": 12,
+          "style": {},
+          "title": "Test Case Execution",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "300px",
+      "panels": [
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "decimals": 2,
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": null,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "hideTimeOverride": false,
+          "id": 1,
+          "interval": "",
+          "isNew": true,
+          "leftYAxisLabel": "sla_pass",
+          "legend": {
+            "alignAsTable": true,
+            "avg": true,
+            "current": false,
+            "hideEmpty": false,
+            "hideZero": false,
+            "max": true,
+            "min": true,
+            "rightSide": false,
+            "show": true,
+            "sort": "avg",
+            "sortDesc": false,
+            "total": false,
+            "values": true
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "rightYAxisLabel": "",
+          "seriesOverrides": [],
+          "span": 12,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "alias": "$tag_pod_name - $tag_deploy_scenario",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "pod_name"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "task_id"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                }
+              ],
+              "hide": false,
+              "measurement": "opnfv_yardstick_tc049",
+              "query": "SELECT \"sla_pass\" FROM \"opnfv_yardstick_tc049\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"task_id\", \"deploy_scenario\"",
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "sla_pass"
+                    ],
+                    "type": "field"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "timeShift": null,
+          "title": "SLA PASS",
+          "tooltip": {
+            "shared": true,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "y-axis": true,
+          "y_formats": [
+            "none",
+            "short"
+          ]
+        }
+      ],
+      "showTitle": false,
+      "title": "Row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "content": "",
+          "editable": true,
+          "error": false,
+          "id": 10,
+          "isNew": true,
+          "links": [],
+          "mode": "markdown",
+          "span": 12,
+          "style": {},
+          "title": "Daily Averages",
+          "type": "text"
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "",
+      "panels": [
+        {
+          "columns": [],
+          "datasource": "yardstick-vtc",
+          "editable": true,
+          "error": false,
+          "fontSize": "90%",
+          "height": "",
+          "id": 2,
+          "isNew": true,
+          "links": [],
+          "minSpan": 2,
+          "pageSize": 100,
+          "repeat": "POD",
+          "scopedVars": {
+            "POD": {
+              "selected": true,
+              "text": "lf-pod2",
+              "value": "lf\\-pod2"
+            }
+          },
+          "scroll": true,
+          "showHeader": true,
+          "sort": {
+            "col": 2,
+            "desc": false
+          },
+          "span": 12,
+          "styles": [
+            {
+              "dateFormat": "YYYY-MM-DD HH:mm:ss",
+              "pattern": "Time",
+              "type": "date"
+            },
+            {
+              "colorMode": null,
+              "colors": [
+                "rgba(245, 54, 54, 0.9)",
+                "rgba(237, 129, 40, 0.89)",
+                "rgba(50, 172, 45, 0.97)"
+              ],
+              "decimals": 2,
+              "pattern": "deploy_scenario",
+              "thresholds": [],
+              "type": "string",
+              "unit": "short"
+            },
+            {
+              "colorMode": null,
+              "colors": [
+                "rgba(245, 54, 54, 0.9)",
+                "rgba(237, 129, 40, 0.89)",
+                "rgba(50, 172, 45, 0.97)"
+              ],
+              "dateFormat": "YYYY-MM-DD HH:mm:ss",
+              "decimals": 2,
+              "pattern": "/.*/",
+              "thresholds": [],
+              "type": "number",
+              "unit": "ms"
+            }
+          ],
+          "targets": [
+            {
+              "alias": "",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                }
+              ],
+              "measurement": "opnfv_yardstick_tc049",
+              "query": "SELECT mean(\"rtt.ares\") FROM \"opnfv_yardstick_tc049\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
+              "rawQuery": false,
+              "refId": "A",
+              "resultFormat": "table",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "rtt.ares"
+                    ],
+                    "type": "field"
+                  },
+                  {
+                    "params": [],
+                    "type": "mean"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "title": "$POD",
+          "transform": "table",
+          "transparent": false,
+          "type": "table"
+        }
+      ],
+      "showTitle": false,
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "250px",
+      "panels": [
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": 0,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "height": "",
+          "id": 11,
+          "interval": "",
+          "isNew": true,
+          "leftYAxisLabel": "<sla_pass>",
+          "legend": {
+            "alignAsTable": false,
+            "avg": false,
+            "current": false,
+            "hideEmpty": false,
+            "hideZero": false,
+            "max": false,
+            "min": false,
+            "rightSide": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 1,
+          "links": [],
+          "minSpan": 2,
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 1,
+          "points": true,
+          "renderer": "flot",
+          "seriesOverrides": [
+            {
+              "alias": "os-odl_l2-nofeature-ha",
+              "color": "#7EB26D"
+            },
+            {
+              "alias": "os-nosdn-nofeature-ha",
+              "color": "#E24D42"
+            },
+            {
+              "alias": "os-onos-nofeature-ha",
+              "color": "#6ED0E0"
+            },
+            {
+              "alias": "os-nosdn-ovs-ha",
+              "color": "#EAB839"
+            },
+            {
+              "alias": "os-odl_l3-nofeature-ha",
+              "color": "#E5A8E2"
+            },
+            {
+              "alias": "os-odl_l2-bgpvpn-ha",
+              "color": "#E0752D"
+            },
+            {
+              "alias": "os-odl_l2-sfc-ha",
+              "color": "#508642"
+            }
+          ],
+          "span": 12,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "alias": "$tag_deploy_scenario",
+              "dsType": "influxdb",
+              "groupBy": [
+                {
+                  "params": [
+                    "24h"
+                  ],
+                  "type": "time"
+                },
+                {
+                  "params": [
+                    "deploy_scenario"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "pod_name"
+                  ],
+                  "type": "tag"
+                },
+                {
+                  "params": [
+                    "null"
+                  ],
+                  "type": "fill"
+                }
+              ],
+              "measurement": "opnfv_yardstick_tc049",
+              "query": "SELECT mean(\"sla_pass\") FROM \"opnfv_yardstick_tc049\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY time(24h), \"deploy_scenario\", \"pod_name\" fill(null)",
+              "rawQuery": false,
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "sla_pass"
+                    ],
+                    "type": "field"
+                  },
+                  {
+                    "params": [],
+                    "type": "mean"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "pod_name",
+                  "operator": "=~",
+                  "value": "/$POD$/"
+                },
+                {
+                  "condition": "AND",
+                  "key": "deploy_scenario",
+                  "operator": "=~",
+                  "value": "/$SCENARIO$/"
+                }
+              ]
+            }
+          ],
+          "timeFrom": "7d",
+          "timeShift": null,
+          "title": "$POD",
+          "tooltip": {
+            "shared": true,
+            "value_type": "individual"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "y-axis": true,
+          "y_formats": [
+            "none",
+            "short"
+          ]
+        }
+      ],
+      "showTitle": false,
+      "title": ""
+    }
+  ],
+  "time": {
+    "from": "now-7d",
+    "to": "now"
+  },
+  "timepicker": {
+    "now": true,
+    "refresh_intervals": [
+      "5s",
+      "10s",
+      "30s",
+      "1m",
+      "5m",
+      "15m",
+      "30m",
+      "1h",
+      "2h",
+      "1d"
+    ],
+    "time_options": [
+      "5m",
+      "15m",
+      "1h",
+      "6h",
+      "12h",
+      "24h",
+      "2d",
+      "7d",
+      "30d"
+    ]
+  },
+  "templating": {
+    "list": [
+      {
+        "allFormat": "regex values",
+        "current": {
+          "tags": [],
+          "text": "lf-pod2",
+          "value": "lf\\-pod2"
+        },
+        "datasource": "yardstick-vtc",
+        "hideLabel": false,
+        "includeAll": true,
+        "label": "",
+        "multi": true,
+        "multiFormat": "regex values",
+        "name": "POD",
+        "options": [
+          {
+            "selected": false,
+            "text": "All",
+            "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)"
+          },
+          {
+            "selected": false,
+            "text": "elxg482ls42",
+            "value": "elxg482ls42"
+          },
+          {
+            "selected": false,
+            "text": "ericsson-pod1",
+            "value": "ericsson\\-pod1"
+          },
+          {
+            "selected": false,
+            "text": "ericsson-pod2",
+            "value": "ericsson\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "huawei-pod1",
+            "value": "huawei\\-pod1"
+          },
+          {
+            "selected": false,
+            "text": "huawei-pod2",
+            "value": "huawei\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "huawei-us-deploy-bare-1",
+            "value": "huawei\\-us\\-deploy\\-bare\\-1"
+          },
+          {
+            "selected": false,
+            "text": "intel-pod5",
+            "value": "intel\\-pod5"
+          },
+          {
+            "selected": false,
+            "text": "intel-pod6",
+            "value": "intel\\-pod6"
+          },
+          {
+            "selected": false,
+            "text": "lf-pod1",
+            "value": "lf\\-pod1"
+          },
+          {
+            "selected": true,
+            "text": "lf-pod2",
+            "value": "lf\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "opnfv-jump-1",
+            "value": "opnfv\\-jump\\-1"
+          },
+          {
+            "selected": false,
+            "text": "opnfv-jump-2",
+            "value": "opnfv\\-jump\\-2"
+          },
+          {
+            "selected": false,
+            "text": "orange-fr-pod2",
+            "value": "orange\\-fr\\-pod2"
+          },
+          {
+            "selected": false,
+            "text": "unknown",
+            "value": "unknown"
+          },
+          {
+            "selected": false,
+            "text": "zte-pod1",
+            "value": "zte\\-pod1"
+          }
+        ],
+        "query": "SHOW TAG VALUES WITH KEY = \"pod_name\"",
+        "refresh": false,
+        "regex": "",
+        "type": "query",
+        "useTags": false
+      },
+      {
+        "allFormat": "regex values",
+        "current": {
+          "tags": [],
+          "text": "All",
+          "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)"
+        },
+        "datasource": "yardstick-vtc",
+        "hideLabel": false,
+        "includeAll": true,
+        "label": "",
+        "multi": true,
+        "multiFormat": "regex values",
+        "name": "SCENARIO",
+        "options": [
+          {
+            "selected": true,
+            "text": "All",
+            "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)"
+          },
+          {
+            "selected": false,
+            "text": "os-nosdn-nofeature-ha",
+            "value": "os\\-nosdn\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-nosdn-ovs-ha",
+            "value": "os\\-nosdn\\-ovs\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-bgpvpn-ha",
+            "value": "os\\-odl_l2\\-bgpvpn\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-nofeature-ha",
+            "value": "os\\-odl_l2\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-nofeature-noha",
+            "value": "os\\-odl_l2\\-nofeature\\-noha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l2-sfc-ha",
+            "value": "os\\-odl_l2\\-sfc\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-odl_l3-nofeature-ha",
+            "value": "os\\-odl_l3\\-nofeature\\-ha"
+          },
+          {
+            "selected": false,
+            "text": "os-onos-nofeature-ha",
+            "value": "os\\-onos\\-nofeature\\-ha"
+          }
+        ],
+        "query": "SHOW TAG VALUES WITH KEY = \"deploy_scenario\"",
+        "refresh": false,
+        "regex": "",
+        "type": "query",
+        "useTags": false
+      }
+    ]
+  },
+  "annotations": {
+    "list": []
+  },
+  "refresh": "15m",
+  "schemaVersion": 8,
+  "version": 2,
+  "links": []
+}
\ No newline at end of file