Bugfix result criteria 49/11749/1
authorboucherv <valentin.boucher@orange.com>
Fri, 1 Apr 2016 06:52:49 +0000 (08:52 +0200)
committerboucherv <valentin.boucher@orange.com>
Fri, 1 Apr 2016 06:52:49 +0000 (08:52 +0200)
Change-Id: I5f5f7b88f1b42d2cecd0444339ee117da61ac2a1
Signed-off-by: boucherv <valentin.boucher@orange.com>
testcases/vIMS/CI/vIMS.py

index 1a7d89f..dbd98fa 100644 (file)
@@ -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")