diff options
author | Abhijit Sinha <abhijit.sinha@intel.com> | 2018-06-26 17:39:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-26 17:39:18 +0000 |
commit | d94f7c516f16b2bd22761dbb9e43993d557cc7ba (patch) | |
tree | 2c324f22827c4878642aa5edb8be34a10b16e8bf /docs/infrastructure | |
parent | 4e86b98b5a295aca8360596ddb947fcbd9feea85 (diff) |
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>
Diffstat (limited to 'docs/infrastructure')
0 files changed, 0 insertions, 0 deletions