xref: /aosp_15_r20/external/autotest/client/site_tests/cellular_HermesMM_InstallEnable/control.testci (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2021 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_HermesMM_InstallEnable.testci"
7PURPOSE = "Verify that a failed hermes MM Install Enable attempt reported"
8CRITERIA = """
9This test will fail if could not able to Install & Enable given Euicc through
10Hermes dbus daemon or the enabled profile SIM details not appeared on MM
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 Profile Install & Enable/Disable and validates the same on
21  Modem Manager
22
23  This test will fail if failed to Install & Enable Profile OR could not able
24  to connect to Hermes dbus daemon OR validation of SIM detail fail on MM
25  It requires a dut with a modem and euicc
26"""
27
28from autotest_lib.client.cros.cellular import test_environment
29
30test_env = test_environment.CellularESIMTestEnvironment()
31job.run_test('cellular_HermesMM_InstallEnable', test_env=test_env,
32            is_prod_ci=False)
33
34