| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-requests_2.32.3.bb | 2 HOMEPAGE = "https://requests.readthedocs.io" 7 file://environment.d-python3-requests.sh \ 16 …-m 644 ${UNPACKDIR}/environment.d-python3-requests.sh ${D}${SDKPATHNATIVE}/environment-setup.d/pyt… 31 FILES:${PN}:append:class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/python3-requests.sh" 33 CVE_PRODUCT = "requests"
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 151 | 75 # Start some background requests 90 # Start some more requests 99 # Now start some final requests; all of these (which land on 256 # Wait for background requests to settle 293 Throttle the source node, then issue a whole bunch of external requests 295 see background requests being issued even while the source is under 300 # that is where we will have active requests occur. This ensures that 320 # We create the external requests via qemu-io processes on the NBD 322 # do not overlap with the background requests (which start from the 327 # Create enough requests to saturate the node for 5 seconds [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-requests-unixsocket_0.3.0.bb | 1 SUMMARY = "Use requests to talk HTTP via a UNIX domain socket" 2 HOMEPAGE = "https://pypi.org/project/requests-unixsocket/" 8 PYPI_PACKAGE = "requests-unixsocket" 14 RDEPENDS:${PN} = "python3-requests python3-urllib3"
|
| H A D | python3-requests-ftp_0.3.1.bb | 1 SUMMARY = "FTP Transport Adapter for Requests" 2 HOMEPAGE = "https://github.com/Lukasa/requests-ftp" 12 python3-requests \
|
| H A D | python3-requests-file_2.1.0.bb | 1 SUMMARY = "File transport adapter for Requests" 2 HOMEPAGE = "https://github.com/dashea/requests-file" 16 python3-requests \
|
| H A D | python3-requests-futures_1.0.2.bb | 1 SUMMARY = "Small add-on for the python requests http library. Makes use of python 3.2’s concurrent.… 2 HOMEPAGE = "https://github.com/ross/requests-futures" 13 python3-requests \
|
| H A D | python3-requests-mock_1.12.1.bb | 1 SUMMARY = "Mocked responses for the requests library" 2 HOMEPAGE = "https://github.com/jamielennox/requests-mock"
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-ftp/ |
| H A D | 0001-Remove-use-of-the-cgi-module.patch | 1 python 3.13 removed some modules such as cgi which is required by python3-requests-ftp: 14 …b/fedora/linux/development/rawhide/Server/source/tree/Packages/p/python-requests-ftp-0.3.1-36.fc42… 25 @@ -6,7 +6,6 @@ from requests.compat import urlparse 26 from requests.hooks import dispatch_hook 27 from requests import Response, codes 33 @@ -29,12 +28,6 @@ class FTPSession(requests.Session): 39 - to be given one file by the standard Requests method. The remote 77 @@ -135,7 +104,6 @@ class FTPAdapter(requests.adapters.BaseAdapter): 85 @@ -314,30 +282,6 @@ class FTPAdapter(requests.adapters.BaseAdapter):
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
| H A D | 720240501dca0b4eacc3295665d7ced8719e11d2.patch | 6 Upstream-Status: Submitted [https://github.com/requests/toolbelt/pull/356] 33 - "User-Agent": "python-requests/2.8.1" 44 + "python-requests/2.28.1" 103 - "User-Agent": "python-requests/2.8.1" 114 + "python-requests/2.28.1" 173 - "User-Agent": "python-requests/2.8.1" 184 + "python-requests/2.28.1" 243 - "User-Agent": "python-requests/2.8.1" 254 + "python-requests/2.28.1" 313 - "User-Agent": "python-requests/2.8.1" [all …]
|
| /openbmc/openbmc-test-automation/docs/ |
| H A D | redfish_request_via_mTLS.md | 30 library **requests** with certificate. It supports for all Redfish REST 31 requests (get, head, post, put, patch, delete): 34 import requests 37 response = requests.get( 76 Most cases related to sessions don't require mTLS because Redfish requests
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
| H A D | 0004-load.py-retry-to-invoke-request-with-timeout.patch | 26 import requests 27 from requests.auth import HTTPDigestAuth 28 from requests.auth import HTTPBasicAuth 34 from requests.exceptions import SSLError, RequestException 54 + request = requests.get(location, verify=SSL_VERIFY, timeout=2)
|
| H A D | 0001-support-authentication-for-kickstart.patch | 63 import requests 64 +from requests.auth import HTTPDigestAuth 65 +from requests.auth import HTTPBasicAuth 71 from requests.exceptions import SSLError, RequestException 99 + request = requests.get(location, verify=SSL_VERIFY) 100 + if request.status_code == requests.codes.unauthorized: 121 - request = requests.get(location, verify=SSL_VERIFY, timeout=120) 122 + request = requests.get(location, verify=SSL_VERIFY, auth=auth, timeout=120)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libcpr/ |
| H A D | libcpr_1.10.5.bb | 1 SUMMARY = "Curl for People - C++ Requests" 2 DESCRIPTION = "Curl for People C++ Requests is a simple wrapper around \ 3 libcurl inspired by the excellent Python Requests project."
|
| /openbmc/qemu/docs/devel/ |
| H A D | submitting-a-pull-request.rst | 10 will need to submit pull requests, although occasionally for a large 12 documents our recommendations on pull requests for those people. 42 **Don't send pull requests for code that hasn't passed review**. A pull 56 **All pull requests must be signed**. By "signed" here we mean that 61 **Pull requests not for master should say "not for master" and have 67 pull requests that should be applied to master.
|
| /openbmc/qemu/backends/ |
| H A D | rng.c | 37 QSIMPLEQ_INSERT_TAIL(&s->requests, req, next); in rng_backend_request_entropy() 75 QSIMPLEQ_FOREACH_SAFE(req, &s->requests, next, next) { in rng_backend_free_requests() 79 QSIMPLEQ_INIT(&s->requests); in rng_backend_free_requests() 84 QSIMPLEQ_REMOVE(&s->requests, req, RngRequest, next); in rng_backend_finalize_request() 92 QSIMPLEQ_INIT(&s->requests); in rng_backend_init()
|
| H A D | rng-random.c | 40 while (!QSIMPLEQ_EMPTY(&s->parent.requests)) { in entropy_available() 41 RngRequest *req = QSIMPLEQ_FIRST(&s->parent.requests); in entropy_available() 55 /* We've drained all requests, the fd handler can be reset. */ in entropy_available() 63 if (QSIMPLEQ_EMPTY(&s->parent.requests)) { in rng_random_request_entropy() 64 /* If there are no pending requests yet, we need to in rng_random_request_entropy()
|
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 18 import requests 122 except(requests.exceptions.Timeout): 125 except(requests.exceptions.ConnectionError) as err: 129 mysess = requests.session() 406 except(requests.exceptions.Timeout): 409 except(requests.exceptions.ConnectionError) as err: 433 mysess = requests.session() 456 # requests.packages.urllib3.disable_warnings(requests.packages.urllib3.exceptions.Insec… 460 except(requests.exceptions.Timeout): 462 except(requests.exceptions.ConnectionError) as err: [all …]
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | blkdebug.rst | 45 This rule fails all aio read requests with ``ENOSPC`` (28). Note that the errno 89 to make so rules can match specific types of requests. For example, the ``qcow2`` 91 only L1 table accesses and not other metadata or guest data requests. 114 a longer sequence of requests. For example:: 168 concurrent requests. The "breakpoint" feature allows requests to be halted on 170 deterministic ordering when multiple requests are in flight.
|
| /openbmc/qemu/include/block/ |
| H A D | reqlist.h | 38 * there are no conflicting requests in the list. 47 * If there are no intersecting requests return false. Otherwise, wait for the 57 * Wait for all intersecting requests. It just calls reqlist_wait_one() in a 58 * loop, caller is responsible to stop producing new requests in this region
|
| /openbmc/u-boot/include/dt-bindings/reset/ |
| H A D | stih407-resets.h | 3 * based peripheral powerdown requests on the STMicroelectronics 9 /* Powerdown requests control 0 */ 16 /* Powerdown requests control 1 */
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | mirror-change-copy-mode | 135 # Start some background requests. 142 # Wait for the first few requests. 147 # There should've been new requests. 149 # To verify later that not all requests were completed at this point. 152 # Change the copy mode while requests are happening. 166 # Because of throttling, not all requests should have been completed 171 # Issue enough requests for a few seconds only touching the first half
|
| /openbmc/openbmc-test-automation/tools/ |
| H A D | github_issues_to_csv | 12 import requests 69 Requests issues from GitHub API and writes to CSV file. 77 # Multiple requests are required if response is paged 93 response = requests.get(pages["next"], auth=auth) 152 response = requests.get(l_url, auth=auth)
|
| /openbmc/qemu/include/hw/xen/interface/io/ |
| H A D | ring.h | 141 * requests are pushed on to the ring and responses taken off it. 144 * requests are taken off the ring and responses put on. 149 * outstanding requests. 187 /* Number of free requests (for use on front side only). */ 220 * obtaining the number of unconsumed responses/requests. 259 /* Ill-behaved frontend determination: Can there be this many requests? */ 268 xen_wmb(); /* back sees requests /before/ updated producer index */ \ 280 * When queueing requests or responses on a shared ring, it may not always be 281 * necessary to notify the remote end. For example, if requests are in flight 282 * in a backend, the front may be able to queue further requests without [all …]
|
| /openbmc/u-boot/drivers/power/domain/ |
| H A D | Kconfig | 24 requests to the SCU. 45 simply accepts requests to power on/off various HW modules without 53 requests to the BPMP (Boot and Power Management Processor).
|
| /openbmc/openbmc-test-automation/ |
| H A D | requirements.txt | 3 requests 4 robotframework-requests
|