The option `--usecli` was added to test_framework in PR11970. Running the test with this parameter will cause all RPCs to be sent through bitcoin-cli rather than directly over http. But the test were not all annotated accordingly. 74 tests were unnecessiraly skipped.
This commit has currently no effect, as `self.supports_cli` is `False` by default. The default will be change in next commit.
This is a backport of Core PR17675 [1/2]