This repository was archived by the owner on Aug 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathproperties.json
More file actions
56 lines (56 loc) · 2.8 KB
/
properties.json
File metadata and controls
56 lines (56 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"RedfishServiceCheckTool_Event": {
"SubmitTestEvent": {
"Action": "SubmitTestEvent",
"MessageArgs": [ "conformance test Args" ],
"EventId": "111",
"OriginOfCondition": "rfs_check.py Service Conformance check assertion 7.2.1",
"LongDescription": "The 8.1.3 and 7.2.1 Assertions do not check to see that the event is delivered but they will verify SubmitTestEvent against Subscription creation.",
"MessageId": "721",
"Message": "conformance test Assertion 7.2.1",
"Description": "Set the properties for the SubmitTestEvent action here.",
"Severity": "OK",
"EventType": "StatusChange",
"EventTimestamp": "gets overwritten/set to current date/time"
},
"Subscription": {
"Context": "Conformance Assertion 8.1.3 and 7.2.1",
"LongDescription": "The 8.1.3 and 7.2.1 Assertions do not check to see that the event is delivered but they will verify SubmitTestEvent against Subscription creation.",
"Destination": "https://example.com/MyHTTPEventHandler",
"Protocol": "Redfish",
"Description": "Set the URL for your Client Event handler and related properties here. Properties set per: http://redfish.dmtf.org/schemas/v1/EventDestination_v1.xml",
"EventTypes": [ "StatusChange", "ResourceUpdated", "ResourceAdded", "ResourceRemoved", "Alert" ]
}
},
"RedfishServiceCheckTool_SUTConfiguration": {
"SUTs": [
{
"Password": "",
"LoginName": "",
"AllowAction_LogServiceClearLog": "",
"DnsName": "",
"DisplayName": "",
"RedfishVersion": "",
"NumUrisToCache": "25"
}
],
"Description": "Setup your server (SUT) location/authorization information here: AllowAction_LogServiceClearLog = yes will allow this Action during test"
},
"RedfishServiceCheckTool_SchemaFiles": {
"DMTF_SPMFSchemas": {
"SchemaZipFileName": "DSP8010_2019.1.zip",
"SchemaRepository": "http://redfish.dmtf.org/schemas/",
"ClientProxy": {
"http_proxy": "none",
"https_proxy": "none",
"Description": "Setup your client proxy here or set the entries to 'none' if it is not needed to get outside a firewall to the Schema Repository URL"
},
"LongDescription": "If RetrieveDMTFSchemas is set to 'no' then the tool expects that the schema files are already in LocalSchemaDirectoryFolder",
"Description": "Set RetrieveDMTFSchemas to 'auto' to download the schema files if they are not already downloaded or 'yes' to force the tool to download them again.",
"SchemaVersion": "v1"
},
"Description": "Path of folder containing schema files ('json-schema/' and 'metadata/' expected within redfish-1.0.0), place in the same directory as scripts",
"LocalSchemaDirectoryFolder": "redfish-1.0.0",
"RetrieveDMTFSchemas": "auto"
}
}