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

Commit 85daf91

Browse files
authored
Merge pull request #136 from robrons96/logs
Logging Upgrade and Issues Fix
2 parents b2eb8c5 + 35d854e commit 85daf91

12 files changed

+946
-833
lines changed

HTML_Log_Viewer/assets/redlogo.gif

17.5 KB
Loading

HTML_Log_Viewer/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Conformance Test Summary</title>
6+
<base href="/">
7+
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<link rel="icon" type="image/x-icon" href="assets/redlogo.gif">
10+
<link rel="stylesheet" href="styles.5f729283cef70bf37d6f.css"></head>
11+
<body>
12+
<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>
14+
</html>

HTML_Log_Viewer/main.c587b51d7e199ebc35de.js

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

HTML_Log_Viewer/polyfills.2f4a59095805af02bd79.js

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

HTML_Log_Viewer/runtime.a66f828dca56eeb90e02.js

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

HTML_Log_Viewer/styles.5f729283cef70bf37d6f.css

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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ This program has been tested with Python 2.7.10 and 3.4.3.
3838
- For example, if properties.json has SUTs['DisplayName'] "Contoso_server1" then "log/ContosoServer1/ will be created and \<timestamp\>_rf-assertions-run.xlxs" will be created each time you run rf_client.py with "ContosoServer1" configured in properties.json.
3939
- Red/Yellow/Green = Fail/Warn/Pass.
4040
- The Assertions which are not covered by the check are not color marked in the xlxs.
41+
- In order to view the assertion log in an HTML format. Excecute the following command:
42+
43+
`bash viewLog.sh`
44+
- If a web browser is unavailable due to an SSH/CLI connection with the server, the file HTML_Log_Viewer/AssertionLogs.json can be copied and pasted to a local computer with Redfish Conformance Checker.
4145

4246
## Work in progress items/limitations:
4347

logger.py

Lines changed: 171 additions & 80 deletions
Large diffs are not rendered by default.

properties.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
},
2525
"RedfishServiceCheckTool_SUTConfiguration": {
2626
"SUTs": [
27-
{
28-
"Password": "",
29-
"LoginName": "",
30-
"AllowAction_LogServiceClearLog": "yes",
31-
"DnsName": "",
32-
"DisplayName": "",
33-
"RedfishVersion": "v1",
27+
{
28+
"Password": "redfish",
29+
"LoginName": "root",
30+
"AllowAction_LogServiceClearLog": "",
31+
"DnsName": "10.9.1.1",
32+
"DisplayName": "TTU Server",
33+
"RedfishVersion": "V1",
3434
"NumUrisToCache": "25"
3535
}
3636
],

rfs_test/TEST_protocol_details.py

Lines changed: 742 additions & 742 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)