Bugfix: Support HA test cases in TripleO
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc008.yaml
index a2f5f3a..4c7fdab 100644 (file)
@@ -1,15 +1,24 @@
+##############################################################################
+# Copyright (c) 2017 Ericsson AB and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
 ---
-# Yardstick TC008 config file
-# Measure network throughput and packet loss using Pktgen.
-# Different amount of flows, from 2 up to 1001000, in combination
-# with different packet sizes are run in each test.
-# Each combination of packet size and flow amount is run 10 times.
-# First 10 times with the smallest packet size, starting with the
-# least amount of ports/flows, then next amount of ports with same
-# packet size, and so on. The test sequence continues with the next
-# packet size, with same ports/flows sequence as before.
 
 schema: "yardstick:task:0.1"
+description: >
+    Yardstick TC008 config file;
+    Measure network throughput and packet loss using Pktgen;
+    Different amount of flows, from 2 up to 1001000, in combination
+    with different packet sizes are run in each test.
+    Each combination of packet size and flow amount is run 10 times.
+    First 10 times with the smallest packet size, starting with the
+    least amount of ports/flows, then next amount of ports with same
+    packet size, and so on. The test sequence continues with the next
+    packet size, with same ports/flows sequence as before.
 
 scenarios:
 {% for pkt_size in [64, 128, 256, 512, 1024, 1280, 1518] %}
@@ -56,3 +65,6 @@ context:
   networks:
     test:
       cidr: '10.0.1.0/24'
+    #test-sriov:
+      #cidr: '10.0.1.0/24'
+      #provider: "sriov"