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/Video/README_Video.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -41,26 +41,26 @@ Runner/
41
41
42
42
## Usage
43
43
44
-
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.
44
+
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.
45
45
46
-
2. Verify Transfer: Ensure that the repo have been successfully copied to the /var directory on the target device.
46
+
2. Verify Transfer: Ensure that the repo have been successfully copied to any directory on the target device.
47
47
48
-
3. Run Scripts: Navigate to the /var directory on the target device and execute the scripts as needed.
48
+
3. Run Scripts: Navigate to the directory where these files are copied on the target device and execute the scripts as needed.
49
49
50
50
Run a specific test using:
51
51
---
52
52
Quick Example
53
53
```
54
54
git clone <this-repo>
55
55
cd <this-repo>
56
-
scp -r common Runner user@target_device_ip:/var
56
+
scp -r Runner user@target_device_ip:<Path in device>
57
57
ssh user@target_device_ip
58
-
cd /var/Runner && ./run-test.sh iris_v4l2_video_encode
58
+
cd <Path in device>/Runner && ./run-test.sh iris_v4l2_video_encode
59
59
```
60
60
Sample output:
61
61
```
62
-
sh-5.2# cd /var/Runner && ./run-test.sh iris_v4l2_video_encode
63
-
[Executing test case: /var/Runner/suites/Multimedia/Video/iris_v4l2_video_encode] 1980-01-08 22:22:15 -
62
+
sh-5.2# cd <Path in device>/Runner && ./run-test.sh iris_v4l2_video_encode
63
+
[Executing test case: <Path in device>/Runner/suites/Multimedia/Video/iris_v4l2_video_encode] 1980-01-08 22:22:15 -
0 commit comments