Skip to content

Commit d88abb6

Browse files
committed
Public CI OpenCV Shell Scripts
Added shell script for OpenVC testcases Added Readme for OpenVC Testcases Signed-off-by: Abhishek <[email protected]>
1 parent 742d896 commit d88abb6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Runner/suites/Multimedia/OpenCV/README_OpenCV.md

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

4-
# OpenCV Test Script for RB3 Gen2 (Yocto)
4+
# OpenCV Test Script for Qualcomm Linux based platform (Yocto)
55

66
## Overview
77

8-
OpenCV script automates the validation of one of the OpenCV APIs functionality on the Qualcomm RB3 Gen2 platform running a Yocto-based Linux system.
8+
OpenCV script automates the validation of one of the OpenCV APIs functionality on the Qualcomm Linux based platform running a Yocto-based Linux system.
99

1010
## Features
1111

@@ -77,6 +77,7 @@ ssh user@target_device_ip
7777
cd /var/Runner && ./run-test.sh
7878
```
7979
Sample output:
80+
```
8081
sh-5.2# cd /var/Runner && ./run-test.sh OpenCV
8182
[Executing test case: /var/Runner/suites/Multimedia/OpenCV/] 1980-01-09 01:31:15 -
8283
[INFO] 1980-01-09 01:31:15 - -----------------------------------------------------------------------------------------
@@ -86,7 +87,7 @@ sh-5.2# cd /var/Runner && ./run-test.sh OpenCV
8687
...
8788
[PASS] 1980-01-09 22:31:16 - Opencv_core : Test Passed
8889
[INFO] 1980-01-09 22:31:16 - -------------------Completed Opencv_core Testcase----------------------------
89-
90+
```
9091

9192
## Notes
9293

0 commit comments

Comments
 (0)