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 | 01628b168c1b718760dc9e74b811233b99c23ca2 (patch) | |
tree | 48a80f35035844a3ee9c9b4599c9aeb977c0d14c /tests/opnfv/test_cases/opnfv_yardstick_tc083.yaml | |
parent | ae2fdf6e81192a2a70beebf7c1c1247063e1e4ea (diff) | |
parent | 21fbf034c2f000448fea7e1ad0ae17f80485956b (diff) |
Merge "Bugfix: heat conext of test case yamls jinja2 bypass sriov type"
Diffstat (limited to 'tests/opnfv/test_cases/opnfv_yardstick_tc083.yaml')
-rwxr-xr-x | tests/opnfv/test_cases/opnfv_yardstick_tc083.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc083.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc083.yaml index 6315fdc07..158f064cd 100755 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc083.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc083.yaml @@ -81,7 +81,7 @@ context: networks: test: cidr: '10.0.1.0/24' - {% if provider == "vlan" %} + {% if provider == "vlan" or provider == "sriov" %} provider: {{provider}} physical_network: {{physical_network}} {% if segmentation_id %} |