Define message-summary dict keys as constants 94/3594/8
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 6 May 2020 13:23:55 +0000 (09:23 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 6 May 2020 22:08:42 +0000 (18:08 -0400)
commit61270901cda095afdd3ce147bf0dfd628c84cf99
tree990147e7a743d0f292e85898a6c0b30619ff3ec5
parent666e8319bd0e618576be79a14208d7eaf0de99f2
Define message-summary dict keys as constants

Refactor code to eliminate hardcoded strings like "message state".
Add wrapper method and test for method rmr_set_vlevel.
Unpin xappframepy version in Ping/Pong Dockerfiles.
Use constants for message-state values instead of integers.
Drop all mentions of NNG.
Bump version to 1.1.0.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I27c0bcb4ae6d6a85b518510fd1a4c651d3445313
19 files changed:
docs/release-notes.rst
examples/Dockerfile-Ping
examples/Dockerfile-Pong
examples/pong_xapp.py
examples/rmr/rcv_all.py
examples/rmr/receive.py
examples/rmr/send.py
ricxappframe/rmr/helpers.py
ricxappframe/rmr/rmr.py
ricxappframe/rmr/rmr_mocks/rmr_mocks.py
ricxappframe/xapp_frame.py
ricxappframe/xapp_rmr.py
ricxappframe/xapp_sdl.py
setup.py
tests/conftest.py
tests/test_rmr.py
tests/test_rmr_mocks.py
tests/test_rmrclib.py
tests/test_sdl.py