Fix small things for integration of ApexLake with Yardstick
[yardstick.git] / yardstick / vTC / apexlake / experimental_framework / benchmarks / benchmark_base_class.py
index 7569627..4123563 100644 (file)
@@ -44,6 +44,9 @@ class BenchmarkBaseClass(object):
     def get_name(self):
         return self.name
 
+    def get_params(self):
+        return self.params
+
     def get_features(self):
         features = dict()
         features['description'] = 'Please implement the method ' \