diff options
author | rajendrajaiswal <rajendra.jaiswal@ericsson.com> | 2019-04-26 14:02:10 +0100 |
---|---|---|
committer | rajendrajaiswal <rajendra.jaiswal@ericsson.com> | 2019-04-26 14:04:08 +0100 |
commit | 627ad48542ef82c2f04ca48474e0e1184d928810 (patch) | |
tree | e13c4bdd09ff330c57648e4df9e68cd147d9d5b3 /tests | |
parent | cd057060c750914f9a1ca3578edc9f0223c73bd9 (diff) |
Fix failing text due to log
Change-Id: I104118ecddb749532864d653d39528f1f9ced1b0
Issue-ID: INT-863
Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
Diffstat (limited to 'tests')
-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 |