summaryrefslogtreecommitdiffstats
path: root/kernel/arch/arm/mach-omap2/powerdomains54xx_data.c
diff options
context:
space:
mode:
authorDonald Dugger <n0ano@n0ano.com>2016-05-05 18:26:53 +0000
committerDonald Dugger <n0ano@n0ano.com>2016-05-20 02:22:19 +0000
commit0e68cb048bb8aadb14675f5d4286d8ab2fc35449 (patch)
treef8591538ebe3866010f3f266745a0a91235b5cb3 /kernel/arch/arm/mach-omap2/powerdomains54xx_data.c
parentfab0da1fe09937990756b109a12d0dd6593da38f (diff)
Remove config file changes from build script
These changes are no longer needed as they are now (correctly) incorporated in the actual config file in the source tree. Upstream status: NA Change-Id: Ide33453789338ba3f7692ca6108de89a4ac3c222 Signed-off-by: Don Dugger <n0ano@n0ano.com>
Diffstat (limited to 'kernel/arch/arm/mach-omap2/powerdomains54xx_data.c')
0 files changed, 0 insertions, 0 deletions
eral.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
##############################################################################
# Copyright (c) 2017 Huawei Technologies Co.,Ltd 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 TC043 config file;
    Measure latency between NFVI nodes using ping.

{% set host = host or "node1" %}
{% set target = target or "node2" %}
{% set file = file or '/etc/yardstick/pod.yaml' %}
scenarios:
-
  type: Ping
  options:
    packetsize: 100
  host: {{host}}.LF
  target: {{target}}.LF

  runner:
    type: Duration
    duration: 60
    interval: 1

  sla:
    max_rtt: 10
    action: monitor


context:
  type: Node
  name: LF
  file: {{file}}