git clone https://github.com/openvinotoolkit/testdata
gradle to build a package and run tests:
gradle build -Prun_tests -DMODELS_PATH=/path/to/testdata -Ddevice=CPU --info
This guide describes the steps to run tests for this module using IntelliJ IDEA. Before starting, ensure that you have IntelliJ IDEA installed and the project has been imported to IntelliJ IDEA.
Clone the following GitHub repository that contains the models needed to run the tests:
git clone https://github.com/openvinotoolkit/testdata
Open the Edit Configurations dialog box from the IntelliJ IDEA toolbar, then select Add New Configuration > Gradle configuration from the dropdown menu
test -Prun_tests -DMODELS_PATH=<path-to-testdata> -Ddevice=CPU
Click on the Edit Environment Variables button beside the Environment Variables input box and add the following environment variable: INTEL_OPENVINO_DIR=<path-to-openvino_install>
Once the gradle configuration is created, run the tests using the following steps: