Make common methods threading safe. pytest enhancements 48/6848/2
authortierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 5 Nov 2018 17:18:45 +0000 (18:18 +0100)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 6 Nov 2018 10:20:36 +0000 (11:20 +0100)
commit1e9a329ca0085be33665e35d123394905bc46d74
tree0aecd64f4ee76e68503fa5fdfab8895d6a3322e4
parent3fa08d47bf8af8babe1c60ce90f9e98f1ac27b4c
Make common methods threading safe. pytest enhancements

Change-Id: Iaacf38c9bb9c31fc521cbde48acd0d6a9cb9a56d
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
13 files changed:
osm_common/__init__.py
osm_common/common_utils.py [new file with mode: 0644]
osm_common/dbbase.py
osm_common/dbmemory.py
osm_common/dbmongo.py
osm_common/fsbase.py
osm_common/fslocal.py
osm_common/msgbase.py
osm_common/msgkafka.py
osm_common/msglocal.py
osm_common/tests/test_dbmemory.py
osm_common/tests/test_fslocal.py
osm_common/tests/test_msglocal.py