RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
Partner can work on setting up Automatics system. This includes Automatics Orchestration, Automatics Properties, Device Manager, Jenkins and job configurations, Maven artifact deployment of Automatics Core and RDKB Test Utils. Refer Automatics Architecture to get more details on how various components are linked in Automatics.
Hardware Requirements for Automatics is available at Automatics Hardware Requirements.
After VMs with required hardware specifications are ready and available, partner can start setting up tools in the VMs as mentioned below.
Device Manager is a REST API based tool that manages device details. The tool works as an inventory of devices providing device details, manages device reservation and so on. It also provides implementation of DeviceManagement APIs required by Automatics Orchestration and Automatics Core with basic data available in Device Manager.Refer below steps to setup and configure device manager in VMs.
After Device Manager is setup and configures in VMs setup Automatics Orchestration on VMs as a part of Automatics.
Automatics Orchestration, as the name suggests, it orchestrates the execution of tests on RDK builds. It provides a good user interface through which user can schedule execution, view and analyze execution results, manage test scripts for execution and configure data for automated CI verification.
Deployment Steps for setting up Automatics Orchestration in VMs is available at Automatics Orchestration Setup.
After setting up Automatics Orchestration in VMs Partner has to configure the list of parameter values for their environment which are required for test execution and description of each parameter is available at Automatics Orchestration Configuration which helps the partner to configure them.
User can configure automatics and partner specific config data and device model specific config data using the Automatics Properties tool. The data from Automatics Properties will be consumed by Automatics Core/Partner Implementation/Rest Implementation Projects for executing the test cases. Partner can also configure their environment specific config data to it.Refer below steps to setup and configure Automatics Properties.
Jenkins is used by Automatics to perform test execution and to deploy Automatics Core to maven artifact repository.
Refer below steps to setup and configure Jenkins job.