You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Runner/suites/Kernel/FunctionalArea/baseport/qcom_hwrng/README_qcom_hwrng.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ Ensure the following components are present in the target:
17
17
-`rngtest` (Binary Available in /usr/bin) - this test app can be compiled from https://github.com/cernekee/rng-tools/
18
18
19
19
## Directory Structure
20
-
20
+
```
21
21
Runner/
22
22
├── suites/
23
23
│ ├── Kernel/
24
24
│ │ ├── FunctionalArea/
25
25
│ │ │ ├── baseport/
26
26
│ │ │ │ ├── qcom_hwrng/
27
27
│ │ │ │ │ ├── run.sh
28
-
28
+
```
29
29
## Usage
30
30
31
31
1. Copy repo to Target Device: Use scp to transfer the scripts from the host to the target device. The scripts should be copied to the /var directory on the target device.
@@ -42,7 +42,7 @@ cd <this-repo>
42
42
scp -r common Runner user@target_device_ip:/var
43
43
ssh user@target_device_ip
44
44
cd /var/Runner && ./run-test.sh qcom_hwrng
45
-
```
45
+
46
46
Sample output:
47
47
sh-5.2# ./run-test.sh qcom_hwrng
48
48
[Executing test case: /var/Runner/suites/Kernel/FunctionalArea/baseport/qcom_hwrng] 2025-05-16 06:08:41 -
0 commit comments