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.local.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.local.yml')
-rw-r--r-- | plans/so/integration-etsi-testing/docker-compose.local.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plans/so/integration-etsi-testing/docker-compose.local.yml b/plans/so/integration-etsi-testing/docker-compose.local.yml index ae15e6f6..d56d4d6b 100644 --- a/plans/so/integration-etsi-testing/docker-compose.local.yml +++ b/plans/so/integration-etsi-testing/docker-compose.local.yml @@ -25,9 +25,9 @@ services: so-monitoring: image: onap/so/so-monitoring:${TAG} ################################################################################ - vnfm-adapter: + so-vnfm-adapter: image: onap/so/vnfm-adapter:${TAG} ################################################################################ - vnfm-simulator: + so-vnfm-simulator: image: onap/so/vnfm-simulator:${TAG} ################################################################################ |