File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ def aggregate_recorded_raw_data(
222222 pathlist = Path (base_dir ).rglob ("*.csv" )
223223 for path in pathlist :
224224 test_source = path .stem
225- # print(f"checking {str(path)}")
225+ print (f"checking { str (path )} for { services_of_interest } " )
226226 with open (path , "r" ) as csv_obj :
227227 csv_dict_reader = csv .DictReader (csv_obj )
228228 for metric in csv_dict_reader :
@@ -283,7 +283,7 @@ def aggregate_recorded_raw_data(
283283 if external_test and not op_record .get ("external_test_suite" ):
284284 op_record ["external_test_suite" ] = True
285285 if k8s_tested and not op_record .get ("k8s_test_suite" ):
286- print (f"Setting k8s_test_suite True for { op_record = } " )
286+ print (f"Setting k8s_test_suite True for { op_name = } { op_record = } " )
287287 op_record ["k8s_test_suite" ] = True
288288
289289 aws_validated = (
You can’t perform that action at this time.
0 commit comments