Update git submodules
authorAbhijit Sinha <abhijit.sinha@intel.com>
Tue, 26 Jun 2018 17:39:18 +0000 (17:39 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 26 Jun 2018 17:39:18 +0000 (17:39 +0000)
commitd94f7c516f16b2bd22761dbb9e43993d557cc7ba
tree2c324f22827c4878642aa5edb8be34a10b16e8bf
parent4e86b98b5a295aca8360596ddb947fcbd9feea85
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: heat conext of test case yamls jinja2 bypass sriov type"
  - Bugfix: heat conext of test case yamls jinja2 bypass sriov type

    the "if provider" condition bypass when provider = "sriov",
    related to https://gerrit.opnfv.org/gerrit/#/c/32789/

      networks:
        test:
          cidr: '10.0.1.0/24'
          {% if provider == "vlan" %}
          provider: {{provider}}
          physical_network: {{physical_network}}
            {% if segmentation_id %}
          segmentation_id: {{segmentation_id}}
            {% endif %}
          {% endif %}

    JIRA: YARDSTICK-1242

    Change-Id: I6a611e839654f401648d9bd6188589816f7b4946
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
docs/submodules/yardstick