dtoc: Tidy up fdt_tests RunTestCoverage() args
authorSimon Glass <sjg@chromium.org>
Sun, 31 Jul 2022 02:57:05 +0000 (20:57 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Aug 2022 17:55:41 +0000 (11:55 -0600)
commit25980791b1848df7df6c273dc5578837cc84f853
treee67662583365e50adb7bfb020d54684ceb5750b2
parent3dd4e916324efc825a7ee8e412f5cf1ded839021
dtoc: Tidy up fdt_tests RunTestCoverage() args

Pass the options args in rather than using the global various. Use snake
case and fix up comments to make pylint happy.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/test_fdt.py