xref: /aosp_15_r20/external/autotest/site_utils/rpm_control_system/rpm_constants.py (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
5from autotest_lib.client.common_lib import global_config
6
7RPM_FRONTEND_URI = global_config.global_config.get_config_value(
8        'CROS', 'rpm_frontend_uri', type=str, default='')
9
10RPM_CALL_TIMEOUT_MINS = 15
11POWERUNIT_HOSTNAME_KEY = 'powerunit_hostname'
12POWERUNIT_OUTLET_KEY = 'powerunit_outlet'
13HYDRA_HOSTNAME_KEY = 'hydra_hostname'
14