Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
CreateDocs.py | D | 22-Nov-2023 | 30.4 KiB | 789 | 638 | |
README.txt | D | 22-Nov-2023 | 1.4 KiB | 42 | 29 | |
common.py | D | 22-Nov-2023 | 334 | 9 | 8 | |
customLogo.gif | D | 22-Nov-2023 | 4.7 KiB | |||
doxygen.conf | D | 22-Nov-2023 | 63.8 KiB | 1,552 | 212 | |
doxygenLayout.xml | D | 22-Nov-2023 | 5.6 KiB | 185 | 173 | |
footer.html | D | 22-Nov-2023 | 659 | 15 | 11 | |
fs_find_tests.py | D | 22-Nov-2023 | 1.7 KiB | 49 | 34 | |
header.html | D | 22-Nov-2023 | 624 | 13 | 9 |
README.txt
1Copyright (c) 2011 The Chromium OS Authors. All rights reserved. 2Use of this source code is governed by a BSD-style license that can be 3found in the LICENSE file. 4 5 6This document describes all tests available for automated execution under 7Autotest on http://cautotest. 8 9================================================================================ 10Glossary 11================================================================================ 12 13- $: command line prompt 14- $HOME: home directory of current user. 15- DUT: device under test 16- Semi-Automated Test: test that runs with automation but requires manual 17 intervention. 18 19================================================================================ 20Test Setup 21================================================================================ 22 23- To be added 24 25================================================================================ 26Automated and Semi-Automated Test Runs 27================================================================================ 28 29- To be added 30 31================================================================================ 32Reviewing Automated and Semi-Automated Test Results 33================================================================================ 34 35- To be added 36 37================================================================================ 38Reporting Results 39================================================================================ 40 41- To be added 42