daishah / livio_qa

0 stars 0 forks source link

Bug reported from test: Core | HMI PTU using Vehicle Modem | SDL HMI | Proprietary Policies | KMS PTU Trigger #15

Open daishah opened 4 years ago

daishah commented 4 years ago

My actions were as follows: Preconditions:

Configure SDL Server

Setup

[Follow setup instructions] (https://smartdevicelink.com/en/guides/sdl-server/getting-started/installation/)

Start SDL Server

npm run start-server

Get PTU Endpoint URL

Configure SDL Core

Build SDL Core with PROPRIETARY policies

cmake ..sdl/core -DENABLE_HMI_PTU_DECRYPTION=OFF

Set URL endpoint in Core's preloaded policy table

Clear Storage Cache

rm -rf build/bin/storage

Start SDL Core

build/bin/start.sh

SDL_HMI ONLY

  1. : Start HMI backend server:

    sdl_hmi/deploy_server.sh

  2. : Launch SDL HMI: ...
daishah commented 4 years ago

Testing Issue Workflow