Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure the XCONF server with the values 

Update the rules and configs in XCONF server. Please refer this Feature Validation (Firmware update) for Firmware profiles/rules configuration in the RDKM XCONF server.

Client side

Verify XConf communication from DUT.

...

Code Block
curl -X GET 'https://xconf.hosted.local.net:8080/xconf/swu/stb?eStbMac=D8:3A:DD:0D:16:B7'
{
 "firmwareDownloadProtocol":"https","firmwareFilename":"RPI4-lib32-middleware-test-image-ota-image.wic.tar.gz",
 "firmwareLocation":"rdkeotaserver.local.net","firmwareVersion":"RPI4-lib32-middleware-test-image-ota-image",
 "rebootImmediately":false,"mandatoryUpdate":false
}

Steps to validate 

No Formatcode
curl --header "Content-Type: application/json" --request POST --data '{"jsonrpc":"2.0","id":"3","method":"Controller.1.activate","params":{"callsign":"org.rdk.MaintenanceManager"}}' http://127.0.0.1:9998/jsonrpc

...