1 2 3 4 5 6 7 8
#!/usr/bin/env bash set -e TEST_DESCRIPTION="testing homed" TEST_NO_QEMU=1 . $TEST_BASE_DIR/test-functions do_test "$@" 46