bugfix: query doesn't work well with period=1 23/37723/1
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 19 Jul 2017 05:29:53 +0000 (13:29 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 19 Jul 2017 05:29:53 +0000 (13:29 +0800)
commitdb986d8524d8befa075b213c81168f7102c78b56
tree39434e566a244124e9935646f05a2ae526927a6d
parentf4077629308e7374d9e92923af996cf7bf79678c
bugfix: query doesn't work well with period=1

when querying by date, if $lt is not provided,
the empty/None/null/'' results will also be returned,
the patch aims to fix this issue by adding
$lt = datetime.now() if not provided

JIRA: RELENG-212

Change-Id: Ida1e7d386a88d4ab640441df161c1fe134593f82
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
utils/test/testapi/opnfv_testapi/resources/result_handlers.py
utils/test/testapi/opnfv_testapi/tests/unit/fake_pymongo.py
utils/test/testapi/opnfv_testapi/tests/unit/resources/test_result.py