diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-07-19 10:57:02 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2018-08-21 11:08:35 +0200 |
commit | 4121746213075b785adf24eec17eb0bdf49199c3 (patch) | |
tree | dacdff2a407353b5c8434ab8f09d53616a208cff /test/_test-config.json | |
parent | 3c40079d8360c15f0ce52a6c11a2bc2555177463 (diff) |
functionnal test: initial commit for tests
Launch xds-server process and run test based on xds REST APIs.
list of tests
- version
- config
- folders(in progress)
Change-Id: I4312c9ab067b2d6e157f8828c2fbe467ef187733
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'test/_test-config.json')
-rw-r--r-- | test/_test-config.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/_test-config.json b/test/_test-config.json new file mode 100644 index 0000000..835bc79 --- /dev/null +++ b/test/_test-config.json @@ -0,0 +1,8 @@ +{ + "webAppDir": "${EXEPATH}/../webapp/dist", + "httpPort": "8000", + "sdkScriptsDir": "${EXEPATH}/../sdks", + "shareRootDir": "${XDS_SERVER_ROOT_CFG_DIR}/xds-server/projects", + "logsDir": "${XDS_SERVER_ROOT_CFG_DIR}/xds-server/logs", + "sdkRootDir": "${EXEPATH}/xds-server/sdk" +} |