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.

Partner Repositories

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

There are two types of implementations required from partner.

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
ProjectDescription

Partner Java API

implementation

Maven based project implemented based on specification.

This project adds Automatics Core as maven dependency and implements all Java based providers.

Partner implementation project is added as maven dependency in Automatics Generic Tests. Any direct dependencies to Automatics Core in Generic Tests project are

removed and Partner implementation is added as dependency during development and test execution.

Only generic tests, use this project as maven dependency.

Partner REST API 

implementation

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