twister: fix a minor typo
Should be 'related' instead of 'realted'. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
2bd0c8c552
commit
1b16d3d3ec
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class Filters:
|
||||||
TESTSUITE = 'testsuite filter'
|
TESTSUITE = 'testsuite filter'
|
||||||
# filters in the testplan yaml definition
|
# filters in the testplan yaml definition
|
||||||
TESTPLAN = 'testplan filter'
|
TESTPLAN = 'testplan filter'
|
||||||
# filters realted to platform definition
|
# filters related to platform definition
|
||||||
PLATFORM = 'Platform related filter'
|
PLATFORM = 'Platform related filter'
|
||||||
# in case a test suite was quarantined.
|
# in case a test suite was quarantined.
|
||||||
QUARANTINE = 'Quarantine filter'
|
QUARANTINE = 'Quarantine filter'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue