diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-05-12 06:26:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-12 06:26:03 +0000 |
commit | 909be5b53a6141f84480dc29eb5dbfffe5c35fad (patch) | |
tree | f48c1a1e98dffcbe393a428f06e02fceaf937875 /testapi/setup.cfg | |
parent | 9437526b739c41c0a1fc25396677d2f134d4ce80 (diff) | |
parent | 55d74f86440a5a804d4551e04f7fd39518af0723 (diff) |
Merge "add web portal framework for TestAPI"
Diffstat (limited to 'testapi/setup.cfg')
-rw-r--r-- | testapi/setup.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testapi/setup.cfg b/testapi/setup.cfg index 927957a..bfa534f 100644 --- a/testapi/setup.cfg +++ b/testapi/setup.cfg @@ -30,6 +30,14 @@ package_data = tornado_swagger/static/images/*.* tornado_swagger/static/lib/*.* tornado_swagger/static/lib/shred/*.* + tornado_swagger/static/testapi-ui/*.* + tornado_swagger/static/testapi-ui/components/*/*.* + tornado_swagger/static/testapi-ui/assets/*/*.* + tornado_swagger/static/testapi-ui/assets/*/*/*.* + tornado_swagger/static/testapi-ui/assets/*/*/*/*.* + tornado_swagger/static/testapi-ui/assets/*/*/*/*/*.* + tornado_swagger/static/testapi-ui/shared/*.* + tornado_swagger/static/testapi-ui/shared/*/*.* data_files = /etc/opnfv_testapi = etc/config.ini |