Stop hardcoding results suffix in push_to_db 23/34723/1
authorMatthewLi <matthew.lijun@huawei.com>
Wed, 19 Apr 2017 06:21:14 +0000 (02:21 -0400)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 13 May 2017 07:10:29 +0000 (09:10 +0200)
commit4af24ab61703bca05a37c062388390ac82d5c96e
treebb72ff46bd97978b124564b49815a2594713738d
parent66331529e5e897873ff157c461259c3186be36e3
Stop hardcoding results suffix in push_to_db

Adding results in url is useless as it is defined in results
section in config_functest.yaml.

It allows defining the full name in case of dumping to file (see
decorator.py). The commented local file is the value required by
dovetail.

Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I35ba9b34d99e138292f099934e28585ee8b85604
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 7e15dbb5136b1b298d86a82c03199bf1f7a6fe46)
functest/ci/config_functest.yaml
functest/utils/decorators.py
functest/utils/functest_utils.py