Missed a comma in a tuple. Added category for REQUIRES_HTTPLIB2. Added
a test to REQUIRES_MYSQLDB.

Signed-off-by: James Ren <jamesren@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4404 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/utils/unittest_suite.py b/utils/unittest_suite.py
index 55ac74c..36e497c 100755
--- a/utils/unittest_suite.py
+++ b/utils/unittest_suite.py
@@ -29,7 +29,7 @@
         'metahost_scheduler_unittest.py',
         'site_metahost_scheduler_unittest.py',
         'rpc_utils_unittest.py',
-        'site_rpc_utils_unittest.py'
+        'site_rpc_utils_unittest.py',
         'execution_engine_unittest.py',
         ))
 
@@ -51,6 +51,9 @@
     'trigger_unittest.py',
     ))
 
+REQUIRES_HTTPLIB2 = set((
+        ))
+
 LONG_RUNTIME = set((
     'barrier_unittest.py',
     'logging_manager_test.py',
@@ -60,6 +63,7 @@
               REQUIRES_MYSQLDB |
               REQUIRES_GWT |
               REQUIRES_SIMPLEJSON |
+              REQUIRES_HTTPLIB2 |
               REQUIRES_AUTH |
               LONG_RUNTIME)