Fix MEID unit test, catch init failure 40/2640/7
authorE. Scott Daniels <daniels@research.att.com>
Tue, 3 Mar 2020 20:30:59 +0000 (15:30 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Tue, 3 Mar 2020 21:35:14 +0000 (16:35 -0500)
commit5cdf7b5b9aa45769a880be0943b80f6ef7ed09b4
treefc7eb15aa4f666ccfbb8e6076b2ea53521fb82d0
parent3724d4c693c862ed23b9f58b703619393fd13e8d
Fix MEID unit test, catch init failure

The RMR change to support routing based on the MEID (190665fe)
broke the related unit tests. This change fixes the unit test.

This change also adds a check to the init wrapper function to
ensure that an error is generated if RMR is unable to initialise
the underlying transport.

Issue-ID: RICAPP-74

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I1f3ca3f8e821cd1356fb5247404b8cafd22a6119
src/bindings/rmr-python/docs/release-notes.rst
src/bindings/rmr-python/rmr-version.yaml
src/bindings/rmr-python/rmr/exceptions.py
src/bindings/rmr-python/rmr/rmr.py
src/bindings/rmr-python/setup.py
src/bindings/rmr-python/tests/test_rmr.py