Revive unit tests and flake8 of webportal 57/63157/1
authorStamatis Katsaounis <mokats@intracom-telecom.com>
Thu, 4 Oct 2018 09:42:16 +0000 (12:42 +0300)
committerStamatis Katsaounis <mokats@intracom-telecom.com>
Thu, 4 Oct 2018 09:42:16 +0000 (12:42 +0300)
commitc05e2986e658d9892c9d65203a1e2a785c68bf27
tree329e16bee025b4db9f9f43ad143b1aca776d7bd8
parent19724cbcef2508f97ddcc7fdef7e7bb44288634c
Revive unit tests and flake8 of webportal

JIRA: DOVETAIL-742

This patch revives unit test and flake8 tests of webportal. In
addition, it fixes errors and enables handling of some uris which
were forgotten.

Change-Id: I8225c7ca08a3c97b6e77f00490defc91046a2dd6
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
15 files changed:
docker/db/get_db_schema.py
docker/db/init_db.py
opnfv_testapi/common/config.py
opnfv_testapi/common/message.py
opnfv_testapi/resources/handlers.py
opnfv_testapi/resources/models.py
opnfv_testapi/resources/result_handlers.py
opnfv_testapi/resources/scenario_handlers.py
opnfv_testapi/router/url_mappings.py
opnfv_testapi/tests/unit/common/normal.ini
opnfv_testapi/tests/unit/executor.py
opnfv_testapi/tests/unit/fake_pymongo.py
opnfv_testapi/tests/unit/resources/test_result.py
tox.ini
utils/generate-testcase-list/generate-testcases-list.py