diff options
author | 2019-04-11 17:59:26 +0300 | |
---|---|---|
committer | 2019-04-11 18:01:21 +0300 | |
commit | 2cc085f9ee3fa0abd793678f5d984423ccf4148d (patch) | |
tree | 37df07dcca1706ee2286eaa29604b8cd8d7799b8 /vnftest/runners | |
parent | 3b9d9e7d03186f8925548b0ce6db5d80e2dfcb8f (diff) |
add unit tests
Issue-ID: VNFSDK-350
Change-Id: Ib40c66476f5d8e32fbb4032596f67700551a963d
Signed-off-by: Moshe <moshehoa@amdocs.com>
Diffstat (limited to 'vnftest/runners')
-rw-r--r-- | vnftest/runners/iteration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnftest/runners/iteration.py b/vnftest/runners/iteration.py index 1d62bca..03bfa0f 100644 --- a/vnftest/runners/iteration.py +++ b/vnftest/runners/iteration.py @@ -57,7 +57,7 @@ def _worker_process(result_queue, cls, method_name, step_cfg, method = getattr(step, method_name) - sla_action = None + sla_action = "assert" if "sla" in step_cfg: sla_action = step_cfg["sla"].get("action", "assert") if "run" in run_step: |