Add polling worker for watcher to probe 83/6983/1
authorBin Yang <bin.yang@windriver.com>
Wed, 3 Nov 2021 11:13:52 +0000 (19:13 +0800)
committerBin Yang <bin.yang@windriver.com>
Wed, 3 Nov 2021 14:54:51 +0000 (22:54 +0800)
commitbff814cb30e501eb1e54aecb8110a78d41e7bdb0
treee06c0f3ebd3b7450cce6ccbe4ff4b9029b9a7cc8
parent965d6c3640ec7e735f0c17985c583952962fbbba
Add polling worker for watcher to probe

Issue-ID: INF-196
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I2dbe061b5183fe47d60ca7421d5844181e7f2824
o2ims/entrypoints/flask_application.py
o2ims/service/watcher/base.py
o2ims/service/watcher/executor.py [new file with mode: 0644]
o2ims/service/watcher/worker.py [new file with mode: 0644]
requirements.txt
tests/unit/test_watcher.py