Skip to content

Commit 849f537

Browse files
authored
remove tests: delete outdated and redundant test files for AndroidDevice and OpenVINOBuilder modules (#28)
* remove tests: delete outdated and redundant test files for AndroidDevice and OpenVINOBuilder modules * remove tests: delete outdated and redundant test files for AndroidDevice and OpenVINOBuilder modules * update workflows: fix incorrect path for `test_ssh_device_ci.py` in stage-device-tests workflow
1 parent 87ca75c commit 849f537

37 files changed

Lines changed: 668 additions & 110 deletions

.github/workflows/stage-device-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: bash
3737
run: |
3838
set -e
39-
python tests/test_ssh_device_ci.py
39+
python tests/devices/test_ssh_device_ci.py
4040
4141
- name: Run benchmark dry-run via SSH
4242
shell: bash

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ See [Configuration Reference](docs/configuration.md) for details.
4444
- **[Android Installer Module](docs/android_installer.md)** - Automated Android SDK/NDK setup
4545
- **[Build Guide](docs/build-guide.md)** - Building OpenVINO for mobile
4646
- **[Benchmarking Guide](docs/benchmarking.md)** - Running and interpreting benchmarks
47+
- **[Testing Guide](docs/testing.md)** - Running and writing tests
4748
- **[CI/CD Integration](docs/ci-cd.md)** - GitHub Actions and automation
4849
- **[API Reference](docs/api-reference.md)** - Python API documentation
4950
- **[Troubleshooting](docs/troubleshooting.md)** - Common issues and solutions

0 commit comments

Comments
 (0)