funfuzz
funfuzz copied to clipboard
[funfuzz] Report status to EC2Reporter
When the harness/fuzzers are running properly, we should report some sort of status to EC2Reporter.
Probably:
- Platform detection
- Harness is running
- Which fuzzer is running
- How much fuzzer has tested (lines generated?) - Unsure how this looks yet
We can run this command python3 -m EC2Reporter --report "TESTING" || true and the Status Data portion on EC2SpotManager will be updated.
Alternatively, we can call in the EC2Reporter library in Python directly.