Documentation: KUnit: remove duplicated docs for kunit_tool
authorTales Aparecida <tales.aparecida@gmail.com>
Mon, 22 Aug 2022 02:26:39 +0000 (23:26 -0300)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 30 Sep 2022 19:20:33 +0000 (13:20 -0600)
commit2327f7e956bab3e25f472e8c9d0aa6380970a91a
treea69f53ed95bf06c05b42f90578c8e7d442c96708
parent3920c725cbff5c6db69d7077716987a93b0e6a9a
Documentation: KUnit: remove duplicated docs for kunit_tool

Delete "kunit-tool.rst" to remove repeated info from KUnit docs.
"What is kunit_tool?" was integrated into index.rst, the remaining
sections were moved into run_wrapper.rst and renamed as follows:

"What is a .kunitconfig?" -> "Creating a ``.kunitconfig`` file"
"Getting Started with kunit_tool" -> "Running tests with kunit_tool"
"Configuring, Building, and Running Tests" ->
"Configuring, building, and running tests"
"Running Tests on QEMU" -> "Running tests on QEMU"
"Parsing Test Results" -> "Parsing test results"
"Filtering Tests" -> "Filtering tests"
"Other Useful Options" -> "Running command-line arguments"

Signed-off-by: Tales Aparecida <tales.aparecida@gmail.com>
Reviewed-by: Sadiya Kazi <sadiyakazi@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/index.rst
Documentation/dev-tools/kunit/kunit-tool.rst [deleted file]
Documentation/dev-tools/kunit/run_wrapper.rst
Documentation/dev-tools/kunit/start.rst