Right now, the TH appears to be faking a PICS file and sending it to the scripts, but if there's no PICS file, it supplies an empty PICS file, which basically mean "test nothing".
Since the test framework does RECEIVE a PICS file, we have no way to determine if the PICS are set as intended, or if this was something made up by the TH because someone forgot to load the file into the config, or loaded it incorrectly.
Use Cases
If the TH could just pass through the ACTUAL pics files to the test framework, we can ensure that the correct PICS file was supplied when tests go to check pics.
Test Cases
Run a test that relies on PICS, run test, test should complain that there was no PICS file.
Feature description
Right now, the TH appears to be faking a PICS file and sending it to the scripts, but if there's no PICS file, it supplies an empty PICS file, which basically mean "test nothing".
Since the test framework does RECEIVE a PICS file, we have no way to determine if the PICS are set as intended, or if this was something made up by the TH because someone forgot to load the file into the config, or loaded it incorrectly.
Use Cases
If the TH could just pass through the ACTUAL pics files to the test framework, we can ensure that the correct PICS file was supplied when tests go to check pics.
Test Cases
Run a test that relies on PICS, run test, test should complain that there was no PICS file.
Additional Information
No response