Skip to content

Commit

Permalink
Updates to scrub script and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
smsearcy committed May 7, 2024
1 parent 2aa9097 commit e549369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/scrub.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/env python
"""Scrub JSON system info for inclusion in test data."""

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion tests/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e549369

Please sign in to comment.