Home
last modified time | relevance | path

Searched full:uri (Results 1 – 25 of 1003) sorted by relevance

12345678910>>...41

/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/
H A Ddocbook-xml-update-catalog.xml.patch43 + 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 Drest_client.robot32 [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}
59 [Arguments] ${uri} ${timeout}=10 ${quiet}=${QUIET} &{kwargs}
61 # uri The URI to establish connection with
63 # timeout Timeout in seconds to establish connection with URI.
71 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri}
83 [Documentation] Do REST PUT request on the resource identified by the URI.
84 [Arguments] ${uri} ${timeout}=10 &{kwargs}
[all …]
H A Ddmtf_redfishtool_utils.robot17 [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 Dbmc_dbus.robot16 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 D0001-Skip-TODO-test-cases-that-fail.patch23 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 Dfile-tests.c25 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 Dprecopy-tests.c40 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 Dmigration-qmp.c79 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 DVirtualMedia.v1_6_5.json44 "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.",
113URI 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 DLicenseService.v1_1_2.json40 …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",
54URI 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…
75URI 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 …]
H A DResolutionStep.v1_0_1.json26 "description": "The parameters of the action URI for a resolution step.",
37 …ongDescription": "This property shall contain the parameters of the action URI for a resolution st…
41 "description": "The action URI for a resolution step.",
42 "format": "uri-reference",
43 … "longDescription": "This property shall contain the action URI for a resolution step.",
97 "description": "The target URI of the component for a resolution step.",
98 "format": "uri-reference",
99 …"longDescription": "This property shall contain the target URI of the component for a resolution s…
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DVirtualMedia.v1_6_5.json44 "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.",
113URI 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 Dutils.hpp10 /** @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 Dnpmsw.py28 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 Dsftp.py5 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 Dliburi-perl_5.31.bb1 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 Dspdx_common.py226 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 DLicenseService_v1.xml14 …<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."/>
71URI 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 DVirtualMedia_v1.xml14 …<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."…
85URI 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 DJsonSchemaFile_v1.xml14 …<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."/>
95URI 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 Dsystem_dump_entry.cpp23 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 DJsonSchemaFile_v1.xml14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
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 <Annotation Term="OData.LongDescription" String="This property shall contain a URI colocated with the Redfish service that specifies the location of the schema file, which can be retrieved using the Redfish protocol and authentication methods. This property shall be used for only individual schema files. The file name portion of the URI shall conform to the format specified in the Redfish Specification."/>
101 <Annotation Term="OData.LongDescription" String="This property shall contain a URI colocated with the Redfish service that specifies the location of the schema file, which can be retrieved using the Redfish protocol and authentication methods. This property shall be used for only archive files, in zip or other formats. The `ArchiveFile` value shall be the individual schema file name within the archive file."/>
106 <Annotation Term="OData.Description" String="The link to publicly available (canonical) URI fo
[all...]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtargetbuild.py18 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 DREADME.md16 - 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 Dmigration-helpers.c170 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 …]

12345678910>>...41