diff --git a/scripts/scrub.py b/scripts/scrub.py old mode 100644 new mode 100755 index 8166782..08e04a1 --- a/scripts/scrub.py +++ b/scripts/scrub.py @@ -1,3 +1,4 @@ +#!/bin/env python """Scrub JSON system info for inclusion in test data.""" from __future__ import annotations diff --git a/tests/data/README.md b/tests/data/README.md index 2c30f43..d72e5be 100644 --- a/tests/data/README.md +++ b/tests/data/README.md @@ -4,7 +4,7 @@ Test Data Files This is the folder for sample data files for testing. Any file named `sysinfo-*.json` will be tested when `pytest` -is executed. Additionally, the script `/scripts/scrub_test_files.py` +is executed. Additionally, the script `/scripts/scrub.py` can be used to generally anonymize a sample file for uploading. This should make it as easy as possible to verify that the parser works with all the various nodes out in the wild.