diff options
author | AndrewLamb <andrew.a.lamb@est.tech> | 2019-10-03 12:02:53 +0100 |
---|---|---|
committer | AndrewLamb <andrew.a.lamb@est.tech> | 2019-10-04 15:38:16 +0100 |
commit | fa9bb10f04035acb0621dd0f0a204b97cdd002fb (patch) | |
tree | fa2a7a52b534ffc159be4978b722d676f7943aa6 /plans/so/integration-etsi-testing/docker-compose.local.yml | |
parent | 72b4bc7eb109847c023ffed5d26b0a832730dea5 (diff) |
Move the VNFM Simulator into CSIT
Change-Id: I7335be1a0adb033813fa5405526e95460134d9a6
Issue-ID: SO-1952
Signed-off-by: AndrewLamb <andrew.a.lamb@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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plans/so/integration-etsi-testing/docker-compose.local.yml b/plans/so/integration-etsi-testing/docker-compose.local.yml index d56d4d6b..8fda4bfd 100644 --- a/plans/so/integration-etsi-testing/docker-compose.local.yml +++ b/plans/so/integration-etsi-testing/docker-compose.local.yml @@ -28,6 +28,3 @@ services: so-vnfm-adapter: image: onap/so/vnfm-adapter:${TAG} ################################################################################ - so-vnfm-simulator: - image: onap/so/vnfm-simulator:${TAG} -################################################################################ |