Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 4519090

Browse files
authored
Merge pull request #120 from billdodd/fix/issue-119
Update schema bundle zip to DSP8010_2018.1.zip
2 parents 7af6607 + 685f994 commit 4519090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This program has been tested with Python 2.7.10 and 3.4.3.
2424
- `"SingleAssertion"` (optional): Specify this parameter if you wish to just run a single assertion for this SUT. The parameter value should be the name of one of the test assertion functions, for example `"Assertion_6_1_0"`. If the SingleAssertion parameter is missing or the length of its value is zero, the entire suite of assertions will be run.
2525
- `"UseHttp"` (optional): By default `https` will be used to connect to the target SUT. To use `http` instead, specify the `"UseHttp"` parameter with a value of `"yes"`.
2626
- Set the parameters for Schema file download in the `"RedfishServiceCheckTool_SchemaFiles"` section of the `properties.json` file.
27-
- `"SchemaZipFileName"` specifies the name of the Redfish Schemas ZIP file to download (e.g. `"DSP8010_2017.3.zip"`)
27+
- `"SchemaZipFileName"` specifies the name of the Redfish Schemas ZIP file to download (e.g. `"DSP8010_2018.1.zip"`)
2828
- Under `"ClientProxy"`, set the `"http_proxy"` and/or `"https_proxy"` values as needed use a proxy to reach the redfish.dmtf.org website. Leave them as `"none"` if no proxy is needed.
2929
- `"RetrieveDMTFSchemas"` specifies the behavior for schema download. It should normally be left at the default value of `"auto"`. This setting will download a copy of the schemas if they are not already locally present, otherwise it will not download them again. Set the value to `"yes"` to force the tool to download a copy of the schema files. If set to `"no"`, the tool will not perform the download.
3030
- Set the parameters for Event Subscription and related Test Event generation. Note that the Event related assertions do not verify that a Test Event actually gets delivered to the "Destination" you specify - but the assertions will create a Subscription and request that the Service issue a Test Event to the Subscription "Destination" using the Test Event parameters you set here

properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"RedfishServiceCheckTool_SchemaFiles": {
3939
"DMTF_SPMFSchemas": {
40-
"SchemaZipFileName": "DSP8010_2017.3.zip",
40+
"SchemaZipFileName": "DSP8010_2018.1.zip",
4141
"SchemaRepository": "http://redfish.dmtf.org/schemas/",
4242
"ClientProxy": {
4343
"http_proxy": "none",

0 commit comments

Comments
 (0)