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

Commit 9a0d4c1

Browse files
authored
Merge pull request #140 from robrons/assertions
Assertions
2 parents ae1f99c + 87f464d commit 9a0d4c1

File tree

10 files changed

+912
-8
lines changed

10 files changed

+912
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ redfish-1.0.0/
77
cache_uri_data.json
88
data_rel.json
99
data_rel_no_mem.json
10+
.DS_Store

HTML_Log_Viewer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
<link rel="stylesheet" href="styles.5f729283cef70bf37d6f.css"></head>
1111
<body>
1212
<app-root></app-root>
13-
<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.2f4a59095805af02bd79.js"></script><script type="text/javascript" src="main.c587b51d7e199ebc35de.js"></script></body>
13+
<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.2f4a59095805af02bd79.js"></script><script type="text/javascript" src="main.10e0bde2b8e0d4d96735.js"></script></body>
1414
</html>

HTML_Log_Viewer/main.c587b51d7e199ebc35de.js renamed to HTML_Log_Viewer/main.10e0bde2b8e0d4d96735.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

properties.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"RedfishServiceCheckTool_SUTConfiguration": {
2626
"SUTs": [
2727
{
28-
"Password": "redfish",
29-
"LoginName": "root",
28+
"Password": "",
29+
"LoginName": "",
3030
"AllowAction_LogServiceClearLog": "",
31-
"DnsName": "10.9.1.1",
32-
"DisplayName": "TTU Server",
33-
"RedfishVersion": "V1",
31+
"DnsName": "",
32+
"DisplayName": "",
33+
"RedfishVersion": "",
3434
"NumUrisToCache": "25"
3535
}
3636
],

0 commit comments

Comments
 (0)