smoke

Run basic smoke tests.

What It Tests

Validate basic commands are executable

  • pwd

  • lsb_release

  • uname

  • ip

  • lscpu

  • vmstat

  • lsblk

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

TESTS

"pwd, lsb_release -a, uname -a, ip a, lscpu, vmstat, lsblk"

The commands to be tested

Test Steps

cd ./automated/linux/smoke/
./smoke.sh -s "${SKIP_INSTALL}" -t "${TESTS}"

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

Expected Results

  • All the commands could be executed successfully

References