jrushford commented on pull request #5352:
URL: https://github.com/apache/trafficcontrol/pull/5352#issuecomment-739093541


   > ohhh, right. Yeah, it seems like it works like that. But I'm not sure 
which files are supposed to produce errors:
   > 
   > ```shell
   > find ./test-files/etc/ -type f | while read file; do
   >     echo "";
   >     echo "testing $file";
   >     ./plugin_verifier -c ./test-files/etc -p ./test-files/libexec/ "$file";
   > done 
   > ```
   > 
   > output
   > Some of them have "bad" in the name, so I expect the errors. Some don't, 
though, and I'm not sure if they're supposed to?
   
   You would only run it on a remap.config or plugin.config file as that is 
where you configure ats plugins.  I put those test files there for upcoming 
integration tests so you will see some errors in the output but only run it 
using one of the remap. Config said or plugin.config.  The ones with bad in the 
name are those with errors in them


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to