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

Commit ae1f99c

Browse files
authored
Merge pull request #138 from DMTF/1.1.3-Tagging
1.1.3 Versioning
2 parents 85daf91 + f02d5bd commit ae1f99c

17 files changed

+26
-16
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.3] - 2018-09-07
4+
- Added new logging functionality to show the test results in a web browser
5+
36
## [1.1.2] - 2018-08-03
47
- Added checking for presence of an action before trying to test the action
58

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2016-2018 Distributed Management Task Force, Inc. All rights reserved.
1+
Copyright 2016-2018 DMTF. All rights reserved.
22

33
# Redfish Service Conformance Check Tool
44

@@ -47,3 +47,10 @@ This program has been tested with Python 2.7.10 and 3.4.3.
4747

4848
1. Work in progress items are either annotated with 'WIP' or 'todo'. They dont affect the completed portion of the tool which should successfully run.
4949
2. Current implementation for schemas found in local directory (or remotely retrieved) does not guarantee that SUT service is using the same version of the schema files. It is a WIP for this tool. Please make sure that schema file version found in $metadata for SUT is the same as the version of files in the directory to get correct results
50+
51+
## Release Process
52+
53+
1. Update `CHANGELOG.md` with the list of changes since the last release
54+
2. TODO: Add version string in the tool somewhere
55+
3. Push changes to Github
56+
4. Create a new release in Github

client_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Notice:
2-
# Copyright 2016-2017 Distributed Management Task Force, Inc. All rights reserved.
2+
# Copyright 2016-2017 DMTF. All rights reserved.
33
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
44

55
from tkinter import *

logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Notice:
2-
# Copyright 2016-2017 Distributed Management Task Force, Inc. All rights reserved.
2+
# Copyright 2016-2017 DMTF. All rights reserved.
33
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
44

55
###################################################################################################

rf_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Notice:
2-
# Copyright 2016-2017 Distributed Management Task Force, Inc. All rights reserved.
2+
# Copyright 2016-2017 DMTF. All rights reserved.
33
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
44

55
###################################################################################################

rf_client_old.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Notice:
2-
# Copyright 2016-2017 Distributed Management Task Force, Inc. All rights reserved.
2+
# Copyright 2016-2017 DMTF. All rights reserved.
33
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
44

55
###################################################################################################

rf_sut.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Notice:
2-
# Copyright 2016-2017 Distributed Management Task Force, Inc. All rights reserved.
2+
# Copyright 2016-2017 DMTF. All rights reserved.
33
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
44

55
###################################################################################################

rf_utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Notice:
2-
# Copyright 2016-2017 Distributed Management Task Force, Inc. All rights reserved.
2+
# Copyright 2016-2017 DMTF. All rights reserved.
33
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
44

55
###################################################################################################

rfs_test/TEST_datamodel_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Notice:
2-
# Copyright 2016-2017 Distributed Management Task Force, Inc. All rights reserved.
2+
# Copyright 2016-2017 DMTF. All rights reserved.
33
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
44

55
#####################################################################################################

rfs_test/TEST_protocol_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Notice:
2-
# Copyright 2016-2017 Distributed Management Task Force, Inc. All rights reserved.
2+
# Copyright 2016-2017 DMTF. All rights reserved.
33
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
44

55
#####################################################################################################

0 commit comments

Comments
 (0)