Versions Compared

Key

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

...

Existing PagesPurposeChanges Expected

E2E RDK Request Filter Page

Configure CD Packages for CI executionsNew Tab for selecting CD Router Tests
Trigger Execution Manually PageUser can select CDRouter packages trigger executionsNew Tab for selecting CD Router Tests
Job Manager PageUser can view the progress of CD Router package executions - Each job will show the status of single packageChange in actions button since Jenkins is not needed
Execution Results PageTo view overall execution results like Total script count, and its pass and fail countNo change in UI
Detailed Execution Results PageTo view the execution results of each test script (in cd router each test case contains only one step)No change in UI
Manage script pageTo map cdrouter package with automatics automation idChange in components that are displayed, new fields to come in

E2E RDK Request Filter Page

In the request filter page, new tab Cd Router Tests will be coming where user can select Cd Router Tests for CI/CD integration

Image Removed

After Cd Router automation ids are selected, they are displayed in the main page of E2E RDK Request Filter Page.

Image Removed

Trigger Execution Manually Page

...

Reference CD Router Web APIs:

https://support.qacafe.com/cdrouter/cdrouter-web-api/.


Trigger Execution from Automatics Orchestration

...

2. Enter the build name and Select the Execution Environment Type, quick test if needed. Click on next button if all the mandatory fields are added.


3. Select the corressponding corresponding Automation ID and click on Next button.

...


1.  Navigate to manage scripts page by selecting 'Manage scripts' under Test Manager dropdowndrop down.

2. Under Filter dropdown drop down scroll till 'Select Test Source' tab and select 'CDRouter' from the drop down and click on filter button.



...

Editing TestScript Details of CDRouter testcases

1.  Navigate to ManageScripts Manage Scripts page under 'Test Manager' drop down and filter the CDrouter Testcases followin following the above steps.(ManageScripts →filter → Select CDRouter under 'Select TestSource' → click filter)

...

  1.User should navigate to 'https://automatics.rdkcentral.com/Automatics/login.htm' url URL and click on 'System Configuration' under settings drop down as show in the image below.

...

user should set the urls for different CDRouters available in MASTER_CONFIG table. If more than one CDRouters are available also user has to set the urls according in the master_config table under CDROUTERS column. the values entered by the user should be in Json JSON format only as shown in the figure.

...

    2. User should add CDRouter base url "http://192.168.162.176/" under Device Name and add'CDROUTER' as Image Name prefix. Select the device type in Select Category and click on save button.
        it's a mandatory step that user should follow.

Configuration Changes in MicroServiceMicro Service

1.Java Version

This microservice micro service needs JAVA 11 to run. User should use Java 11 to make this microservice micro service up. please refer setup page for steps to install Java 11.

...