Add RESTful APIs into Dovetail container 69/67869/3
authorxudan <xudan16@huawei.com>
Tue, 14 May 2019 12:28:56 +0000 (08:28 -0400)
committerDan Xu <xudan16@huawei.com>
Wed, 12 Jun 2019 01:33:40 +0000 (01:33 +0000)
commitd1091a5e7c5f6b466d678fca0f47801d3e3f0e1a
treed216efaf5504ceda2c4b8edb563cf3ae7686c1c8
parentfe1a78666f215a568866c4b5eb28c8feda0ad278
Add RESTful APIs into Dovetail container

JIRA: DOVETAIL-774

Change-Id: Ifb934eaeda52c1d316d80d9bb9c1890ffb71049c
Signed-off-by: xudan <xudan16@huawei.com>
docker/Dockerfile
dovetail/api/app/__init__.py [new file with mode: 0644]
dovetail/api/app/constants.py [new file with mode: 0644]
dovetail/api/app/routes.py [new file with mode: 0644]
dovetail/api/app/server.py [new file with mode: 0644]
dovetail/api/boot.sh [new file with mode: 0755]
dovetail/testcase.py
requirements.txt