elxr_pro_client_config_test

eLxr pro client config function test

What It Tests

  • eLxr Pro Client Config Test: eLxr pro client config test eLxr pro client config and proxy function test

Preconditions

  • The end user should download eLxr pro client from Gallery with their windriver account

  • Obtain eLxr pro token from eLxr pro dashboard

Test Parameters

Parameter

Default

Description

SKIP_INSTALL

"True"

Skip package installation

ELXR_PRO_CLIENT_LATEST_URL

"Empty"

Download and set eLxr pro client URL in this variable

ELXR_PRO_API_SERVER

"https://api.elxrpro.net"

Development or Production eLxr Pro API Server

APT_PROXY

"Empty"

Obtain proxy from gitlab test environment

TEST_TOKEN

"Empty"

Obtain eLxr Pro token from eLxr pro dashboard

Test Steps

- cd ./automated/linux/elxr_pro_client_config_test/
- ./elxr_pro_client_config_test.sh -s ${SKIP_INSTALL} -c ${ELXR_PRO_CLIENT_LATEST_URL} -a ${ELXR_PRO_API_SERVER} -p ${APT_PROXY} -t ${TEST_TOKEN}

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

Expected Results

  • eLxr pro client proxy function works well

References