[v2,2/4] dts: fix smoke tests docstring
Checks
Commit Message
Sphinx autodoc complains of is_blocking being duplicated. This is the
case as the parent already holds a docstring for this attribute. Remove
the duplication.
Fixes: 6ef07151aac4 ("dts: update docstrings")
Signed-off-by: Luca Vizzarro <luca.vizzarro@arm.com>
Reviewed-by: Paul Szczepanek <paul.szczepanek@arm.com>
---
dts/tests/TestSuite_smoke_tests.py | 2 --
1 file changed, 2 deletions(-)
Comments
Reviewed-by: Dean Marx <dmarx@iol.unh.edu>
@@ -30,8 +30,6 @@ class TestSmokeTests(TestSuite):
The infrastructure also needs to be tested, as that is also used by all other test suites.
Attributes:
- is_blocking: This test suite will block the execution of all other test suites
- in the test run after it.
nics_in_node: The NICs present on the SUT node.
"""