Conversation
There was a problem hiding this comment.
@KrupenichOleg Please update description in one of two ways:
- In case .... SDL does ...
- Steps ... Expected ...
There was a problem hiding this comment.
@dboltovskyi Done in commit 20db55e. Also PTU added to preconditions.
There was a problem hiding this comment.
@KrupenichOleg appID is not a part of parameters list for ShowConstantTBT in MOBILE API. Please notice list of parameters for MOBILE API could differ from list for HMI API
There was a problem hiding this comment.
@KrupenichOleg Please remove lines 7 through 12
There was a problem hiding this comment.
@KrupenichOleg Please add new line at the end of the script
| local function checkShowConstantTBT(pParams, pResultTable) | ||
| local cid = common.getMobileSession():SendRPC("ShowConstantTBT", pParams) | ||
| common.getMobileSession():ExpectResponse(cid, pResultTable) | ||
| end |
There was a problem hiding this comment.
@KrupenichOleg This steps are not enough for successful result. Please see full flow in https://github.com/smartdevicelink/sdl_atf_test_scripts/blob/develop/test_scripts/Smoke/API/016_ShowConstantTBT_PositiveCase_SUCCESS.lua
|
PR is rebased on current develop(273b79d) branch. |
9fe6d21 to
1bb65f0
Compare
|
The script is rebased on the actual develop branch (67f11b7) |
ATF Test Scripts to check #1846
This PR is [ready] for review.
Summary
New ATF scripts to check the issue.
ATF version
develop
Changelog
7.1releaseCLA