Correct summary bug in python wrapper 33/1133/5
authorE. Scott Daniels <daniels@research.att.com>
Thu, 10 Oct 2019 17:13:27 +0000 (13:13 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 10 Oct 2019 18:09:53 +0000 (14:09 -0400)
commitb7eef0cc72b7b884eb2aae16fa84de693c7e35f7
tree9701179b5f0fd144092771d40f3d0a0bda6c21e6
parentb5c829129a7cec8ea61569f4e6a83543b64fdc65
Correct summary bug in python wrapper

The summary funciton in the python wrapper could have returned
a value which was not a dict type.

Added unit test to validate the receive all funciton in helpers.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ibed078b2a171fd3f8bd8bec51d4724e735337282
src/bindings/rmr-python/docs/Changelog.rst
src/bindings/rmr-python/rmr-version.yaml
src/bindings/rmr-python/rmr/rmr.py
src/bindings/rmr-python/setup.py
src/bindings/rmr-python/tests/fixtures/test_local.rt
src/bindings/rmr-python/tests/test_rmr.py