Add job_serializer_unittest to long tests
Signed-off-by: James Ren <[email protected]>
--- autotest/utils/unittest_suite.py 2010-06-04 16:54:01.000000000 -0700
+++ autotest/utils/unittest_suite.py 2010-06-04 16:54:01.000000000 -0700
@@ -55,6 +55,10 @@
REQUIRES_HTTPLIB2 = set((
))
+REQUIRES_PROTOBUFS = set((
+ 'job_serializer_unittest.py',
+ ))
+
LONG_RUNTIME = set((
'base_barrier_unittest.py',
'logging_manager_test.py',
@@ -66,6 +70,7 @@
REQUIRES_SIMPLEJSON |
REQUIRES_HTTPLIB2 |
REQUIRES_AUTH |
+ REQUIRES_PROTOBUFS |
LONG_RUNTIME)
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest