blob: 084cdbf9c3f2f95b60e9025c8f8702608ec965f6 [file] [log] [blame]
mbligh05269362007-10-16 16:58:11 +00001# Copyright Martin J. Bligh, Andy Whitcroft, 2007
2#
mblighea397bb2008-02-02 19:17:51 +00003# Define the server-side test class
mbligh05269362007-10-16 16:58:11 +00004#
mbligh05269362007-10-16 16:58:11 +00005
mblighea397bb2008-02-02 19:17:51 +00006import os
7
mblighccb9e182008-04-17 15:42:10 +00008from autotest_lib.client.common_lib import test as common_test
mbligh05269362007-10-16 16:58:11 +00009
10
mblighccb9e182008-04-17 15:42:10 +000011class test(common_test.base_test):
jadmanski0afbb632008-06-06 21:10:57 +000012 pass
mblighdccabe32008-02-01 17:39:32 +000013
14
mbligh05269362007-10-16 16:58:11 +000015def runtest(job, url, tag, args, dargs):
jadmanski0afbb632008-06-06 21:10:57 +000016 common_test.runtest(job, url, tag, args, dargs,
17 locals(), globals())