Feature 10937: Transport API (TAPI) WIM connector for RO 26/13226/9
authorgifrerenom <lluis.gifre@cttc.es>
Tue, 18 Apr 2023 16:38:42 +0000 (16:38 +0000)
committeraticig <gulsum.atici@canonical.com>
Thu, 25 May 2023 09:30:26 +0000 (11:30 +0200)
commit0e51779fd37dc5c12f3bd19d78f7341ed0a67b7a
tree39b823b1d76d42c0242a23888e7a381117440f90
parent370e36bafdcb90f212e289b87290f39be141b3d4
Feature 10937: Transport API (TAPI) WIM connector for RO

Change-Id: If0dac9f8ba2d00945eb86a89fb0b2f174c672794
Signed-off-by: gifrerenom <lluis.gifre@cttc.es>
24 files changed:
Dockerfile.local
RO-SDN-tapi/osm_rosdn_tapi/__init__.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/conn_info.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/exceptions.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/log_messages.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/message_composers.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/message_templates.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/services_composer.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/tapi_client.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/tests/__init__.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/tests/constants.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/tests/exceptions.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/tests/mock_osm_ro.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/tests/mock_tapi_handler.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/tests/test_wim_tapi.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/tests/tools.py [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/wimconn_tapi.py [new file with mode: 0644]
RO-SDN-tapi/requirements.in [new file with mode: 0644]
RO-SDN-tapi/setup.py [new file with mode: 0644]
RO-SDN-tapi/stdeb.cfg [new file with mode: 0644]
devops-stages/stage-build.sh
releasenotes/notes/feature_10937_Transport_API_WIM_connector_for_RO-9dc1e3aba7e1f3ad.yaml [new file with mode: 0644]
requirements.in
tox.ini