elxr_pro_client_trial_subscription_test

eLxr-pro client sanity test with trial subscription

What It Tests

  • eLxr Pro Client Sanity Test With Trial Subscription: Test with Trial Subscription Execute sanity test with trial subscription and check corresponding warning message

Preconditions

  • apt-get install elxr-pro client from eLxr community repository

  • Obtain eLxr pro trial token from eLxr pro dashboard

Test Parameters

Parameter

Default

Description

SKIP_INSTALL

"True"

Skip package installation

TRIAL_TOKEN

"Empty"

Obtain eLxr Pro trial token from eLxr pro dashboard

Test Steps

- cd ./automated/linux/elxr_pro_client_trial_subscription_test/
- ./elxr_pro_client_trial_subscription_test.sh -s ${SKIP_INSTALL} -t ${TRIAL_TOKEN}

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

Expected Results

  • Execute eLxr-pro client sanity test with trial subscription successfully

References