{ "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": "
OPNFV_Yardstick_TC046 - Control Node Openstack Service High Availability - Keystone
\n
\n

This test case will verify the high availability of the user service provided by OpenStack (keystone) on control node. For more information see TC046

\n
\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",
##############################################################################
# Copyright (c) 2017 Ericsson AB and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---

schema: "yardstick:task:0.1"
description: >
    Yardstick TC037 config file;
    Measure network throughput and packet loss using pktgen;
    Different amounts of flows are tested with, from 2 up to 1001000;
    All tests are run 2 times each. First 2 times with the least
    amount of ports, then 2 times with the next amount of ports,
    and so on until all packet sizes have been run with;
    During the measurements system load and network latency are
    recorded/measured using ping and mpstat, respectively;

{% set provider = provider or none %}
{% set physical_network = physical_network or 'physnet1' %}
{% set segmentation_id = segmentation_id or none %}

scenarios:
-
  type: CPUload
  run_in_background: true

  options:
    interval: 1

  host: demeter.yardstick-TC037
-
  type: CPUload
  run_in_background: true

  options:
    interval: 1

  host: poseidon.yardstick-TC037
-
  type