Home
last modified time | relevance | path

Searched refs:String (Results 1 – 25 of 187) sorted by relevance

12345678

/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_mc_id.robot19 Verify Get And Set Management Controller ID String
24 # Get Management Controller Identifier String: witherspoon
34 # Set Management Controller Identifier String Command: HOST
36 Set Management Controller ID String ${new_mc_id}
39 Get Management Controller ID String And Verify ${new_mc_id}
42 Set Management Controller ID String ${initial_mc_id}
45 Get Management Controller ID String And Verify ${initial_mc_id}
48 Test Management Controller ID String Status via IPMI
53 Verify Management Controller ID String Status disable
57 Verify Management Controller ID String Status enable
[all …]
H A Dtest_ipmi_network_verification.robot124 ${ipmi_output}= Split String ${ipmi_output}
139 ${cipher_suite_entry_count}= Split String ${ipmi_output}
156 ${authentication_type_support}= Split String ${ipmi_output}
183 ${ipmi_output}= Split String ${ipmi_output}
197 ${ipmi_output}= Split String ${ipmi_output}
209 ${Invalid_mac_address_hex}= Mac Address To Hex String ${Invalid_mac_address}
226 ${mac_address_hex}= Mac Address To Hex String ${set_mac_address}
236 ${ipmi_output_split}= Split String ${ipmi_output}
250 ${cipher_suite_privilege}= Split String ${ipmi_output}
365 ${ipmi_default_mac_split}= Split String ${ipmi_get_default_mac}
[all …]
H A Dtest_ipmi_fru_device.robot180 ${output}= Split String ${output} \n\n
187 ${dev}= Split String ${devices} \n
197 ${serial_no}= Get Lines Containing String ${frudata} ${serial_str}
201 ${data}= Split String ${serial_nos} :
205 ${entry}= Split String ${entry} ${SPACE}:${SPACE}
261 ${serial_no}= Get Lines Containing String ${frudata} ${serial_str}
263 ${serial_no}= Split String ${serial_no} "
300 ${dbus_data}= Get Lines Containing String ${dbus_resp} ${property_name}
323 ${resp}= Split String ${resp}
371 ${string}= Generate Random String ${initial_fru_length} [LETTERS]
[all …]
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_management_controller.robot27 ${rsp}= Get DCMI Management Controller Identifier String
28 @{ipmi_cmd_rsp_list}= Split String ${rsp}
44 Test Hostname Is Same With Management Controller Identifier String
49 ${rsp}= Get DCMI Management Controller Identifier String
50 @{ipmi_cmd_rsp_list}= Split String ${rsp}
56 Test Get Management Controller Identifier String
62 # Set Hostname via DCMI Management Controller Identifier String Command.
63 ${cmd_rsp}= Set DCMI Management Controller Identifier String
64 @{cmd_rsp_list}= Split String ${cmd_rsp}
68 ${rsp}= Get DCMI Management Controller Identifier String
[all …]
H A Dtest_dcmi_asset_tag.robot18 Set Asset Tag With Valid String Length
23 ${random_string}= Generate Random String 63
30 Set Asset Tag With Invalid String Length
35 ${random_string}= Generate Random String 64
46 ${random_string}= Generate Random String 63
53 Set Asset Tag With Valid String Length Via DCMI Command
58 @{cmd_resp_list}= Split String ${cmd_resp}
64 Set Asset Tag With Invalid String Length Via DCMI Command
68 ${random_string}= Generate Random String ${17}
84 @{cmd_resp_list}= Split String ${cmd_resp}
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0008-Do-not-embed-build-directory-in-binaries.patch76 @@ -280,32 +280,8 @@ cv::String findDataFile(const cv::String& relative_path,
80 - cv::String cwd = utils::fs::getcwd();
81 - cv::String build_dir(OPENCV_BUILD_DIR);
90 - cv::String datapath = utils::fs::join(build_dir, build_subdirs[k]);
95 - const cv::String& subdir = search_subdir[i - 1];
96 - cv::String prefix = utils::fs::join(datapath, subdir);
104 cv::String source_dir;
105 - cv::String try_source_dir = cwd;
106 + cv::String try_source_dir = utils::fs::getcwd();
110 @@ -341,28 +317,6 @@ cv::String findDataFile(const cv::String& relative_path,
[all …]
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dmetric_definition.hpp17 String, enumerator
34 String, enumerator
60 {MetricType::String, "String"},
77 {MetricDataType::String, "String"},
H A Djob_document.hpp14 String, enumerator
21 {DataType::String, "String"},
H A Daction_info.hpp15 String, enumerator
26 {ParameterTypes::String, "String"},
H A Dattribute_registry.hpp13 String, enumerator
79 {AttributeType::String, "String"},
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_bios_attributes.robot6 Library String
30 ${random_attr}= Generate Random String 8 [LETTERS][NUMBERS]
46 ${random_str}= Generate Random String 8 [LETTERS][NUMBERS]
95 Verify Set Out Of Range String Value For BIOS String Attribute Type
103 ${random_value}= Generate Random String ${count} [LETTERS][NUMBERS]
115 Verify Set BIOS String Attribute Type
218 ${value1}= Convert To String ${output["CurrentValue"]}
219 ${value2}= Convert To String ${j}
220 ${value2}= Replace String ${value2} " ${EMPTY}
241 ${value1}= Convert To String ${output["CurrentValue"]}
[all …]
H A Dtest_pldm_bios.robot6 Library String
30 @{date_time}= Split String ${pldm_output['Response']} ${SPACE}
31 @{time}= Split String ${date_time}[1] :
37 @{current_time}= Split String ${bmc_date} ${EMPTY}
153 ${date}= Split String ${date}
H A Dtest_redfish_bios_attributes.robot32 ${random_str}= Generate Random String 8 [LETTERS][NUMBERS]
64 Redfish Verify Set Out Of Range String Value For BIOS String Attribute Type
74 ${random_value}= Generate Random String ${count} [LETTERS][NUMBERS]
80 Redfish Verify Set BIOS String Attribute Type
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/
H A Dtkprivate.diff11 # String to pass to linker to pick up the Tk library from its
16 # String to pass to linker to pick up the Tk library from its
29 # String to pass to linker to pick up the Tk stub library from its
34 # String to pass to linker to pick up the Tk stub library from its
/openbmc/qemu/rust/qemu-api/src/
H A Dcallbacks.rs223 fn do_test_call<'a, F: FnCall<(&'a str,), String>>(_f: &F) -> String { in do_test_call() argument
233 fn do_test_is_some<'a, F: FnCall<(&'a str,), String>>(_f: &F) { in do_test_is_some()
/openbmc/webui-vue/src/components/Global/
H A DTableRowAction.vue68 type: String,
76 type: String,
84 type: String,
88 type: String,
/openbmc/webui-vue/src/views/Overview/
H A DOverviewCard.vue48 type: String,
52 type: String,
56 type: String,
/openbmc/openbmc-test-automation/network/
H A Dtest_host_network.robot35 ${mac_address_hex}= Mac Address To Hex String ${mac_address}
36 ${ip_address_hex}= IP Address To Hex String ${ip_address}
37 ${gateway_hex}= IP Address To Hex String ${gateway_ip}
62 ${mac_address_hex}= Mac Address To Hex String ${mac_address}
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat/
H A Dnetcat-locale_h.patch25 #define _(String) gettext(String)
/openbmc/openbmc-test-automation/security/
H A Dtest_slp.robot5 Library String
33 @{parameters}= Split String ${SLP_SERVICES} ${\n}
65 ${remove_prefix}= Remove String ${SLP_SERVICES} service:
66 @{services}= Split String ${remove_prefix} ${\n}
/openbmc/openbmc-test-automation/openpower/localuser/
H A Dtest_ipmi_redfish_user.robot30 ${random_username}= Generate Random String 8 [LETTERS]
44 ${random_username}= Generate Random String 8 [LETTERS]
70 ${random_username}= Generate Random String 8 [LETTERS]
98 ${random_username}= Generate Random String 8 [LETTERS]
125 ${random_username}= Generate Random String 8 [LETTERS]
157 ... Get Lines Containing String ${resp} ${random_username}
173 ${random_username}= Generate Random String 8 [LETTERS]
247 ${name_line}= Get Lines Containing String ${access_output} User Name
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_certificate.robot7 Library String
120 ${file_data}= Decode Bytes To String ${bytes} UTF-8
138 ${file_data}= Decode Bytes To String ${bytes} UTF-8
146 ${string}= Convert To String ${dict_objects}
147 ${string}= Replace String ${string} ' "
235 ${string}= Convert To String ${csr_dict}
237 ${string2}= Replace String ${string} ' "
273 ${file_data}= Decode Bytes To String ${bytes} UTF-8
300 ${cmd_output}= Convert String To JSON ${cmd_output}
411 ${file_data}= Decode Bytes To String ${bytes} UTF-8
[all …]
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_ipmi_redfish_user.robot33 ${random_username}= Generate Random String 8 [LETTERS]
53 ${random_username}= Generate Random String 8 [LETTERS]
78 ${random_username}= Generate Random String 8 [LETTERS]
104 ... Get Lines Containing String ${resp} ${random_username}
113 ${random_username}= Generate Random String 8 [LETTERS]
235 ${random_username}= Generate Random String 8 [LETTERS]
243 ${random_username}= Generate Random String 8 [LETTERS]
273 ${random_username}= Generate Random String 8 [LETTERS]
335 ${name_line}= Get Lines Containing String ${access} User Name
352 ${output}= Split String ${user["@odata.id"]} /redfish/v1/AccountService/Accounts/
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0003-engine-Define-discover-const-String-path-in-base-cla.patch4 Subject: [PATCH 3/4] engine: Define discover(const String &path) in base class
28 + virtual void discover(const String &path) {
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0009-go-Filter-build-paths-on-staticly-linked-arches.patch42 if gcflags := BuildGcflags.String(); gcflags != "" && cfg.BuildContext.Compiler == "gc" {
45 - if ldflags := BuildLdflags.String(); ldflags != "" {
46 + if ldflags := filterCompilerFlags(BuildLdflags.String()); ldflags != "" {

12345678