Wireless-Innovation-Forum / Citizens-Broadband-Radio-Service-Device

Apache License 2.0
32 stars 19 forks source link

Add Test Harness release number to console / log files #123

Closed cwilliams-ericsson closed 6 years ago

cwilliams-ericsson commented 6 years ago

Add release number to log files and console to ID which version of test harness has been used.

Propose to add release number and date to header of log files, so it is clear which version of test harness was used for each test case

cwilliams-ericsson commented 6 years ago

Example output for StartOfProject.py test log:

2018-05-09T18:03:43.963Z - INFO - WINNF TEST HARNESS RELEASE: develop1.0.0.2 - 2018-April-09 2018-05-09T18:03:43.963Z - INFO - the selected test from the user : WINNF.FT.C.REG.1 is starting now 2018-05-09T18:03:57.043Z - INFO - registration request from CBRS : { "registrationRequest": [ { ...

Example output for StartPowMeas.py test log:

2018-05-09T18:04:24.546Z - INFO - WINNF TEST HARNESS RELEASE: develop1.0.0.2 - 2018-April-09 2018-05-09T18:04:24.548Z - INFO - Selected spectrum frequency is {'lowFrequency': 3555000000L, 'highFrequency': 3575000000L} 2018-05-09T18:04:24.549Z - INFO - Granted Spectrum Max Eirp = 10dBm/MHz 2018-05-09T18:04:24.549Z - INFO - the selected test from the user : PowerMeasTest is starting now

cwilliams-ericsson commented 6 years ago

Addressed in release v1.0.0.2