openssl

Use openssl speed command to test the performance of cryptographic algorithms

What It Tests

Test and collect the performance data of cryptographic algorithms

Preconditions

  • For ostree enabled image, it shall be unlocked via ostree admin unlock --hotfix

Test Parameters

Parameter

Default

Description

SKIP_INSTALL

"False"

skip the install

Test Steps

cd ./automated/linux/openssl/
./openssl-speed.sh -s "${SKIP_INSTALL}"

Refer to openssl-speed.yaml for complete test definition and execution details.

Expected Results

The performance data for cryptographic algorithms is collected in output/result.txt

References