Skip to content

Commit 1dd528d

Browse files
committed
Add comments regarding test setup
Include test setup information as comment in the script header. This informs tester of hardware setup requirement before starting test. Signed-off-by: Aanchal Chaurasia <[email protected]>
1 parent 3298afe commit 1dd528d

File tree

1 file changed

+2
-0
lines changed
  • Runner/suites/Kernel/FunctionalArea/baseport/USBHost

1 file changed

+2
-0
lines changed

Runner/suites/Kernel/FunctionalArea/baseport/USBHost/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
22
# SPDX-License-Identifier: BSD-3-Clause-Clear
33

4+
#Setup requires at least one USB peripheral connected to USB port that supports Host mode function
5+
46
#!/bin/sh
57
# Import test suite definitions
68
$(pwd)/init_env

0 commit comments

Comments
 (0)