bugfix: OperationFailure: the limit must be positive 47/39747/2
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Mon, 21 Aug 2017 10:54:07 +0000 (18:54 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Mon, 21 Aug 2017 10:59:49 +0000 (18:59 +0800)
commitdf45dd491f4156df70e05ebe98d3d24980b2ead0
tree29cc476fa464ca5a3f9348b6eacdcdcda988f3e9
parent117c48ea667348525b8b8a35d8bc8e2f8067dcd5
bugfix: OperationFailure: the limit must be positive

in cursor.aggregate(), set limit=0 is not allowed, in this patch,
if no records to be listed, return empty list directly, no more
aggregate()

JIRA: RELENG-293

Change-Id: I7317892875da9c0f785ba010b55715032dee31ce
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
utils/test/testapi/opnfv_testapi/resources/handlers.py