Closes #13344
--repeat
--count
Pytest doesn't have a `--repeat` option, but it does have a `--count` option. ``` --count=COUNT Number of times to repeat each test ``` Closes #13218
tests/httpd was renamed to tests/http in #10654. This patch updates some references in the README Closes #10854
Closes #10763
- httpd is only one server we test with - the suite coveres the HTTP protocol in general where the default test cases need a more beefy environment Closes #10654