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_tc023.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_tc023.yaml')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc023.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc023.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc023.yaml index 7136a9e7e..c2c176b87 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc023.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc023.yaml @@ -181,7 +181,7 @@ contexts: 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 %} |