diff options
author | rope252 <gareth.roper@est.tech> | 2019-09-24 12:23:44 +0100 |
---|---|---|
committer | rope252 <gareth.roper@est.tech> | 2019-09-24 12:23:52 +0100 |
commit | 7b66a4b2ba1b6f092adff4198bda6ec055ee7118 (patch) | |
tree | bd51cbb383f2effc768c61bb7e448a9c6130b4b6 /plans/so/integration-etsi-testing/docker-compose.yml | |
parent | 3b94000a6b917857088571db40e86c178d867eae (diff) |
Increase speed of distribute service template test in ETSI CSIT Tests + update docker-compose.local image names
Change-Id: Iceee9deda65997a5db81b2e7a4b7f38580d77343
Issue-ID: SO-2336
Signed-off-by: rope252 <gareth.roper@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/docker-compose.yml')
-rw-r--r-- | plans/so/integration-etsi-testing/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/so/integration-etsi-testing/docker-compose.yml b/plans/so/integration-etsi-testing/docker-compose.yml index 0dc1de0a..895e8ded 100644 --- a/plans/so/integration-etsi-testing/docker-compose.yml +++ b/plans/so/integration-etsi-testing/docker-compose.yml @@ -129,8 +129,8 @@ services: - "8085:8085" volumes: - ${TEST_LAB_DIR}/volumes/so/ca-certificates/onapheat:/app/ca-certificates - - ${TEST_LAB_DIR}/volumes/so/config/sdc-controller/onapheat:/app/config - ${CONFIG_DIR_PATH}/distribution-test-zip/zipped_sdc_csar.tar.gz:/distribution-test-zip/zipped_sdc_csar.tar.gz + - ${CONFIG_DIR_PATH}/override-files/sdc-controller/onapheat:/app/config environment: - APP=sdc-controller - JVM_ARGS=-Xms64m -Xmx512m |