Change-Id: I5f1634d2a30eb93b4632e4773cee3f8b7a151b1f
Signed-off-by: JingLu5 <lvjing5@huawei.com>
   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
 
 
         cmd = "cd /usr/cpu2006/ && . ./shrc && runspec --config %s" % self.runspec_config
         cmd_args = ""
 
+        if "rate" in self.options:
+            cmd_args += " --rate %s" % self.options["runspec_rate"]
+
         if "output_format" in self.options:
             cmd_args += " --output_format %s" % self.options["output_format"]