dummy_PassServer_nossp: test name in wrong format |
||
Issue descriptionWhat steps will reproduce the problem? (1) control file: src/third_party/autotest/files/server/site_tests/dummy_PassServer/control.nossp (2) line 6 (3) What is the expected result? dummy_PassServer.nossp What happens instead? dummy_PassServer_nossp
,
Nov 29 2017
The other control files for the same test haves names such as dummy_PassServer.sanity and dummy_PassServer.ssp, which has been the pattern that I am seeing with other autotests as well. Is dummy_PassServer_nossp in fact a valid NAME field? I looked around and couldn't find any documentation on the proper format of NAME field.
,
Nov 29 2017
NAME field can be any string, so both dummy_PassServer.nossp and dummy_PassServer_nossp works. autotest may append tags after test name (separated by dot) in logging, so use _ is less confusing. anyway, both formats can work.
,
Nov 29 2017
WAI |
||
►
Sign in to add a comment |
||
Comment 1 by dshi@chromium.org
, Nov 29 2017