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_tc008.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_tc008.yaml')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc008.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc008.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc008.yaml index 22e576015..c905302e2 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc008.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc008.yaml @@ -78,13 +78,10 @@ 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 %} segmentation_id: {{segmentation_id}} {% endif %} {% endif %} - #test-sriov: - #cidr: '10.0.1.0/24' - #provider: "sriov" |