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 | |
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>
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject ae2fdf6e81192a2a70beebf7c1c1247063e1e4e +Subproject 01628b168c1b718760dc9e74b811233b99c23ca |