Rename some variables; Add test case for flask 20/7120/1
authorZhang Rong(Jon) <rong.zhang@windriver.com>
Wed, 24 Nov 2021 15:57:29 +0000 (23:57 +0800)
committerZhang Rong(Jon) <rong.zhang@windriver.com>
Wed, 24 Nov 2021 15:57:29 +0000 (23:57 +0800)
commit6bc82510fcc73a6dc2f817caa2ce74b52daa345c
tree849add58b4400b5141d0eedf724d00a23c4e489e
parent7fb3d02a3744ecb368b0531f16175034b987d42f
Rename some variables; Add test case for flask

1. Rename api in the ims to specify version
2. Add unit test and integration test case for flask

Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I8b54927eb3064e03ad4902402b2fdebbb808e4e6
o2ims/views/__init__.py
o2ims/views/ocloud_dto.py
o2ims/views/ocloud_route.py
tests/conftest.py
tests/integration/test_ocloud_route.py [new file with mode: 0644]
tests/unit/test_ocloud.py