funfuzz icon indicating copy to clipboard operation
funfuzz copied to clipboard

[funfuzz] Report status to EC2Reporter

Open nth10sd opened this issue 7 years ago • 1 comments

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

nth10sd avatar Apr 13 '18 23:04 nth10sd

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.

nth10sd avatar Jun 19 '19 23:06 nth10sd