Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/openbmc/openbmc-test-automation/lib/
H A Dbmc_dbus.robot16 Get DBUS URI List From BMC
29 ${bmc_response}= Convert To List ${bmc_response}
30 ${bmc_response_output}= Get From List ${bmc_response} 0
34 ${service_name_index_value}= Get From List ${service_name_index_value} 0
37 …${service_name_with_uri_list}= Get From List ${bmc_response_output_list} ${service_name_index_v…
44 ${dbus_uri}= Get From List ${service_name_with_uri_list} ${list_index}
45 Append To List ${dbus_uri_list} ${dbus_uri}
51 Fetch DBUS URI List Without Unicode
57 # dbus_uri_list List of all the uris for the corresponding service name.
61 @{dbus_list}= Create List
[all …]
H A Dlist_utils.robot22 Remove From List ${lists} ${index}
45 @{intersected_list} Create List
53 ${rc}= Run Keyword and Return Status List Should Contain Value ${smaller_list} ${element}
54 IF '${rc}' == 'True' Append to List ${intersected_list} ${element}
71 ${diff_list}= Create List
75 IF '${status}' == '${False}' Append To List ${diff_list} ${item}
H A Dbmc_ipv6_utils.robot32 # List IP address details.
35 @{ipv6_data}= Create List
40 ${ip_n_prefix}= Get From List ${if_info} 1
41 Append To List ${ipv6_data} ${ip_n_prefix}
96 Get Address Origin List And Address For Type
109 ${ipv6_addressorigin_list}= Create List
112 Append To List ${ipv6_addressorigin_list} ${ipv6_addressorigin}
131 ... Get Address Origin List And Address For Type ${ipv6_address_type}
137 Get Address Origin List And IPv4 or IPv6 Address
150 ${ip_addressorigin_list}= Create List
[all …]
H A Dopenbmc_ffdc_methods.robot30 # Execute the user define keywords from the FFDC List #
53 @{ffdc_file_list}= Create List
55 ${ffdc_file_sub_list}= Method Call Keyword List ${index} ${ffdc_function_list}
64 Method Call Keyword List
94 @{ffdc_file_list}= Create List
120 @{ffdc_file_list}= Create List
122 ${index}= Get Index From List ${ffdc_function_list} ${description}
144 @{ffdc_file_list}= Create List ${FFDC_FILE_PATH}
148 Iterate BMC Command List Pairs ${index}
154 Iterate BMC Command List Pairs
[all …]
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_lock_management.robot428 Verify Redfish List Of Session Deleted
433 # session_info_list List contains individual session record are stored in dictionary.
476 Redfish Post Acquire List Lock
484 ${lock_dict_param}= Create Data To Acquire List Of Lock ${lock_type}
550 ${temp_list}= Create List ${resp}
556 Create Data To Acquire List Of Lock
563 ${temp_list}= Create List
570 Append To List ${temp_list} ${resp}
589 ${temp_list}= Create List ${resp}
606 ${temp_list}= Create List ${resp}
[all …]
H A Dtest_discovery.robot144 Verify Existence Of BMC Record From List
169 Verify Existence Of BMC Record From List ${service_type}
175 ... Verify Existence Of BMC Record From List ${service_type}
207 Verify Existence Of BMC Record From List ${service_type1}
208 Verify Existence Of BMC Record From List ${service_type2}
211 ... Verify Existence Of BMC Record From List ${service_type1}
214 ... Verify Existence Of BMC Record From List ${service_type2}
226 Verify Existence Of BMC Record From List ${service_type1}
227 Verify Existence Of BMC Record From List ${service_type2}
235 Verify Existence Of BMC Record From List ${service_type1}
[all …]
/openbmc/qemu/scripts/qapi/
H A Dsource.py13 from typing import List, Optional, TypeVar
24 self.command_name_exceptions: List[str] = []
26 self.command_returns_exceptions: List[str] = []
28 self.documentation_exceptions: List[str] = []
30 self.member_name_exceptions: List[str] = []
H A Dintrospect.py19 List,
64 _NonScalar = Union[Dict[str, _Stub], List[_Stub]]
178 self._trees: List[Annotated[SchemaInfo]] = []
179 self._used_types: List[QAPISchemaType] = []
251 ) -> List[Annotated[str]]:
316 features: List[QAPISchemaFeature],
317 members: List[QAPISchemaEnumMember],
335 features: List[QAPISchemaFeature],
336 members: List[QAPISchemaObjectTypeMember],
348 features: List[QAPISchemaFeature],
[all …]
H A Dtypes.py16 from typing import List, Optional
41 members: List[QAPISchemaEnumMember],
85 members: List[QAPISchemaEnumMember],
139 def gen_struct_members(members: List[QAPISchemaObjectTypeMember]) -> str:
158 members: List[QAPISchemaObjectTypeMember],
328 features: List[QAPISchemaFeature],
329 members: List[QAPISchemaEnumMember],
349 features: List[QAPISchemaFeature],
351 members: List[QAPISchemaObjectTypeMember],
372 features: List[QAPISchemaFeature],
H A Dschema.py28 List,
124 features: Optional[List[QAPISchemaFeature]] = None,
195 features: List[QAPISchemaFeature],
196 members: List[QAPISchemaEnumMember],
215 features: List[QAPISchemaFeature],
217 members: List[QAPISchemaObjectTypeMember],
227 features: List[QAPISchemaFeature],
228 members: List[QAPISchemaObjectTypeMember],
238 features: List[QAPISchemaFeature],
248 features: List[QAPISchemaFeature],
[all …]
H A Dvisit.py16 from typing import List, Optional
62 members: List[QAPISchemaObjectTypeMember],
373 features: List[QAPISchemaFeature],
374 members: List[QAPISchemaEnumMember],
393 features: List[QAPISchemaFeature],
395 members: List[QAPISchemaObjectTypeMember],
415 features: List[QAPISchemaFeature],
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_service.robot28 ${subscription_list}= Redfish_Utils.Get Member List
33 ${RegistryPrefixes_list}= Create List Base OpenBMC TaskEvent
34 ${ResourceTypes_list}= Create List Task
44 ${subscription_list}= Redfish_Utils.Get Member List
73 ${subscription_list}= Redfish_Utils.Get Member List
88 ${subscription_list}= Redfish_Utils.Get Member List
99 # subscription_list List of all subscriptions.
/openbmc/openbmc-test-automation/lib/snmp/
H A Dsnmp_utils.robot9 Get SNMP URI List
31 @{snmp_parm_list}= Create List ${snmp_ip} ${port}
46 Get List Of SNMP Manager And Port Configured On BMC
49 @{snmp_uri_list}= Get SNMP URI List
50 @{ip_and_port_list}= Create List
64 Append To List ${ip_and_port_list} ${ip} ${port}
78 @{ip_and_port}= Create List ${snmp_ip} ${port}
80 @{ip_and_port_list}= Get List Of SNMP Manager And Port Configured On BMC
82 List Should Contain Sub List ${ip_and_port_list} ${ip_and_port}
/openbmc/qemu/scripts/
H A Dcompare-machine-types.py34 from typing import Optional, List, Dict, Generator, Tuple, Union, Any, Set
84 def set_implementations(self, implementations: List['Driver']) -> None:
92 def set_implementations(self, implementations: List[Driver]) -> None:
108 self.cached: Dict[str, List[Dict[str, Any]]] = {}
144 self.cached: Dict[str, List[Dict[str, Any]]] = {}
204 def get_implementations(self, driver: str) -> List[str]:
242 req_mt: List[str], all_mt: bool) -> None:
250 def get_implementations(self, driver_name: str) -> List[str]:
253 def get_table(self, req_props: List[Tuple[str, str]]) -> pd.DataFrame:
254 table: List[pd.DataFrame] = []
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A Dfindtests.py24 from typing import Optional, List, Iterator, Set
92 def find_tests(self, groups: Optional[List[str]] = None,
93 exclude_groups: Optional[List[str]] = None,
94 tests: Optional[List[str]] = None,
95 start_from: Optional[str] = None) -> List[str]:
H A D29722 from typing import List
44 def test_pylint(files: List[str]) -> None:
54 def test_mypy(files: List[str]) -> None:
H A Dlinters.py20 from typing import List, Mapping, Optional
52 def get_test_files() -> List[str]:
60 args: List[str],
/openbmc/openbmc-build-scripts/tools/
H A Dconfig-clang-tidy5 from typing import Any, Dict, List, Tuple
185 repo: List[Dict[str, str]], ref: List[Dict[str, str]]
186 ) -> List[Dict[str, str]]:
197 repo: List[Dict[str, str]], option: str, drop: bool
198 ) -> List[Dict[str, str]]:
210 def _unroll(repo: List[Dict[str, str]]) -> Dict[str, str]:
217 def _roll(data: Dict[str, str]) -> List[Dict[str, str]]:
239 lines: List[str] = []
/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/
H A Detcd-new.conf.sample16 # List of comma separated URLs to listen on for peer traffic.
19 # List of comma separated URLs to listen on for client traffic.
22 # List of this member's peer URLs to advertise to the rest of the cluster.
26 # List of this member's client URLs to advertise to the public.
/openbmc/qemu/docs/sphinx/
H A Dqapi_domain.py14 List,
143 ) -> Tuple[List[nodes.Node], List[nodes.system_message]]:
147 results: List[nodes.Node] = [node]
326 def get_signature_prefix(self) -> List[nodes.Node]:
334 def get_signature_suffix(self) -> List[nodes.Node]:
336 ret: List[nodes.Node] = []
386 source: str, content: Union[str, List[nodes.Node]], classname: str
637 def run(self) -> List[Node]:
652 node_ids: List[str]
656 for node_id in cast(List[str], el.get("ids", ()))
[all …]
H A Ddbusdomain.py14 List,
90 def run(self) -> List[Node]:
116 doc_field_types: List[Field] = [
174 doc_field_types: List[Field] = [
206 doc_field_types: List[Field] = []
247 def run(self) -> List[Node]:
284 ) -> Tuple[List[Tuple[str, List[IndexEntry]]], bool]:
285 content: Dict[str, List[IndexEntry]] = {}
287 ignores: List[str] = self.domain.env.config["dbus_index_common_prefix"]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_ipv6.robot109 ... Get Address Origin List And Address For Type Static ${1}
115 ... Get Address Origin List And Address For Type Static ${2}
324 …@{ipv6_addressorigin_list} ${ipv6_linklocal_addr}= Get Address Origin List And Address For Type …
325 …@{ipv6_addressorigin_list} ${ipv6_slaac_addr}= Get Address Origin List And Address For Type SLA…
339 ... Get Address Origin List And Address For Type LinkLocal
345 ... Get Address Origin List And Address For Type LinkLocal
358 …@{ipv6_addressorigin_list} ${ipv6_before_linklocal_addr}= Get Address Origin List And Address Fo…
364 …@{ipv6_addressorigin_list} ${ipv6_linklocal_after_addr}= Get Address Origin List And Address For…
439 ... Get Address Origin List And Address For Type LinkLocal
517 ... Get Address Origin List And Address For Type Static ${2}
[all …]
/openbmc/qemu/python/qemu/utils/
H A Dqom_common.py24 List,
98 def __init__(self, properties: List[ObjectPropertyValue]) -> None:
185 def qom_list(self, path: str) -> List[ObjectPropertyInfo]:
194 def qom_list_get(self, paths: List[str]) -> List[ObjectPropertiesValues]:
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cold_reset.robot74 ${sensor_list}= Get Sensor List
112 Get Sensor List
128 @{tmp_list}= Create List
137 ${get_sensor_name}= Get From List ${sensor_details} 0
139 Append To List ${tmp_list} ${sensor_name}
148 Remove Values From List ${tmp_list} ${random_sensor}
164 ${get_ipmi_lower_non_recoverable_threshold}= Get From List ${ipmi_sensor} 4
172 ${get_ipmi_lower_critical_threshold}= Get From List ${ipmi_sensor} 5
180 ${get_ipmi_lower_non_critical_threshold}= Get From List ${ipmi_sensor} 6
188 ${get_ipmi_upper_non_critical_threshold}= Get From List ${ipmi_sensor} 7
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/
H A Dupdate-enterprise-numbers3 from typing import List
45 org: List[str] = []

12345678910>>...14