[cvp-web] Show some SUT hardware info in 'My Results' 05/46405/8
authorgrakiss <grakiss.wanglei@huawei.com>
Mon, 30 Oct 2017 07:26:37 +0000 (07:26 +0000)
committerLeo wang <grakiss.wanglei@huawei.com>
Wed, 1 Nov 2017 08:44:36 +0000 (08:44 +0000)
commit55bb29b1d7b977b387a74f754b4baea94274141c
tree74ef8f67b87213ad1eacd9d681c05490c000003a
parent62562458e6fd007f4240b669f509f772dd883ca5
[cvp-web] Show some SUT hardware info in 'My Results'

[cvp-web] Show SUT endpoint in web page

JIRA: DOVETAIL-541
JIRA: DOVETAIL-547

Show some SUT hardware info that dovetail concern in 'My Results' web page.
Show the info of all endpoints get from Dovetail tool in the web page.

Change-Id: Ibc465396e17b7c22678e3948fa2f659cbff6f323
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
cvp/3rd_party/static/testapi-ui/app.js
cvp/3rd_party/static/testapi-ui/components/results/results.html
cvp/3rd_party/static/testapi-ui/components/results/resultsController.js
cvp/3rd_party/static/testapi-ui/components/sut/sut.html [new file with mode: 0644]
cvp/3rd_party/static/testapi-ui/components/sut/sutController.js [new file with mode: 0644]
cvp/3rd_party/static/testapi-ui/index.html
cvp/docker/nginx/sites-enabled/default
cvp/opnfv_testapi/resources/sut_handlers.py [new file with mode: 0644]
cvp/opnfv_testapi/resources/sut_models.py [new file with mode: 0644]
cvp/opnfv_testapi/router/url_mappings.py