Update results for Test Cases 6, 7, 20, 21
[yardstick.git] / yardstick / benchmark / scenarios / networking / vtc_throughput_noisy.py
index ad3832f..703e06c 100644 (file)
@@ -78,8 +78,9 @@ class VtcThroughputNoisy(base.Scenario):
         test_case['params']['number_of_cores'] = \
             str(self.options['number_of_cores'])
 
+        res = dict()
         try:
-            result = api.FrameworkApi.execute_framework(
+            res = api.FrameworkApi.execute_framework(
                 [test_case],
                 iterations,
                 heat_template,
@@ -88,4 +89,5 @@ class VtcThroughputNoisy(base.Scenario):
                 openstack_credentials)
         except Exception as e:
             LOG.info('Exception: {}'.format(e.message))
-        LOG.info('Got output: {}'.format(result))
+        LOG.info('Got output: {}'.format(res))
+        result.update(res)