elxr_pro_production_token_test

Join eLxr pro repository with eLxr pro production token

What It Tests

  • eLxr Pro Client Production Token Test: Join eLxr pro production repository Install elxr-pro client eLxr community repository. Join eLxr production repository with production token

Preconditions

  • The end user should install eLxr-pro client from eLxr community repository.

  • Obtain eLxr pro token from eLxr pro production dashboard

Test Parameters

Parameter

Default

Description

SKIP_INSTALL

"True"

Skip package installation

ELXR_PRO_CLIENT_URL

"Empty"

Download initialized eLxr pro client URL in this variable

PROD_TOKEN

"Empty"

Obtain eLxr Pro production token from eLxr pro dashboard

Test Steps

- cd ./automated/linux/elxr_pro_production_token_test/
- ./elxr_pro_production_token_test.sh -s ${SKIP_INSTALL} -c ${ELXR_PRO_CLIENT_URL} -t ${PROD_TOKEN}

Refer to elxr_pro_production_token_test.yaml for complete test definition and execution details.

Expected Results

  • Join the eLxr production repository using the production token

  • Upgrade the eLxr Pro client to the latest version

  • Verify that all functions of the latest eLxr Pro client work properly

References