busybox¶
Tests busybox applets works
What It Tests¶
busybox installable: test busybox installable
busybox mkdir: test applet
mkdir
worksbusybox touch: test applet
touch
worksbusybox ls: test applet
ls
worksbusybox cp: test applet
cp
worksbusybox rm: test applet
rm
worksbusybox echo: test applet
echo
worksbusybox cat: test applet
cat
worksbusybox grep: test applet
grep
worksbusybox awk: test applet
awk
worksbusybox df: test applet
df
works
Preconditions¶
For
ostree enabled
image, it shall be unlocked viaostree admin unlock --hotfix
Test Parameters¶
None
Test Steps¶
cd ./automated/linux/busybox/
./busybox.sh
Refer to busybox.yaml
for complete test definition and execution details.
Expected Results¶
each applet execution return value is 0