#  Copyright(c) 1995 Sun Microsystems, Inc.
#  All rights reserved.

#ident  "@(#).customtest  1.5  96/01/25  SMI"


#       Sample customtest file that can be modified to your needs:

#       Each customtest definition is seperated by a newline ("\n").

#       A customtest definition requires a minimum of Two fields 
#       seperated by ";" as follows:
#
#your_label;your_test_name

#       If your test is a scalable test, append the keyword SCA
#
#your_label;your_test_name; SCA

#       If you want to custom build an option menu, add an option 
#       specification:
#
#Option_Name<Option_Type|Value|Default_Value|Command_Line_Option>

#
#       You may specify more than one option seperated by a "," as shown below:
#
#label_name; test_name;Numeric<NUMERIC|0,100|50|numeric>, Exc_Choice<EXC_CHOICE|Top,Middle,Bottom|Middle|exc_choice>, Inc_Choice<INC_CHOICE|Left,Center,Right|Left+Center+Right|inc_choice>, Toggle<TOGGLE|This,That|This|toggle>, Text<TEXT|20|Type_Here|text>, Slidebar<SLIDEBAR|0,10|5|slidebar>, Errors<CYCLE|Yes,No|No|errors>, Cycle<CYCLE|First,Second,Third|First|cycle>;SCA

#       SunVTS will invoke the above test as follows:

#./test_name -s[vq..] [-i n] -o dev=user[0,1..],Command_Line_Option=Value,..
#
