#!/bin/bash function test_init { request_DUT "hm62256dip28" || return 1 return 0 } function test_run { toprammer --test }