Versions Compared

Key

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

...

RDKB Test Repositories

Repository

Name

Repository PathBranchDescription
Automatics Orchestrationrdk/tools/automaticsrdk-nextStandalone UI based tool which helps user to trigger executions and view results 
RDKB-Utilshttps://code.rdkcentral.com/r/admin/repos/rdk
Automatics Corerdk
/tools/automatics/
automatics
rdkb-test-
core
utilsrdk-next
Main component of Automatics system that manages test
Holds RDKB Util APIs for execution.
This test project is
executed in jenkins.
maven dependent on Automatics Core project and the JAR is deployed to repository and downloaded as a dependency from RDKB-Tests.
RDKB-Testshttps://code.rdkcentral.com/r/admin/repos/
Automatics Propertiesrdk/tools/automatics/automatics-propsrdk-next

Standalone UI based tool where user can configure urls and other data required for test execution

For eg: Base url for REST implementation by partner will be configured in this tool which is used by Automatics orchestration and Automatics core.

Automatics Generic Tests
rdk/tools/automatics/
generic-automation
rdkb-testsrdk-nextHolds
generic
RDKB tests for execution. This is the project checkout by jenkins and executes tests in them. This test project is maven dependent on Automatics Core project via transitive dependency with Partner Java API implementation.

...

To use Automatics system, partner has to provide implementation for Providers based API specification at Automatics API Specification.

There are two types of implementations required from partner.

...

Partner Java API

implementation

...

Maven project based on specification Automatics API Specification.

This project adds Automatics Core as maven dependency in its pom.xml and implements all Java based providers.

Partner implementation project is added as maven dependency in Automatics Generic Tests. Direct dependency to Automatics Core in Generic Tests project is

replaced with Partner implementation. This project is added as dependency in Generic Tests.

Only generic tests, use this project as maven dependency.  This project will have only Java API implementation.

...

Partner REST API 

implementation

...

REST api implementation based on specification Automatics API Specification. REST APIs are used by both Automatics orchestration and Automatics Core.

This project will have only REST based implementation.

Automatics 3.0 Generic Testshttps://code.rdkcentral.com/r/admin/repos/rdk/tools/automatics/scriptless-test-configrdk-nextHolds automatics 3.0 utility and test script configuration in json format

Quick Glance For Developer

...