bugfix: push_result_to_db exception show
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Mon, 22 Aug 2016 02:50:31 +0000 (10:50 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Mon, 22 Aug 2016 10:24:40 +0000 (18:24 +0800)
commit95b85b2da2e60b9b6ed7bfa1c3f457b43e01a524
treead3b03084ec0b1c1eadc1152db7f9c7c7628be3b
parent9b830f30a6e93643e4aa1312f9439e34f2d74530
bugfix: push_result_to_db exception show

When pod is not exist in DB, exception will be shown as
'Error pushing results into Database '<type 'exceptions.TypeError'>'',
very unclear, make it very difficult to fix the problem.
Modify it to show as the testapi returned
'HTTPError: HTTP 404: Not Found (Could not find pod [zte-no])'

JIRA: FUNCTEST-424

Change-Id: I55fc4639d745b84f6d32a148bd13793d236e2a09
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
utils/functest_utils.py