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

Commit 2eeea58

Browse files
committed
1.1.6 Versioning
1 parent cf404bd commit 2eeea58

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [1.1.6] - 2018-10-19
4+
- Added new tests for Manager Accounts
5+
36
## [1.1.5] - 2018-10-04
47
- Added version output from the tool
58
- Fixed unresolved variable ref in Assertion_ACCO105

HTML_Log_Viewer/Version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"Version": "1.1.5"
2+
"Version": "1.1.6"
33
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +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:
41+
- In order to view the assertion log in an HTML format. Excecute the following command:
4242

4343
`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.
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.
4545

4646
## Work in progress items/limitations:
4747

@@ -51,6 +51,6 @@ This program has been tested with Python 2.7.10 and 3.4.3.
5151
## Release Process
5252

5353
1. Update `CHANGELOG.md` with the list of changes since the last release
54-
2. TODO: Add version string in the tool somewhere
54+
2. Update the `Version` property in `HTML_Log_Viewer/Version.json` to reflect the new tool version
5555
3. Push changes to Github
5656
4. Create a new release in Github

0 commit comments

Comments
 (0)