/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/ |
H A D | docbook-xml-update-catalog.xml.patch | 43 + uri="docbookx.dtd"/> 46 + uri="docbookx.dtd"/> 49 + uri="docbookx.dtd"/> 55 + uri="calstblx.dtd"/> 59 + uri="soextblx.dtd"/> --> 62 + uri="dbpoolx.mod"/> 65 + uri="dbhierx.mod"/> 68 + uri="dbgenent.mod"/> 71 + uri="dbnotnx.mod"/> 74 + uri="dbcentx.mod"/> [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | rest_client.robot | 32 [Arguments] ${uri} ${timeout}=30 ${quiet}=${QUIET} &{kwargs} 34 # uri The URI to establish connection with 36 # timeout Timeout in seconds to establish connection with URI. 45 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 60 [Arguments] ${uri} ${timeout}=10 ${quiet}=${QUIET} &{kwargs} 62 # uri The URI to establish connection with 64 # timeout Timeout in seconds to establish connection with URI. 72 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 85 [Documentation] Do REST PUT request on the resource identified by the URI. 86 [Arguments] ${uri} ${timeout}=10 &{kwargs} [all …]
|
H A D | dmtf_redfishtool_utils.robot | 17 [Arguments] ${uri} ${cmd_args}=${root_cmd_args} ${expected_error}=200 20 # uri URI for GET operation (e.g. /redfish/v1/AccountService/Accounts/). 25 ${cmd}= Catenate ${cmd_args} GET ${uri} 35 [Arguments] ${payload} ${uri} ${cmd_args}=${root_cmd_args} ${expected_error}=200 39 # uri URI for PATCH operation (e.g. /redfish/v1/AccountService/Accounts/ ). 44 ${cmd}= Catenate ${cmd_args} PATCH ${uri} --data=${payload} 54 [Arguments] ${payload} ${uri} ${cmd_args}=${root_cmd_args} ${expected_error}=200 59 # uri URI for POST operation (e.g. /redfish/v1/AccountService/Accounts/). 64 ${cmd}= Catenate ${cmd_args} POST ${uri} --data=${payload} 74 [Arguments] ${uri} ${cmd_args}=${root_cmd_args} ${expected_error}=200 [all …]
|
H A D | bmc_dbus.robot | 16 Get DBUS URI List From BMC 22 # service_name Any service uri of the dbus. 36 # Get the service name and its corresponding URI's. 40 # Find index of all the uris where the dbus URI matched. 43 # For each index, get the URI and append to list 51 Fetch DBUS URI List Without Unicode 52 [Documentation] Gets the list of DBUS URI for the service and returns only sub URIs. 64 ${item}= Remove Unicode From Uri ${item} 75 # Execute the busctl instrospect command for the service name and dbus uri. 77 # dbus_command Command with service name and dbus uri for the fru device.
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/ |
H A D | 0001-Skip-TODO-test-cases-that-fail.patch | 23 use URI (); 28 - my $uri = URI->new($str); 30 - local $TODO = 'URI::Escape::escape_char misunderstands utf8'; 33 - is("$uri", 'http://foo/%E9', 'correctly created a URI from a utf8-upgraded string'); 38 +# my $uri = URI->new($str); 40 +# local $TODO = 'URI::Escape::escape_char misunderstands utf8'; 43 +# is("$uri", 'http://foo/%E9', 'correctly created a URI from a utf8-upgraded string'); 63 is(URI->new("http://www.example.org/D%C3%BCrst")->as_iri, "http://www.example.org/D\xFCrst"); 64 is(URI->new("http://www.example.org/D%FCrst")->as_iri, "http://www.example.org/D%FCrst"); 67 -is(URI->new("http://xn--99zt52a.example.org/%e2%80%ae")->as_iri, "http://\x{7D0D}\x{8C46}.example.… [all …]
|
/openbmc/qemu/tests/qtest/migration/ |
H A D | file-tests.c | 25 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_precopy_file() local 28 .connect_uri = uri, in test_precopy_file() 71 g_autofree char *uri = g_strdup_printf("file:/dev/fdset/1,offset=%d", in test_precopy_file_offset_fdset() local 74 .connect_uri = uri, in test_precopy_file_offset_fdset() 85 g_autofree char *uri = g_strdup_printf("file:%s/%s,offset=%d", tmpfs, in test_precopy_file_offset() local 89 .connect_uri = uri, in test_precopy_file_offset() 99 g_autofree char *uri = g_strdup_printf("file:%s/%s,offset=0x20M", in test_precopy_file_offset_bad() local 102 .connect_uri = uri, in test_precopy_file_offset_bad() 121 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_precopy_file_mapped_ram_live() local 124 .connect_uri = uri, in test_precopy_file_mapped_ram_live() [all …]
|
H A D | precopy-tests.c | 40 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_plain() local 42 .listen_uri = uri, in test_precopy_unix_plain() 43 .connect_uri = uri, in test_precopy_unix_plain() 56 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_suspend_live() local 58 .listen_uri = uri, in test_precopy_unix_suspend_live() 59 .connect_uri = uri, in test_precopy_unix_suspend_live() 73 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_suspend_notlive() local 75 .listen_uri = uri, in test_precopy_unix_suspend_notlive() 76 .connect_uri = uri, in test_precopy_unix_suspend_notlive() 85 g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs); in test_precopy_unix_dirty_ring() local [all …]
|
H A D | migration-qmp.c | 79 void migrate_qmp_fail(QTestState *who, const char *uri, in migrate_qmp_fail() argument 89 g_assert(!qdict_haskey(args, "uri")); in migrate_qmp_fail() 90 if (uri) { in migrate_qmp_fail() 91 qdict_put_str(args, "uri", uri); in migrate_qmp_fail() 110 * qobject_from_jsonf_nofail()) with "uri": @uri spliced in. 112 void migrate_qmp(QTestState *who, QTestState *to, const char *uri, in migrate_qmp() argument 123 g_assert(!qdict_haskey(args, "uri")); in migrate_qmp() 124 if (uri) { in migrate_qmp() 125 qdict_put_str(args, "uri", uri); in migrate_qmp() 128 qdict_put_str(args, "uri", connect_uri); in migrate_qmp() [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | VirtualMedia.v1_6_5.json | 44 "URI", 52 "URI": "Connected to a URI location." string 78 "format": "uri-reference", 112 "description": "The URI of the media to attach to the virtual media.", 113 …URI of the media to be attached to the virtual media. This parameter may specify an absolute URI … 123 … "description": "The password to access the URI specified by the `Image` parameter.", 124 …"longDescription": "This parameter shall contain the password to access the URI specified by the `… 131 …cription": "This parameter shall contain the transfer method to use with the specified image URI.", 136 … "description": "The network protocol to use with the URI specified by the `Image` parameter.", 137 …ption": "This parameter shall contain the network protocol to use with the URI specified by the `I… [all …]
|
H A D | LicenseService.v1_1_2.json | 40 …icense` resource. The `Location` header in the response shall contain the URI of the new or updat… 52 "description": "The URI of the license file to install.", 53 "format": "uri-reference", 54 …URI that links to a file that the license service retrieves to install the license in that file. … 59 … "description": "The password to access the URI specified by the `LicenseFileURI` parameter.", 60 …"longDescription": "This parameter shall contain the password to access the URI specified by the `… 74 …retrieve the license file located at the URI provided in `LicenseFileURI`. This parameter is igno… 75 …URI provided in `LicenseFileURI` contains a scheme. If this parameter is not provided or supporte… 78 … "description": "The username to access the URI specified by the `LicenseFileURI` parameter.", 79 …"longDescription": "This parameter shall contain the username to access the URI specified by the `… [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | VirtualMedia.v1_6_5.json | 44 "URI", 52 "URI": "Connected to a URI location." string 78 "format": "uri-reference", 112 "description": "The URI of the media to attach to the virtual media.", 113 …URI of the media to be attached to the virtual media. This parameter may specify an absolute URI … 123 … "description": "The password to access the URI specified by the `Image` parameter.", 124 …"longDescription": "This parameter shall contain the password to access the URI specified by the `… 131 …cription": "This parameter shall contain the transfer method to use with the specified image URI.", 136 … "description": "The network protocol to use with the URI specified by the `Image` parameter.", 137 …ption": "This parameter shall contain the network protocol to use with the URI specified by the `I… [all …]
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | utils.hpp | 10 /** @brief checks that the given URI is valid LDAP's URI. 12 * @param[in] URI - URI which needs to be validated. 14 * against LDAPS type URI, for LDAP type URI it is equals to "ldap". 17 bool isValidLDAPURI(const std::string& uri, const char* scheme);
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npmsw.py | 28 from bb.fetch2 import URI 104 uri = URI(resolved) 105 uri.params["downloadfilename"] = localfile 108 uri.params[checksum_name] = checksum_expected 110 url = str(uri) 128 uri = URI(resolved) 129 uri.params["downloadfilename"] = localfile 132 uri.params[checksum_name] = checksum_expected 134 url = str(uri) 161 uri = URI("git://" + str(groups["url"])) [all …]
|
H A D | sftp.py | 5 expired) IETF Internet Draft for "Uniform Resource Identifier (URI) 7 (SSH)" (SECSH URI). 9 It uses SFTP (as to adhere to the SECSH URI specification). It only 14 http://tools.ietf.org/html/draft-ietf-secsh-scp-sftp-ssh-uri-04 15 https://www.iana.org/assignments/uri-schemes/prov/sftp 34 URI is not supported, use SSH keys to authenticate): 52 from bb.fetch2 import URI 85 urlo = URI(ud.url)
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/ |
H A D | liburi-perl_5.31.bb | 1 SUMMARY = "Perl module to manipulate and access URI strings" 2 DESCRIPTION = "This package contains the URI.pm module with friends. \ 3 The module implements the URI class. URI objects can be used to access \ 5 HOMEPAGE = "https://metacpan.org/dist/URI" 11 SRC_URI = "${CPAN_MIRROR}/authors/id/O/OA/OALDERS/URI-${PV}.tar.gz \ 17 S = "${WORKDIR}/URI-${PV}"
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx_common.py | 226 Translates a bitbake FetchData to a string URI 228 uri = fd.type 229 # Map gitsm to git, since gitsm:// is not a valid URI protocol 230 if uri == "gitsm": 231 uri = "git" 234 uri = uri + "+" + proto 235 uri = uri + "://" + fd.host + fd.path 238 uri = uri + "@" + fd.revisions[name] 240 return uri
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | LicenseService_v1.xml | 14 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular… 17 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular… 20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LicenseCollection_v1.xml"> 30 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml"> 67 …icense` resource. The `Location` header in the response shall contain the URI of the new or updat… 70 <Annotation Term="OData.Description" String="The URI of the license file to install."/> 71 …URI that links to a file that the license service retrieves to install the license in that file. … 75 …retrieve the license file located at the URI provided in `LicenseFileURI`. This parameter is igno… [all …]
|
H A D | VirtualMedia_v1.xml | 14 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular… 17 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular… 20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml"> 84 …<Annotation Term="OData.Description" String="The URI of the media to attach to the virtual media."… 85 …URI of the media to be attached to the virtual media. This parameter may specify an absolute URI … 96 …<Annotation Term="OData.Description" String="The username to access the URI specified by the `Imag… 97 …scription" String="This parameter shall contain the username to access the URI specified by the `I… 108 …<Annotation Term="OData.Description" String="The password to access the URI specified by the `Imag… [all …]
|
H A D | JsonSchemaFile_v1.xml | 14 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular… 17 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular… 20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 92 <Property Name="Uri" Type="Edm.String" Nullable="false"> 94 … <Annotation Term="OData.Description" String="The link to locally available URI for schema."/> 95 …URI colocated with the Redfish service that specifies the location of the schema file, which can b… 101 …<Annotation Term="OData.LongDescription" String="This property shall contain a URI colocated with … 106 …tion Term="OData.Description" String="The link to publicly available (canonical) URI for schema."/> 107 …<Annotation Term="OData.LongDescription" String="This property shall contain a URI not colocated w… [all …]
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | system_dump_entry.cpp | 23 void Entry::initiateOffload(std::string uri) in initiateOffload() argument 25 lg2::info("System dump offload request id: {ID} uri: {URI} " in initiateOffload() 27 "ID", id, "URI", uri, "SOURCE_DUMP_ID", sourceDumpId()); in initiateOffload() 28 phosphor::dump::Entry::initiateOffload(uri); in initiateOffload() 37 // Offload URI will be set during dump offload in delete_()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | VirtualMedia_v1.xml | 14 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular… 17 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular… 20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml"> 84 …<Annotation Term="OData.Description" String="The URI of the media to attach to the virtual media."… 85 …URI of the media to be attached to the virtual media. This parameter may specify an absolute URI … 96 …<Annotation Term="OData.Description" String="The username to access the URI specified by the `Imag… 97 …scription" String="This parameter shall contain the username to access the URI specified by the `I… 108 …<Annotation Term="OData.Description" String="The password to access the URI specified by the `Imag… [all …]
|
H A D | JsonSchemaFile_v1.xml | 14 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular… 17 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular… 20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 92 <Property Name="Uri" Type="Edm.String" Nullable="false"> 94 … <Annotation Term="OData.Description" String="The link to locally available URI for schema."/> 95 …URI colocated with the Redfish service that specifies the location of the schema file, which can b… 101 …<Annotation Term="OData.LongDescription" String="This property shall contain a URI colocated with … 106 …tion Term="OData.Description" String="The link to publicly available (canonical) URI for schema."/> 107 …<Annotation Term="OData.LongDescription" String="This property shall contain a URI not colocated w… [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | targetbuild.py | 18 def __init__(self, d, uri, foldername=None, tmpdir=None): argument 20 self.uri = uri 21 self.archive = os.path.basename(uri) 55 cmd = cmd + "wget -O %s %s" % (self.localarchive, self.uri) 82 def __init__(self, target, d, uri, foldername=None): argument 85 BuildProject.__init__(self, d, uri, foldername) 110 def __init__(self, testpath, sdkenv, d, uri, foldername=None): argument 119 BuildProject.__init__(self, d, uri, foldername, tmpdir=testpath)
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | README.md | 16 - REST server should map the URI to the target DBus application (Certs) object. 19 - The URI /xyz/openbmc_project/certs/server/https maps to instance of the 21 - The URI /xyz/openbmc_project/certs/client/ldap maps to instance of the 23 - The URI /xyz/openbmc_project/certs/authority/truststore maps to instance of 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 201 corresponding Certificate Manager D-Bus URI. e.g: HTTPS certificate collection 202 URI /redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates mapped to 217 - Certificate object D-Bus path mapped to corresponding Redfish certificate URI. 220 certificate is appended to the collection URI. [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-helpers.c | 170 void migrate_qmp_fail(QTestState *who, const char *uri, in migrate_qmp_fail() argument 180 g_assert(!qdict_haskey(args, "uri")); in migrate_qmp_fail() 181 if (uri) { in migrate_qmp_fail() 182 qdict_put_str(args, "uri", uri); in migrate_qmp_fail() 202 * qobject_from_jsonf_nofail()) with "uri": @uri spliced in. 204 void migrate_qmp(QTestState *who, QTestState *to, const char *uri, in migrate_qmp() argument 215 g_assert(!qdict_haskey(args, "uri")); in migrate_qmp() 216 if (uri) { in migrate_qmp() 217 qdict_put_str(args, "uri", uri); in migrate_qmp() 220 qdict_put_str(args, "uri", connect_uri); in migrate_qmp() [all …]
|