xref: /aosp_15_r20/external/autotest/client/site_tests/cellular_Hermes_SingleProfile/control.testci (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2020 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5AUTHOR = "ChromeOS Team"
6NAME = "cellular_Hermes_SingleProfile.testci"
7PURPOSE = "Verify that a failed hermes connect attempt reported"
8CRITERIA = """
9This test will fail if could not able to Enable/Disable a given Euicc through
10Hermes dbus daemon
11"""
12ATTRIBUTES = "suite:cellular_ota_flaky"
13TIME = "SHORT"
14TEST_CATEGORY = "Functional"
15TEST_CLASS = "network"
16TEST_TYPE = "client"
17DEPENDENCIES = "carrier:testesim"
18PY_VERSION = 3
19DOC = """
20  Tests that Hermes Euicc Enable and Disable
21
22  This test will fail if failed to Enable/Disable Euicc OR could not able to
23  find and connect to Hermes dbus daemon
24  It requires a dut with a modem and euicc
25"""
26
27from autotest_lib.client.cros.cellular import test_environment
28
29test_env = test_environment.CellularESIMTestEnvironment()
30job.run_test('cellular_Hermes_SingleProfile', test_env=test_env,
31            is_prod_ci=False)
32