elxr_pro_api_server_perf_test

Execute eLxr Pro API Server performance test

What It Tests

  • eLxr Pro API Server Perf Test: Test elxr pro api server performance Execute eLxr pro api server performance 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_API_SERVER

"https://api.elxrpro.net"

Development or Production eLxr Pro API Server

PERF_TOKEN

"Empty"

Obtain eLxr Pro token from eLxr pro dashboard

REQUEST_NUMBER

"Empty"

Total number of requests for parallel joining of the eLxr Pro repository

Test Steps

- cd ./automated/linux/elxr_pro_api_server_perf_test/
- ./elxr_pro_api_server_perf_test.sh -s ${SKIP_INSTALL} -a ${ELXR_PRO_API_SERVER} -t ${PERF_TOKEN} -n ${REQUEST_NUMBER}

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

Expected Results

  • The eLxr Pro API Server performs well during performance testing

  • All eLxr Pro join requests can be accepted.

References