diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-17 11:22:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-17 11:22:50 +0000 |
commit | 7f44a270739fe60f3bc22cae287bce88be83f304 (patch) | |
tree | 45b579ac79dde21e86ded6608469464abb91c4a4 /testcases/features/sfc | |
parent | 2a1a966650f9572a004f2321f86e31efbfb67840 (diff) | |
parent | 97fc67c5b21b15e33647d8654810f4403cde6f7b (diff) |
Merge "Add reporting flag to push reuslts only from CI"
Diffstat (limited to 'testcases/features/sfc')
-rwxr-xr-x | testcases/features/sfc/sfc.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testcases/features/sfc/sfc.py b/testcases/features/sfc/sfc.py index bdd279051..f8af51060 100755 --- a/testcases/features/sfc/sfc.py +++ b/testcases/features/sfc/sfc.py @@ -408,6 +408,21 @@ def main(): logger.info('\033[92m' + "SFC TEST WORKED" " :) \n" + '\033[0m') + # TODO report results to DB + # functest_utils.logger_test_results(logger, "SFC", + # "odl-sfc", + # status, details) + # see doctor, promise, domino, ... + # if args.report: + # logger.info("Pushing odl-SFC results") + # functest_utils.push_results_to_db("functest", + # "odl-sfc", + # logger, + # start_time, + # stop_time, + # status, + # details) + sys.exit(0) if __name__ == '__main__': |