diff options
author | LiamBurke <Liam.Burke@ericsson.com> | 2019-03-12 22:50:33 +0000 |
---|---|---|
committer | LiamBurke <liam.burke@ericsson.com> | 2019-03-12 22:53:16 +0000 |
commit | 3608af7aab43631c178ab454b213028960074af6 (patch) | |
tree | 373825d217979c019223c4f50c07a324f25159f2 /tests/usecases/5G-bulkpm/BulkpmE2E.robot | |
parent | 08dc6ff5d9404944ce0588bec1728294a61e73f4 (diff) |
Updates for DFC new implentation
-Add Consul, CBS, Buscontroller Images
Change-Id: I3f0771e119a8388f7a437256ba656f278385c316
Issue-ID: INT-832
Signed-off-by: LiamBurke <liam.burke@ericsson.com>
Diffstat (limited to 'tests/usecases/5G-bulkpm/BulkpmE2E.robot')
-rw-r--r-- | tests/usecases/5G-bulkpm/BulkpmE2E.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/usecases/5G-bulkpm/BulkpmE2E.robot b/tests/usecases/5G-bulkpm/BulkpmE2E.robot index ad1ac310..2541501f 100644 --- a/tests/usecases/5G-bulkpm/BulkpmE2E.robot +++ b/tests/usecases/5G-bulkpm/BulkpmE2E.robot @@ -18,7 +18,7 @@ ${TARGETURL_TOPICS} http://${DMAAP_MR_IP}:3904/topics ${TARGETURL_SUBSCR} http://${DMAAP_MR_IP}:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12?timeout=1000 ${CLI_EXEC_CLI} curl -k https://${DR_PROV_IP}:8443/internal/prov ${CLI_EXEC_CLI_FILECONSUMER} docker exec fileconsumer-node /bin/sh -c "ls /opt/app/subscriber/delivery | grep .gz" -${CLI_EXEC_CLI_DFC_LOG} docker exec dfc /bin/sh -c "cat /opt/log/application.log" > /tmp/dfc_docker.log.robot +${CLI_EXEC_CLI_DFC_LOG} docker exec dfc /bin/sh -c "cat /var/log/ONAP/application.log" > /tmp/dfc_docker.log.robot ${CLI_EXEC_CLI_DFC_LOG_GREP} grep "Publish to DR successful!" /tmp/dfc_docker.log.robot ${CLI_EXEC_CLI_FILECONSUMER_CP} docker cp fileconsumer-node:/opt/app/subscriber/delivery/xNF.pm.xml.gz.M %{WORKSPACE} |