Revert "Temporarily turn-off unittests in wardmodem till all CLs are in."

This reverts commit 97e5d26e7853d78d45b7bea77f2262ba70a8c834.

BUG=chromium:302840
TEST=Run unittest_suite.py, ensure wardmodem tests are run and pass.

Change-Id: Iac7b9edcc6fa0757cbd3eaaf77830295d1eeefc7
Reviewed-on: https://chromium-review.googlesource.com/177278
Tested-by: Prathmesh Prabhu <pprabhu@chromium.org>
Reviewed-by: Thieu Le <thieule@chromium.org>
Commit-Queue: Prathmesh Prabhu <pprabhu@chromium.org>
diff --git a/utils/unittest_suite.py b/utils/unittest_suite.py
index 5f7d4d4..e1552bf 100755
--- a/utils/unittest_suite.py
+++ b/utils/unittest_suite.py
@@ -94,27 +94,13 @@
     'full_release_test.py',
     ))
 
-# Temporarily disable wardmodem unittests till all CLs are in.
-# crbug.com/302840
-WARDMODEM_NOT_READY_YET = set((
-    'client/cros/cellular/wardmodem/global_state_unittest.py',
-    'client/cros/cellular/wardmodem/state_machine_unittest.py',
-    'client/cros/cellular/wardmodem/state_machines/'
-    'network_identity_machine_unittest.py',
-    'client/cros/cellular/wardmodem/state_machines/'
-    'request_response_unittest.py',
-    ))
-
-
-
 LONG_TESTS = (REQUIRES_MYSQLDB |
               REQUIRES_GWT |
               REQUIRES_HTTPLIB2 |
               REQUIRES_AUTH |
               REQUIRES_PROTOBUFS |
               REQUIRES_SELENIUM |
-              LONG_RUNTIME |
-              WARDMODEM_NOT_READY_YET)
+              LONG_RUNTIME)
 
 ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))