aboutsummaryrefslogtreecommitdiff
path: root/client/site_tests/cellular_SuspendResume/control.ee
diff options
context:
space:
mode:
Diffstat (limited to 'client/site_tests/cellular_SuspendResume/control.ee')
-rw-r--r--client/site_tests/cellular_SuspendResume/control.ee30
1 files changed, 30 insertions, 0 deletions
diff --git a/client/site_tests/cellular_SuspendResume/control.ee b/client/site_tests/cellular_SuspendResume/control.ee
new file mode 100644
index 0000000000..b7c29c08fd
--- /dev/null
+++ b/client/site_tests/cellular_SuspendResume/control.ee
@@ -0,0 +1,30 @@
+# Copyright 2022 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+AUTHOR = "ChromeOS Team"
+NAME = "cellular_SuspendResume.ee"
+PURPOSE = "Test 3g modem state after suspend/resume"
+CRITERIA = """
+ Check the 3g state of the device after suspend and resume. Verify
+ that 3g can be enabled under all situations after resuming of device.
+ Verify that if autoconnect is turned on that the modem autoconnects
+ after resuming.
+"""
+ATTRIBUTES = "suite:cellular_ota_flaky"
+TIME = "SHORT"
+TEST_CATEGORY = "Functional"
+TEST_CLASS = "network"
+TEST_TYPE = "client"
+DEPENDENCIES = "carrier:ee"
+PY_VERSION = 3
+
+DOC = """
+ Verify that 3g can be enabled under all suspend/resume situations.
+"""
+
+# Run all scenarios twice, first with autoconnect off, then with it on
+job.run_test('cellular_SuspendResume',
+ autoconnect=False, tag='autoconnect_off')
+job.run_test('cellular_SuspendResume',
+ autoconnect=True, tag='autoconnect_on')