solve failure testcases are not pushed to testDB problem 45/24745/2
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 23 Nov 2016 07:43:39 +0000 (15:43 +0800)
committerSerena Feng <feng.xiaowei@zte.com.cn>
Wed, 23 Nov 2016 07:49:37 +0000 (07:49 +0000)
commita41264c46d583a68d48de041663213752dc62bf3
tree6907adb6f728b85c7198ceda73ae6cbcb6a7029e
parentc825e41b2ec5ddccd051e7764496e4a2de71fef6
solve failure testcases are not pushed to testDB problem

In the new framework, only success testcases will be pushed to testDB,
a failure testcases will not be pushed to testDB, which is not correct
Modify it with only skipped testcases will not be pushed to testDB

Change-Id: Ie3cb06ef0d0f75a7ab0b540d2f9f79d4b56746e6
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
functest/ci/run_tests.py
functest/core/TestCasesBase.py