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

Commit ec45ef4

Browse files
committed
Updated license comments to point to new branch name
Signed-off-by: Mike Raineri <[email protected]>
1 parent c117e3a commit ec45ef4

19 files changed

+24
-24
lines changed

client_gui.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
from tkinter import *
66
from PIL import ImageTk, Image
@@ -13,8 +13,8 @@
1313

1414

1515
class LoginFrame(Frame):
16-
def __init__(self, master):
17-
super().__init__(master)
16+
def __init__(self, root):
17+
super().__init__(root)
1818

1919
self.label_1 = Label(self, text="Display Name")
2020
self.label_2 = Label(self, text="DnsName")

logger.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
###################################################################################################
66
# Name: logger
@@ -124,7 +124,7 @@ def init_xl(self):
124124
# changed outside the tool, Make sure to update the following..
125125
# Folder name where original assertion excel sheet reside
126126
self.AssertionSrcFolder = 'assertions'
127-
# Name of master assertions excel sheet
127+
# Name of main assertions excel sheet
128128
self.xl_RunFileName = 'rf-assertions-run.xlsx'
129129
# Name of text log file
130130
self.TxtFileName = 'rf-assertions-log'
@@ -146,7 +146,7 @@ def init_xl(self):
146146
print (inst.args)
147147
exit(0)
148148

149-
# Path of the copy of the assertion master excel sheet which gets marked during the test run
149+
# Path of the copy of the assertion main excel sheet which gets marked during the test run
150150
self.XlRunPath = os.path.join(self.AssertionSrcPath, self.xl_RunFileName)
151151

152152
# text log file for assertions logging
@@ -399,7 +399,7 @@ def assertion_log(self, log_control, log_string, SUT_prop = None, service_root =
399399
#datetime string
400400
dstr = str(datetime.now().strftime("%Y%m%d-%H%M%S"))
401401

402-
## create a copy of the master assertion xlxs file for this SUT and open it
402+
## create a copy of the main assertion xlxs file for this SUT and open it
403403
#self.SUT_XlDestPath = os.path.join(self.SUT_log_Folder , self.xl_RunFileName)
404404
self.SUT_XlDestPath = os.path.join(self.SUT_log_Folder , dstr + '_' + self.xl_RunFileName)
405405
try:

rf_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
###################################################################################################
66
# File: rf_client.py

rf_client_old.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
###################################################################################################
66
# File: rf_client.py

rf_sut.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
###################################################################################################
66
# File: rf_utility.py

rf_utility.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
###################################################################################################
66
# File: rf_utility.py

rfs_test/TEST_accountservice_schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 Distributed Management Task Force, Inc. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
#####################################################################################################
66
# File: TEST_accountservice_schema.py

rfs_test/TEST_actioninfo_schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 Distributed Management Task Force, Inc. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
#####################################################################################################
66
# File: TEST_actioninfo_schema.py

rfs_test/TEST_assembly_schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 Distributed Management Task Force, Inc. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
#####################################################################################################
66
# File: TEST_assembly_schema.py

rfs_test/TEST_computersystem_schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 Distributed Management Task Force, Inc. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
#####################################################################################################
66
# File: TEST_ComputerSystem_schema.py

rfs_test/TEST_datamodel_schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
#####################################################################################################
66
# File: rfs_check.py

rfs_test/TEST_protocol_details.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
#####################################################################################################
66
# File: rfs_check.py

rfs_test/TEST_security.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
# File: rfs_check.py
66
# Description: Redfish service conformance check tool. This module contains implemented assertions for

rfs_test/TEST_service_details.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
# File: rfs_check.py
66
# Description: Redfish service conformance check tool. This module contains implemented assertions for

rfs_test/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
###################################################################################################
66
# Verified/operational Python revisions (Windows OS) :

rfs_test_in_progress/TEST_security.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
#####################################################################################################
66
# File: rfs_check.py

rfs_test_in_progress/TEST_service_details.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
#####################################################################################################
66
# File: rfs_check.py

sample_run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
###################################################################################################
66
# Name: sample_run

schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Notice:
22
# Copyright 2016-2019 DMTF. All rights reserved.
3-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/master/LICENSE.md
3+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Conformance-Check/blob/main/LICENSE.md
44

55
###################################################################################################
66
# File: schema.py

0 commit comments

Comments
 (0)