1
1
# Copyright Notice:
2
2
# 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
4
4
5
5
###################################################################################################
6
6
# Name: logger
@@ -124,7 +124,7 @@ def init_xl(self):
124
124
# changed outside the tool, Make sure to update the following..
125
125
# Folder name where original assertion excel sheet reside
126
126
self .AssertionSrcFolder = 'assertions'
127
- # Name of master assertions excel sheet
127
+ # Name of main assertions excel sheet
128
128
self .xl_RunFileName = 'rf-assertions-run.xlsx'
129
129
# Name of text log file
130
130
self .TxtFileName = 'rf-assertions-log'
@@ -146,7 +146,7 @@ def init_xl(self):
146
146
print (inst .args )
147
147
exit (0 )
148
148
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
150
150
self .XlRunPath = os .path .join (self .AssertionSrcPath , self .xl_RunFileName )
151
151
152
152
# text log file for assertions logging
@@ -399,7 +399,7 @@ def assertion_log(self, log_control, log_string, SUT_prop = None, service_root =
399
399
#datetime string
400
400
dstr = str (datetime .now ().strftime ("%Y%m%d-%H%M%S" ))
401
401
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
403
403
#self.SUT_XlDestPath = os.path.join(self.SUT_log_Folder , self.xl_RunFileName)
404
404
self .SUT_XlDestPath = os .path .join (self .SUT_log_Folder , dstr + '_' + self .xl_RunFileName )
405
405
try :
0 commit comments