Host openstack utils in SDNVPN
[sdnvpn.git] / sdnvpn / test / functest / tempest.py
index 5fca8cb..d34af0b 100644 (file)
@@ -80,7 +80,7 @@ def main():
         if int(failed) == 0:
             status = "PASS"
         else:
-            status = "FAILED"
+            status = "FAIL"
 
         return {"status": status, "details": results}
     except: