diff options
Diffstat (limited to 'testcases/Controllers/ODL')
-rw-r--r-- | testcases/Controllers/ODL/CI/odlreport2db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/Controllers/ODL/CI/odlreport2db.py b/testcases/Controllers/ODL/CI/odlreport2db.py index f236ddcba..983633ad8 100644 --- a/testcases/Controllers/ODL/CI/odlreport2db.py +++ b/testcases/Controllers/ODL/CI/odlreport2db.py @@ -129,7 +129,7 @@ def main(argv): # -i fuel # -p opnfv-jump-2 # -s os-odl_l2-ha - version = scenario + version = functest_utils.get_version() # success criteria for ODL = 100% of tests OK status = "failed" |