busybox

Tests busybox applets works

What It Tests

  • busybox installable: test busybox installable

  • busybox mkdir: test applet mkdir works

  • busybox touch: test applet touch works

  • busybox ls: test applet ls works

  • busybox cp: test applet cp works

  • busybox rm: test applet rm works

  • busybox echo: test applet echo works

  • busybox cat: test applet cat works

  • busybox grep: test applet grep works

  • busybox awk: test applet awk works

  • busybox df: test applet df works

Preconditions

  • For ostree enabled image, it shall be unlocked via ostree 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

References