#!/usr/bin/env sh# A test example that do nothing# Executed before VM startson_build() { :}# Executed when VM bootson_test() { : # call get_test_boot_count to get boot cound # call test_passed if test passed # call test_failed if test passed}