Merge "Add function to upload image from local/url in GUI"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc002.yaml
index 21aa3ee..58f5b78 100644 (file)
@@ -13,7 +13,12 @@ description: >
     Yardstick TC002 config file;
     measure network latency using ping;
 
-{% set image = image or "cirros-0.3.3" %}
+{% set image = image or "cirros-0.3.5" %}
+
+{% set provider = provider or none %}
+{% set physical_network = physical_network or 'physnet1' %}
+{% set segmentation_id = segmentation_id or none %}
+
 scenarios:
 {% for i in range(2) %}
 -
@@ -53,3 +58,10 @@ context:
   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 %}
\ No newline at end of file