Merge "Added required ubuntu packages to run IxLoad client"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc078.yaml
index b89f767..d20045b 100644 (file)
@@ -14,15 +14,20 @@ description: >
     Measure CPU performance using SPEC CPU2006;
 
 {% set file = file or "/etc/yardstick/pod.yaml" %}
+{% set host = host or 'node1' %}
 
 scenarios:
 -
   type: SpecCPU2006
 
   options:
-      benchmark_subset: int
+      SPECint_benchmark: int^429
+      runspec_iterations: 1
+      runspec_tune: base
+      runspec_size: ref
+      runspec_rate: 1
 
-  host: node1.yardstick-TC078
+  host: {{host}}.yardstick-TC078
 
   runner:
     type: Iteration