Home
last modified time | relevance | path

Searched refs:Delete (Results 1 – 25 of 267) sorted by relevance

1234567891011

/openbmc/qemu/
H A Dqemu.nsi193 Delete "$SMPROGRAMS\${PRODUCT}\User Documentation.lnk"
194 Delete "$SMPROGRAMS\${PRODUCT}\Technical Documentation.lnk"
195 Delete "$SMPROGRAMS\${PRODUCT}\Uninstall.lnk"
199 Delete "$INSTDIR\Changelog"
200 Delete "$INSTDIR\COPYING"
201 Delete "$INSTDIR\COPYING.LIB"
202 Delete "$INSTDIR\README.rst"
203 Delete "$INSTDIR\VERSION"
204 Delete "$INSTDIR\*.bmp"
205 Delete "$INSTDIR\*.bin"
[all …]
/openbmc/openbmc-test-automation/network/
H A Dtest_vlan_network.robot43 [Teardown] Delete VLANs [${vlan_id}]
59 Delete VLAN Via REST
60 [Documentation] Delete VLAN via REST and verify it via REST and IPMI.
65 Delete VLANs [${vlan_id}]
76 [Teardown] Delete VLANs [${vlan_id}]
85 Delete IP On VLAN Via REST
86 [Documentation] Delete IP on VLAN and verify it via REST and IPMI.
89 [Teardown] Delete VLANs [${vlan_id}]
96 Delete IP And Object ${ip} ${vlan_ip_uri}
104 Delete VLAN When IP Is Configured Via REST
[all …]
/openbmc/openbmc-test-automation/lib/
H A Devent_notification_utils.robot7 Delete All Event Subscriptions
8 [Documentation] Delete all event subscriptions.
13 Redfish.Delete ${subscription['@odata.id']}
42 Delete Event Subscription Of Unpingable Destination IPs
43 [Documentation] Delete event subscription with non-pinging destination IPs.
53 Redfish.Delete /redfish/v1/EventService/Subscriptions/${id}
/openbmc/pldm/fw-update/
H A Dactivation.hpp23 sdbusplus::xyz::openbmc_project::Object::server::Delete>;
50 class Delete : public DeleteIntf class
59 Delete(sdbusplus::bus_t& bus, const std::string& objPath, in Delete() function in pldm::fw_update::Delete
93 deleteImpl = std::make_unique<Delete>(bus, objPath, updateManager); in Activation()
126 std::unique_ptr<Delete> deleteImpl;
H A Dactivation.cpp23 deleteImpl = std::make_unique<Delete>(bus, objPath, updateManager); in activation()
30 void Delete::delete_() in delete_()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dversion.hpp21 sdbusplus::xyz::openbmc_project::Object::server::Delete>;
32 class Delete : public DeleteInherit class
41 Delete(sdbusplus::bus_t& bus, const std::string& path, Version& version) : in Delete() function in phosphor::software::updater::Delete
87 deleteObject = std::make_unique<Delete>(bus, objPath, *this); in Version()
155 std::unique_ptr<Delete> deleteObject;
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/
H A Dmeson.build2 subdir('Delete') subdir
10 '../../../../yaml/xyz/openbmc_project/Object/Delete.interface.yaml',
12 output: ['Delete.md'],
24 'xyz/openbmc_project/Object/Delete',
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_local_user.robot31 [Teardown] Redfishtool Delete User "UserT100"
40 [Teardown] Redfishtool Delete User "UserT100"
47 Verify Redfishtool Delete Users
48 [Documentation] Delete user via Redfishtool and verify.
52 Redfishtool Delete User "UserT100"
62 Redfishtool Delete User "UserT100"
70 [Teardown] Redfishtool Delete User "UserT100"
80 [Teardown] Run Keywords Redfishtool Delete User "UserT100" AND
81 ... Redfishtool Delete User "UserT101"
92 [Teardown] Redfishtool Delete User "UserT100"
[all …]
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_savearea_management.robot117 Redfish Upload And Delete Same Partition File To BMC In Loop
120 [Template] Redfish Upload And Delete Partition File In Loop
200 Redfish Delete Non Existence Of Partition File
201 [Documentation] Delete the partition file if do not exists.
203 [Template] Redfish Delete Non Existence Partition File
227 Non Admin User Delete Non Existence Of Partition File
228 [Documentation] Delete the partition file if does not exists.
230 [Template] Non Admin Delete Non Existence Partition File
302 Delete All BMC Partition File ${HTTP_OK}
309 Delete All Sessions
[all …]
H A Dtest_vmi.robot72 Delete Existing Static VMI IP Address
73 [Documentation] Delete existing static VMI IP address.
81 Delete VMI IPv4 Address
84 Verify User Cannot Delete ReadOnly Property IPv4Addresses
93 Delete VMI IPv4 Address IPv4Addresses valid_status_code=${HTTP_FORBIDDEN}
100 [Teardown] Run keywords Delete VMI IPv4 Address AND Test Teardown Execution
112 [Teardown] Run keywords Delete VMI IPv4 Address AND Test Teardown Execution
127 [Teardown] Run keywords Delete VMI IPv4 Address AND Test Teardown Execution
159 Delete VMI Static IP Address And Verify
160 [Documentation] Delete VMI static IP address and verify.
[all …]
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dversion.hpp30 sdbusplus::server::xyz::openbmc_project::object::Delete>;
33 class Delete;
40 class Delete : public DeleteInherit class
49 Delete(sdbusplus::bus_t& bus, const std::string& path, Version& parent) : in Delete() function in phosphor::software::manager::Delete
182 std::unique_ptr<Delete> deleteObject;
/openbmc/openpower-pnor-code-mgmt/
H A Dversion.hpp28 sdbusplus::xyz::openbmc_project::Object::server::Delete>;
32 class Delete;
40 class Delete : public DeleteInherit class
49 Delete(sdbusplus::bus_t& bus, const std::string& path, Version& parent) : in Delete() function in openpower::software::updater::Delete
158 std::unique_ptr<Delete> deleteObject;
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_service.robot66 Run Keyword And Ignore Error Delete All Redfish Sessions
76 Delete All Subscriptions ${subscription_list}
91 Delete All Subscriptions ${subscription_list}
94 Delete All Subscriptions
95 [Documentation] Delete all subscriptions.
102 Redfish.Delete ${url}
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/Delete/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Object/Delete'
8 '../../../../../yaml/xyz/openbmc_project/Object/Delete.interface.yaml',
28 'xyz/openbmc_project/Object/Delete',
/openbmc/openbmc-test-automation/redfish/events/
H A Dtest_bmc_snmp_trap.robot25 [Teardown] Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT}
35 [Teardown] Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${NON_DEFAULT_PORT1}
45 [Teardown] Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${out_of_range_port}
76 [Teardown] Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${alpha_port}
91 [Teardown] Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT}
102 ... Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT}
104 ... Delete SNMP Manager Via Redfish ${SNMP_MGR2_IP} ${SNMP_DEFAULT_PORT}
153 ... Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${NON_DEFAULT_PORT1}
155 ... Delete SNMP Manager Via Redfish ${SNMP_MGR2_IP} ${NON_DEFAULT_PORT1}
170 ... Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT}
[all …]
/openbmc/bmcweb/http/
H A Dverb.hpp16 Delete = 0, enumerator
33 return HttpVerb::Delete; in httpVerbFromBoost()
55 case HttpVerb::Delete: in httpVerbToString()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_mapper_entry.hpp16 using Delete = sdbusplus::xyz::openbmc_project::Object::server::Delete; typedef
17 using Interfaces = sdbusplus::server::object_t<Entry, Delete>;
/openbmc/phosphor-snmp/docs/
H A Dsnmp-configuration.md47 ### Delete the SNMP Manager
49 #### Delete via REST
53 #### Delete with busctl
55 …twork.SNMP /xyz/openbmc_project/network/snmp/manager/<id> xyz.openbmc_project.Object.Delete Delete`
/openbmc/openbmc-test-automation/extended/code_update/
H A Dbmc_code_update.robot90 Run Keyword And Ignore Error Delete Only BMC Image
109 Delete Error Log Entry @{error_log_paths}[-1]
118 Delete BMC Dump ${dump_id}
164 Delete BMC Image
165 [Documentation] Delete a BMC image from the BMC flash chip.
169 Delete Image And Verify ${software_object} ${VERSION_PURPOSE_BMC}
186 Delete All Non Running BMC Images
187 [Documentation] Delete all non running BMC images.
192 Delete All Non Running BMC Images
276 Delete Only BMC Image
[all …]
/openbmc/openpower-debug-collector/dump/tools/opdump/
H A Ddumpdelete34 xyz.openbmc_project.Object.Delete Delete
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_redfish_privilege_registry.robot11 Suite Teardown Delete Created Redfish Users Except Default Admin
163 Redfish.Delete ${REDFISH_ACCOUNTS_URI}${patched_user}
184 Redfish.Delete ${REDFISH_ACCOUNTS_URI}${patched_user}
234 Delete Created Redfish Users Except Default Admin
235 [Documentation] Delete the admin, patched, operator, readonly, and post users.
238 Run Keyword And Ignore Error Redfish.Delete ${REDFISH_ACCOUNTS_URI}${admin_user}
240 Run Keyword And Ignore Error Redfish.Delete ${REDFISH_ACCOUNTS_URI}${patched_user}
242 Run Keyword And Ignore Error Redfish.Delete ${REDFISH_ACCOUNTS_URI}${operator_user}
244 Run Keyword And Ignore Error Redfish.Delete ${REDFISH_ACCOUNTS_URI}${readonly_user}
246 Run Keyword And Ignore Error Redfish.Delete ${REDFISH_ACCOUNTS_URI}${post_user}
H A Dtest_user_account.robot38 [Teardown] Run Keywords Redfish.Delete /redfish/v1/AccountService/Accounts/admin_user
39 ... AND Redfish.Delete /redfish/v1/AccountService/Accounts/readonly_user
55 [Teardown] Run Keywords Redfish.Delete /redfish/v1/AccountService/Accounts/operator_user
181 Redfish.Delete /redfish/v1/AccountService/Accounts/test_user
202 Redfish.Delete /redfish/v1/AccountService/Accounts/test_user
214 Redfish.Delete /redfish/v1/AccountService/Accounts/newadmin_user
231 # Delete created users.
232 Redfish.Delete /redfish/v1/AccountService/Accounts/newadmin_user
233 Redfish.Delete /redfish/v1/AccountService/Accounts/readonly_user
241 [Teardown] Run Keywords Redfish.Delete /redfish/v1/AccountService/Accounts/operator_user
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_user_management_sub_menu.robot30 ${xpath_delete_button} //button[text()='Delete user']
110 [Teardown] Delete Users Via Redfish @{username}
131 [Teardown] Delete Users Via Redfish my_admin_user
145 Delete User Account Via GUI
146 [Documentation] Delete user account via GUI.
152 # Delete the user created via GUI.
153 Delete Users Via GUI ${username}[0]
159 [Teardown] Delete Users Via Redfish ${username}
175 [Teardown] Delete Users Via Redfish ${username}
213 [Teardown] Delete Users Via Redfish ${username}
[all …]
H A Dtest_certificates_sub_menu.robot33 ${xpath_delete_ca_certificate} (//*[@title="Delete certificate"])[2]
34 ${xpath_delete_ldap_certificate} (//*[@title="Delete certificate"])[3]
35 ${xpath_delete_https_certificate} (//*[@title="Delete certificate"])[4]
36 ${xpath_delete_button} //button[contains(text(),"Delete")]
101 Verify Delete Button Should Be Disabled For HTTPS And LDAP Certificates
113 [Setup] Delete All CA Certificate Via Redfish
142 Delete Certificate Via BMC CLI Client
155 [Documentation] Delete CA certificate and verify success message on BMC GUI page.
181 [Teardown] Delete Readonly User And Logout Current GUI Session
228 Delete All CA Certificate Via Redfish
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_dumps.robot12 Test Setup Redfish Delete All BMC Dumps
30 [Documentation] Delete non existing BMC dump and expect an error.
35 Wait Until Keyword Succeeds 15 sec 5 sec Redfish Delete BMC Dump ${dump_id}
36 Run Keyword And Expect Error ValueError: * Redfish Delete BMC Dump ${dump_id}
78 Redfish Delete All BMC Dumps
114 Redfish Delete All BMC Dumps
128 Redfish Delete All BMC Dumps
174 Delete User Initiated BMC Dump And Verify
175 [Documentation] Delete user initiated BMC dump and verify.
180 Wait Until Keyword Succeeds 15 sec 5 sec Redfish Delete BMC Dump ${dump_id}
[all …]

1234567891011