aboutsummaryrefslogtreecommitdiffstats
path: root/behave_tests/features/environment.py
diff options
context:
space:
mode:
authorGwenael Lambrouin <gwenael.lambrouin@orange.com>2021-09-06 07:07:05 +0000
committerGerrit Code Review <gerrit@opnfv.org>2021-09-06 07:07:05 +0000
commite4d8ed5180195622bb2102326b7137f99404d36f (patch)
treee94aa6a6368ce664e50a6cedad59a5ffdeabfd10 /behave_tests/features/environment.py
parenta395f6c6ca1f350e4e19f57dd7d7afbba8bd397d (diff)
parent1fc8c811a3fe4da2d6bf9c8ec94a9e661fe8b720 (diff)
Merge "behave_tests: tweak nfvbench results JSON filename"
Diffstat (limited to 'behave_tests/features/environment.py')
-rw-r--r--behave_tests/features/environment.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/behave_tests/features/environment.py b/behave_tests/features/environment.py
index 61096f6..7621075 100644
--- a/behave_tests/features/environment.py
+++ b/behave_tests/features/environment.py
@@ -73,6 +73,7 @@ def before_scenario(context, scenario):
if loopvm_flavor:
context.json['flavor_type'] = loopvm_flavor
context.synthesis = {}
+ context.percentage_rate = None
context.logger.info('before_scenario: ' + scenario.name)