diff options
author | rajendrajaiswal <rajendra.jaiswal@ericsson.com> | 2019-05-07 11:10:32 +0100 |
---|---|---|
committer | rajendrajaiswal <rajendra.jaiswal@ericsson.com> | 2019-05-07 11:11:18 +0100 |
commit | 281a59314f9371045ac669149e1b951a65a7d9de (patch) | |
tree | 9e454fb4d12d7c5aa3e468cb2c885b6a7e59dacf /tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot | |
parent | 501def68b6f065c3fc91598da0e80b60bd2e31f7 (diff) |
Fix and update on version for dublin branch - PM Mapper
Change-Id: Id09eb2ae4dec4a2a0b5c3b9b98503572824b0cd7
Issue-ID: INT-863
Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
Diffstat (limited to 'tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot')
-rw-r--r-- | tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot b/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot index a103c5cc..c211e7d6 100644 --- a/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot +++ b/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot @@ -11,7 +11,7 @@ Test Teardown Delete All Sessions *** Variables *** -${CLI_EXEC_CLI_CONFIG} { head -n 6 | tail -2;} < /tmp/pmmapper.log +${CLI_EXEC_CLI_CONFIG} { head -n 10 | tail -5;} < /tmp/pmmapper.log ${CLI_EXEC_CLI_SUBS} curl -k https://${DR_PROV_IP}:8443/internal/prov ${PMMAPPER_BASE_URL} http://${PMMAPPER_IP}:8081 ${DELIVERY_ENDPOINT} /delivery |