#!/bin/sh
iclist="ic1"
ic1="tp1"

tp1() {
	echo "stest7: ic1 tp1"
	tet_infoline "stest7: ic1 tp1"
	tet_result UNRESOLVED
	while : ;do
		sleep 1
	done
}

. ${TET_ROOT}/lib/xpg3sh/tcm.sh
