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

Commit 484b1e1

Browse files
authored
Merge pull request #160 from DMTF/1.1.7-Tagging
1.1.7 Versioning
2 parents bddb0e5 + 0862e7a commit 484b1e1

22 files changed

+28
-23
lines changed

CHANGELOG.md

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

3+
## [1.1.7] - 2019-02-08
4+
- Updated schema bundle to 2018.3
5+
- Disabled cached responses in assertion 6.4.2.3
6+
- Do not fail assertion 6.5.3 if HEAD not supported
7+
38
## [1.1.6] - 2018-10-19
49
- Added new tests for Manager Accounts
510

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.6"
2+
"Version": "1.1.7"
33
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2016-2018 DMTF. All rights reserved.
1+
Copyright 2016-2019 DMTF. All rights reserved.
22

33
# Redfish Service Conformance Check Tool
44

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 DMTF. All rights reserved.
2+
# Copyright 2016-2019 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 DMTF. All rights reserved.
2+
# Copyright 2016-2019 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 DMTF. All rights reserved.
2+
# Copyright 2016-2019 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 DMTF. All rights reserved.
2+
# Copyright 2016-2019 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 DMTF. All rights reserved.
2+
# Copyright 2016-2019 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 DMTF. All rights reserved.
2+
# Copyright 2016-2019 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_accountservice_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-2018 Distributed Management Task Force, Inc. All rights reserved.
2+
# Copyright 2016-2019 Distributed Management Task Force, Inc. 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)