* fixes#7592 type(test): Added end-to-end test for telemetry verification during enrollment and unenrollment
Because
* Making sure telemetry is sent when a client enrolls and unenrolls is very important. We did not have automated tests for this though
This Commit
* Adds automated checks for telemetry enroll/unenroll events.
Since this test can take a varying amount of time to complete, I utilized pytest-xdist to group tests so that this test can be run immediately, to save time.
I also had to write a ping server to collect and verify the pings, that is included in this PR.