Add support to push the results to the DB 07/16907/8
authorjose.lausuch <jose.lausuch@ericsson.com>
Thu, 14 Jul 2016 11:40:35 +0000 (13:40 +0200)
committerjose.lausuch <jose.lausuch@ericsson.com>
Thu, 14 Jul 2016 13:57:30 +0000 (15:57 +0200)
commit014a4b881926cd66d845c1850eb3df174d49e25e
tree62f6f2e6faceb831c8e25c87d1796768d330b448
parent95252994f4b1ff4369c49ce4ef024469d8b6df7d
Add support to push the results to the DB

JIRA: SDNVPN-19

The test scripts now return a json object with
the following format:

{"status": criteria, "details": results}

where
criteria: "PASS"|"FAILED" (result of the test case)
details: free output that will be printed to the console
and pushed to the DB

Change-Id: I9e5e0c3b6cb5f4b060929b71a06f6e4f95f814fb
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
test/functest/config.yaml
test/functest/run_tests.py
test/functest/tempest.py
test/functest/testcase_1.py
test/functest/testcase_2.py