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/Multimedia/CDSP/fastrpc_test/README_CDSP.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,3 @@
1
-
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
-
# SPDX-License-Identifier: BSD-3-Clause-Clear
3
-
4
1
# FastRPC Test Scripts for Qualcomm Linux based platform (Yocto)
5
2
6
3
## Overview
@@ -38,26 +35,29 @@ Runner/
38
35
39
36
## Usage
40
37
41
-
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
38
43
-
2. Verify Transfer: Ensure that the repo have been successfully copied to the /var directory on the target device.
39
+
Instructions
40
+
41
+
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 any directory on the target device.
42
+
43
+
2. Verify Transfer: Ensure that the repo have been successfully copied to any directory on the target device.
44
44
45
-
3. Run Scripts: Navigate to the /var directory on the target device and execute the scripts as needed.
45
+
3. Run Scripts: Navigate to the directory where these files are copied on the target device and execute the scripts as needed.
46
46
47
47
Run a specific test using:
48
48
---
49
49
Quick Example
50
50
```
51
51
git clone <this-repo>
52
52
cd <this-repo>
53
-
scp -r common Runner user@target_device_ip:/var
53
+
scp -r common Runner user@target_device_ip:<Path in device>
54
54
ssh user@target_device_ip
55
-
cd /var/Runner && ./run-test.sh
55
+
cd <Path in device>/Runner && ./run-test.sh
56
56
```
57
57
Sample output:
58
58
```
59
-
sh-5.2# cd /var/Runner && ./run-test.sh fastrpc_test
60
-
[Executing test case: /var/Runner/suites/Multimedia/CDSP/fastrpc_test] 1980-01-06 01:33:25 -
59
+
sh-5.2# cd /<Path in device>/Runner && ./run-test.sh fastrpc_test
60
+
[Executing test case: /<Path in device>/Runner/suites/Multimedia/CDSP/fastrpc_test] 1980-01-06 01:33:25 -
0 commit comments