Merge "solve failure testcases are not pushed to testDB problem"
[functest.git] / functest / core / TestCasesBase.py
index 725e17a..ab1ad0d 100644 (file)
@@ -23,6 +23,7 @@ class TestCasesBase(object):
     logger = ft_logger.Logger(__name__).getLogger()
 
     def __init__(self):
+        self.functest_repo = ft_utils.FUNCTEST_REPO
         self.details = {}
         self.project_name = "functest"
         self.case_name = ""