summaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
Diffstat (limited to 'testcases')
-rw-r--r--testcases/vIMS/CI/vIMS.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/vIMS/CI/vIMS.py b/testcases/vIMS/CI/vIMS.py
index 1a7d89f47..dbd98fa8d 100644
--- a/testcases/vIMS/CI/vIMS.py
+++ b/testcases/vIMS/CI/vIMS.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+ #!/usr/bin/python
# coding: utf8
#######################################################################
#
@@ -253,7 +253,7 @@ def test_clearwater():
# - VNF deployed
status = "failed"
try:
- if RESULTS['orchestrator']['duration'] > 0 and RESULT['vIMS']['duration'] > 0:
+ if RESULTS['orchestrator']['duration'] > 0 and RESULTS['vIMS']['duration'] > 0:
status = "passed"
except:
logger.error("Unable to set test status")