Bugfix: heat conext of test case yamls jinja2 bypass sriov type 21/58521/4
authorrexlee8776 <limingjiang@huawei.com>
Thu, 14 Jun 2018 03:35:46 +0000 (03:35 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Fri, 15 Jun 2018 08:39:23 +0000 (08:39 +0000)
commit21fbf034c2f000448fea7e1ad0ae17f80485956b
treec05c4835cb73782033c2cb52fb8b1b87d465ecd9
parenta3399d07b83ce0e50d9c0144d00a7ba83a73390f
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>
22 files changed:
tests/opnfv/test_cases/opnfv_yardstick_tc001.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc002.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc005.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc006.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc008.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc009.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc010.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc012.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc014.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc023.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc037.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc038.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc069.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc070.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc071.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc072.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc076.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc079.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc082.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc083.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc084.yaml