Home
last modified time | relevance | path

Searched refs:consume_parameter (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/power/tel/lab/
Dconsume_parameter_test.py51 result = self.test.consume_parameter('param2', 1)
66 result = self.test.consume_parameter('param2', 1)
82 self.test.consume_parameter('param1', 3)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/
Dcellular_base_test.py241 if self.consume_parameter(self.PARAM_SIM_TYPE_LTE):
243 elif self.consume_parameter(self.PARAM_SIM_TYPE_LTE_CA):
245 elif self.consume_parameter(self.PARAM_SIM_TYPE_LTE_IMS):
247 elif self.consume_parameter(self.PARAM_SIM_TYPE_NR):
249 elif self.consume_parameter(self.PARAM_SIM_TYPE_UMTS):
251 elif self.consume_parameter(self.PARAM_SIM_TYPE_GSM):
253 elif self.consume_parameter(self.PARAM_SIM_TYPE_PRESET):
314 def consume_parameter(self, parameter_name, num_values=0): member in CellularBaseTest
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_traffic_power_test.py101 values = self.consume_parameter(self.PARAM_DIRECTION, 1)
124 values = self.consume_parameter(self.PARAM_BANDWIDTH_LIMIT, 2)
423 values = self.consume_parameter(self.PARAM_SWEEP, 1)
507 values = self.consume_parameter(self.PARAM_TX_POWER_SWEEP, 2)
Dcellular_hotspot_traffic_power_test.py146 values = self.consume_parameter(self.PARAM_WIFI_BAND, 1)