Skip to content

Commit

Permalink
Update script for defect 967: no more PTU needed, removing PTU steps …
Browse files Browse the repository at this point in the history
…and functions
  • Loading branch information
KrupenichOleg committed Nov 13, 2018
1 parent c60d084 commit 8c09c8c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ local showRequestParams = {
local pressMode = { "SHORT", "LONG" }

--[[ Local Functions ]]
local function ptuFunc(tbl)
tbl.policy_table.app_policies[common.getConfigAppParams(1).appID].rpcs = { "OnButtonEvent", "OnButtonPress" }
end

local function Show()
local cid = common.getMobileSession():SendRPC("Show", showRequestParams)
EXPECT_HMICALL("UI.Show", { softButtons = showRequestParams.softButtons})
Expand Down Expand Up @@ -106,7 +102,6 @@ runner.Title("Preconditions")
runner.Step("Clean environment", common.preconditions)
runner.Step("Start SDL, HMI, connect Mobile, start Session", common.start)
runner.Step("RAI", common.registerApp)
runner.Step("PTU", common.policyTableUpdate, { ptuFunc })
runner.Step("Activate App", common.activateApp)
runner.Step("Show", Show)

Expand Down

0 comments on commit 8c09c8c

Please sign in to comment.