RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
Automatics core is the framework that manages the test execution. It performs following functionality
Automatics Core captures device trace logs and generates html execution report of tests execution. They are available at artifacts location of executed jenkins Job.
Html Report - target/logs/
Trace logs - target/settoptrace/
Automatics Core is required to be deployed as artifact in maven repository. The details for building the project and deploy are given below.
Software Requirement
Build Steps
Following page will provide details on creating Jenkins job for Automatics Core deployment. The job will clone the RDKM source repository, build the project and deploy artifact automatics-core-{version}.jar to partner's self hosted artifact repository.
Automatics Core : Jenkins Deployment Job configuration