ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
749 stars 142 forks source link

enginelocate: improve testing for ubuntu and cloudflare methods #2715

Closed bassosimone closed 2 months ago

bassosimone commented 2 months ago

As part of https://github.com/ooni/probe/issues/2700, I am going to change the underlying mechanism with which we communicate with these services, by switching it from httpx to httpclientx (implemented in https://github.com/ooni/probe-cli/pull/1560). Before making this change, I would like to boost our confidence about replacing the underlying mechanism by writing more comprehensive testing for the ubuntu and cloudflare IP lookup methods.