Versions Compared

Key

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

...

2. Click on 'Add configuration' shown on the top right corner of the System Configuration page and add the following 4 configurations and click on save changes button.
 


Parameter NameDescription
CDROUTER_SERVICE_BASE_URLCD Router Service base url
CDROUTER_PAGINATION_LIMIT

Recommended value 10

In a single API call, the orchestration side will receive 10 packages. If there are a total of 30 packages

and the pagination limit is set to 10, then these packages will be fetched in three requests

CDROUTERS

Configure the CDRouters details to be used with Automatics in given

josn

json format. You can give a suitable name to the cdrouter application under 'name' variable and provide the base URL of the cdrouter application under 'url' variable. If you have disabled the automatic login in your cdrouter application, then you need to configure the auth token under 'auth' variable. The auth token should be provided in Base64 encrypted format.

eg: 

 [{"name":"CDRouterInstanceName1","url":"http://XXX.XXX.XXX.XX","auth":"xyz"},

{"name":"CDRouterInstanceName2","url":"http://XXX.XXX.XXX.XX","auth":"pqr"}]

Test_TypesAdd test type 'CDROUTER' along with existing test type values


3. Adding a new test type as CDROUTER

...