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 viaostree admin unlock --hotfix
Test Parameters¶
Parameter |
Default |
Description |
---|---|---|
|
|
skip the install |
|
|
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