aboutsummaryrefslogtreecommitdiffstats
path: root/docker/common.sh
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Add missing directories env variables in common.shjose.lausuch1-0/+3
2016-01-19Add mention to apache 2 license in Functest files and remove unused filesMorgan Richomme1-0/+6
2016-01-18Prepare integration of ovnoMorgan Richomme1-0/+4
2016-01-18Remove FUNCTEST_BRANCH and FUNCTEST_COMMIT from the outputjose.lausuch1-4/+0
2016-01-15Added more consistency when getting the config_functest.yamljose.lausuch1-0/+6
2016-01-13Bugfix: create functest conf dirjose.lausuch1-0/+1
2016-01-13Place config_functest.yaml outside the functest repojose.lausuch1-1/+4
2016-01-12Prepare Promise integration in FunctestMorgan Richomme1-0/+4
2016-01-11Prepare onos integration in FunctestMorgan Richomme1-0/+4
2015-12-14Adding BGPVPN repository to the Docker image and scriptsjose.lausuch1-0/+4
2015-10-28vIMS test integration and move "push_results_to_db" methodboucherv1-0/+6
2015-10-21Refactor Functest docker containerjose.lausuch1-0/+79
al.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.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) 2016-2017 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---
schema: "yardstick:task:0.1"

scenarios:
-
  type: NSPerf
  traffic_profile: ../../traffic_profiles/prox_binsearch.yaml
  topology: prox-tg-topology-2.yaml

  nodes:
    tg__0: trafficgen_1.yardstick
    vnf__0: vnf.yardstick

  options:
    vnf__0:
      prox_path: /root/dppd-PROX-v037/build/prox
      prox_config: "configs/handle_l2fwd-2.cfg"
      prox_args:
        "-t": ""

    tg__0:
      prox_path: /root/dppd-PROX-v037/build/prox
      prox_config: "configs/gen_l2fwd-2.cfg"
      prox_args:
        "-e": ""
        "-t": ""

  runner:
    type: Duration
    # we kill after duration, independent of test duration, so set this high
    duration: 300

context:
  type: Node
  name: yardstick
  nfvi_type: baremetal
  file: /etc/yardstick/nodes/prox-baremetal-2.yml