Home
last modified time | relevance | path

Searched refs:POST (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py97 if 'buildCancel' in request.POST:
98 for i in request.POST['buildCancel'].strip().split(" "):
107 if 'buildDelete' in request.POST:
108 for i in request.POST['buildDelete'].strip().split(" "):
119 if 'targets' in request.POST:
121 s = str(request.POST['targets'])
164 if 'do_update' in request.POST:
167 if 'default_image' in request.POST:
168 … project.set_variable(Project.PROJECT_SPECIFIC_DEFAULTIMAGE,str(request.POST['default_image']))
208 if 'targets' in request.POST:
[all …]
H A Dviews.py1404 ptype = request.POST.get('ptype')
1410 … missing = [field for field in mandatory_fields if len(request.POST.get(field, '')) == 0]
1416 … user = authenticate(username = request.POST.get('username', '_anonuser'), password = 'nopass')
1418 …er = User.objects.create_user(username = request.POST.get('username', '_anonuser'), email = reques…
1425 if not os.path.isdir('%s/conf' % request.POST['importdir']):
1426 …aise BadParameterException("Bad path or missing 'conf' directory (%s)" % request.POST['importdir'])
1428 …ldimport', '--command=import', '--name=%s' % request.POST['projectname'], '--path=%s' % request.PO…
1429 prj = Project.objects.get(name = request.POST['projectname'])
1433 release = Release.objects.get(pk = request.POST.get('projectversion', None ))
1434 … prj = Project.objects.create_project(name = request.POST['projectname'], release = release)
[all …]
/openbmc/docs/designs/
H A Dredfish-postcodes.md1 # Logging BIOS POST Codes Through Redfish
11 BIOS Power-On Self-Test (POST) codes are exposed on DBUS but not currently over
12 Redfish. This describes a method to expose the BIOS POST codes over the Redfish
18 POST codes. An additional log service (PostCodes) will be added to the
34 "Description": "POST Code Log Service",
38 "Id": "BIOS POST Code Log",
39 "Name": "POST Code Log Service",
53 "Description": "Collection of POST Code Log Entries",
62 "Message": "Boot Count: 4: TS Offset: 0.0033; POST Code: 0x43",
69 "Name": "POST Code Log Entry",
[all …]
H A Dmulti-host-postcode.md43 | | Current POST code: | |
51 | | POST code history: | |
60 | | Other consumers of POST codes: <------------+ |
66 Since multiple hosts cannot coherently write their POST codes to the same place,
67 an additional datapath is needed to receive POST codes from each host. Since
118 | | | Per-host POST code object: | | +-GPIO-| Button/switch |
129 | | Per-host POST code history service: | |
139 | | Other consumers of POST codes: <--------------+ |
155 - phosphor-post-code-manager receives new POST codes via D-Bus signal and stores
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_get_bios_post_code.robot3 Documentation Module to test IPMI Get BIOS POST Code Command.
16 Test Get BIOS POST Code via IPMI Raw Command
17 [Documentation] Get BIOS POST Code via IPMI raw command.
23 Verify POST Code Response Length ${resp}
25 Test Get BIOS POST Code via IPMI Raw Command After Power Cycle
26 [Documentation] Get BIOS POST Code via IPMI raw command after power cycle.
34 Verify POST Code Response Length ${resp}
36 Test Get BIOS POST Code via IPMI Raw Command With Host Powered Off
37 [Documentation] Get BIOS POST Code via IPMI raw command after power off.
48 Verify POST Code Response Length
[all …]
/openbmc/docs/
H A DREDFISH-cheatsheet.md25 curl --insecure -H "Content-Type: application/json" -X POST -D headers.txt https://${bmc}/redfish/v…
39 export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"userna…
70 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
76 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
82 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
88 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
96 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
106 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
122 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
134 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/octet-stream" -X POST -T <image fil…
[all …]
H A DREST-cheatsheet.md27 …$ curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d "{\"…
47 …$ export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"use…
61 $ export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"user…
119 …$ curl -k -H "X-Auth-Token: $token" -H 'Content-Type: application/json' -X POST -d '{"data":[]}' h…
126 …$ curl -k -H "X-Auth-Token: $token" -H 'Content-Type: application/json' -X POST -d '{"data":[]}' h…
134 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST -d '{"data": []}' …
140 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST -d '{"data": []}' …
146 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST -d '{"data":[]}' h…
265 …$ curl -k -H "X-Auth-Token: $token" -H 'Content-Type: application/json' -X POST -d '{"data":[]}' h…
271 …$ curl -k -H "X-Auth-Token: $token" -H 'Content-Type: application/json' -X POST -d '{"data":[]}' h…
H A Drest-api.md23 $ export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"user…
225 ## HTTP POST operations
227 POST operations are for calling methods, but also for creating new resources
234 $ curl -k -H "X-Auth-Token: $token" -H 'Content-Type: application/json' -X POST -d '{"data":[]}' ht…
240 $ curl -k -H "X-Auth-Token: $token" -H 'Content-Type: application/json' -X POST -d '{"data":[]}' ht…
274 $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/octet-stream" -X POST -T <file_to…
/openbmc/openbmc-test-automation/redfish/systems/LogServices/
H A Dtest_post_codes.robot2 Documentation Test suite to verify BIOS POST code log entries.
32 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']}
33 Should Be True ${post_codes['Members@odata.count']} >= 1 msg=No BIOS POST Codes populated.
50 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']}
51 Should Be True ${post_codes['Members@odata.count']} >= 1 msg=No BIOS POST Codes populated.
68 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']}
70 ... msg=BIOS POST Codes populated.
124 ... msg=BIOS POST code logs not cleared.
168 # "Description": "Collection of POST Code Log Entries",
176 … # "Message": "Boot Count: 2; Time Stamp Offset: 117.4928 seconds; POST Code: 0xac10",
[all …]
/openbmc/u-boot/doc/
H A DREADME.POST4 This project is to support Power-On-Self-Test (POST) in U-Boot.
16 The framework shall allow adding/removing/replacing POST tests.
17 Also, standalone POST tests shall be supported.
26 The framework shall support manual running of the POST tests.
31 3) The following POST tests shall be developed for MPC823E-based
51 enhancing U-Boot/Linux to provide a common framework for running POST
54 2.1. Hardware-independent POST layer
56 A new optional module will be added to U-Boot, which will run POST
58 support running POST tests manually at any time by executing a
61 The list of available POST tests will be configured at U-Boot build
[all …]
/openbmc/phosphor-post-code-manager/
H A DREADME.md4 the POST codes in BMC filesystem & it also owns the systemd services that are
23 to extract the POST codes per boot cycle.
29 repository which is responsible for emitting the dbus signals for every new POST
/openbmc/docs/architecture/code-update/
H A Dcode-update-deprecated.md114 Perform a POST to invoke the `PrepareForUpdate` method of the `/flash/bmc`
117 curl -b cjar -k -H "Content-Type: application/json" -X POST \
148 Perform a POST to invoke the `updateViaTftp` method of the `/flash/bmc` object:
150 curl -b cjar -k -H "Content-Type: application/json" -X POST \
163 Or perform a POST to invoke the `GetUpdateProgress` method of the `/flash/bmc`
166 curl -b cjar -k -H "Content-Type: application/json" -X POST \
181 curl -b cjar -k -H "Content-Type: application/json" -X POST \
197 curl -b cjar -k -H "Content-Type: application/json" -X POST \
/openbmc/x86-power-control/
H A Dmeson.options11 description: 'Use the PLT_RST eSPI signal to detect warm reset instead of POST Complete',
23 description: 'Ignore soft resets from host during POST',
H A DREADME.md70 The POST Complete GPIO is usually held asserted by BIOS after POST complete and
76 x86-power-control will use PLT_RST to detect warm resets instead of POST
/openbmc/phosphor-host-postd/
H A Dmeson.options30 '7seg', type: 'feature', description: 'Enable building 7seg POST daemon.',
37 description: 'Maximum number of POST codes to read from snoop device every'
/openbmc/openbmc-test-automation/lib/
H A Ddmtf_redfishtool_utils.robot38 # payload Payload with POST operation (e.g. data for user name, role, etc. ).
57 # payload Payload with POST operation (e.g. data for user name, password, role,
59 # uri URI for POST operation (e.g. /redfish/v1/AccountService/Accounts/).
64 ${cmd}= Catenate ${cmd_args} POST ${uri} --data=${payload}
H A Drest_client.robot56 [Documentation] Do REST POST request and return the result.
77 ${ret}= POST On Session openbmc ${base_uri} &{kwargs} timeout=${timeout}
169 ${resp}= POST On Session openbmc /login json=${data} headers=${headers}
199 ${status} ${resp}= Run Keyword And Ignore Error POST On Session openbmc
215 ${resp}= POST On Session openbmc
364 # If /redfish/v1/SessionService/Sessions POST fails, fallback to
376 ${ret}= POST On Session ${session_object} ${base_uri} &{kwargs} timeout=${timeout}
404 ${resp}= POST On Session redfish /redfish/v1/SessionService/Sessions
414 [Documentation] Do REST POST request and return the result.
438 [Documentation] Do REST POST request and return the result.
[all …]
/openbmc/google-misc/subprojects/nemora-postd/
H A DREADME.md3 Nemora-postd is a daemon running on the BMC to stream host POST codes.
33 3. On BMC, start a new nemora session which sends POST codes to the testing
/openbmc/phosphor-user-manager/docs/
H A DREADME.md17 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST -d '{"data":[false,"ldap://<lda…
46 curl -b cjar -k -H "Content-Type: application/json" -X POST -d '{"data":[]}' https://$BMC_IP/xyz/op…
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DREADME.md73 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST \
95 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST \
103 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST \
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DREADME.md69 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST \
84 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST \
242 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST \
256 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST \
264 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST \
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-stat-properties.rst148 .. _DTV-STAT-POST-ERROR-BIT-COUNT:
162 :ref:`DTV_STAT_POST_TOTAL_BIT_COUNT <DTV-STAT-POST-TOTAL-BIT-COUNT>`.
177 .. _DTV-STAT-POST-TOTAL-BIT-COUNT:
184 :ref:`DTV_STAT_POST_ERROR_BIT_COUNT <DTV-STAT-POST-ERROR-BIT-COUNT>`
202 :ref:`DTV_STAT_POST_ERROR_BIT_COUNT <DTV-STAT-POST-ERROR-BIT-COUNT>`.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md120 ### Example usage for the GenerateCSR POST request
147 Method: POST
192 - Redfish initiates certificate upload by issuing a POST request on the Redfish
197 For example the HTTPS certificate upload POST request is issued on URI
200 - Bmcweb receives the POST request and it maps the Redfish URI to the
232 - Bmcweb receives POST request for Replace Certificate, invokes the Replace
/openbmc/openbmc-test-automation/openpower/
H A Dtest_inband_bmc_auth_reset.robot26 ${resp}= POST On Session openbmc /login data=${data} headers=${headers}
/openbmc/phosphor-networkd/docs/
H A DNetwork-Configuration.md66 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST -d
199 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST -d
208 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST -d

1234