Update git submodules
authorMytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Wed, 4 Apr 2018 15:30:08 +0000 (16:30 +0100)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 22 Jun 2018 11:38:22 +0000 (11:38 +0000)
commite3740b25f83b23a46acfd77bfb3fdbea223d89fa
tree72d3801cd2369bafccd37f3bd07f04ef10d6c0d6
parent1a89a820baab1f55a2c327ddcea8d062c44a59f7
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - Add scale out TCs with availability zone support

    Add PROX and vFW scale out TCs with availability zone
    configuration. To be able to specify the availability
    zone for specific VNF or TG the following example of
    command line option shoud be used:

      yardstick -d task start --task-args='{
        "num_vnfs": 2, "availability_zone":
         {
          "vnf_0": "az_0", "tg_0": "az_0",
          "vnf_1": "az_1", "tg_1": "az_1",
          ... }}' <SCALE-OUT-TC-FILE>

    The steps to run new scale-out TCs is documented in the
    userguide.

    JIRA: YARDSTICK-1203

    Change-Id: Ib3878485c5483981fe9b48ab02995712bcc31ae5
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
    (cherry picked from commit 0156b5c37e08f91a37dda08edb854758bbba7413)
docs/submodules/yardstick