Merge "Added external versions for vFW and cgnat TCs."
[yardstick.git] / yardstick / benchmark / scenarios / availability / actionplayers.py
index 4206264..c5e199b 100644 (file)
@@ -29,8 +29,10 @@ class AttackerPlayer(ActionPlayer):
 
 class OperationPlayer(ActionPlayer):
 
-    def __init__(self, operation):
+    def __init__(self, operation, intermediate_variables):
         self.underlyingOperation = operation
+        self.underlyingOperation.intermediate_variables \
+            = intermediate_variables
 
     def action(self):
         self.underlyingOperation.run()