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
This `ota-test_base` image contains a copy of pre-build minimum `ota-image` under `/ota-image` folder, and pre-installed dependencies needed for running and testing OTA client.
28
+
`tester` in the following commands is the service name of the test base container, which is defined in the `docker-compose_tests.yml`(e.g. `tester-ubuntu-22.04`).
28
29
29
30
### Run all tests at once
30
31
@@ -38,22 +39,30 @@ Directly execute pytest is also possible by override the command:
38
39
39
40
```bash
40
41
docker compose -f docker/test_base/docker-compose_tests.yml run --rm tester \
0 commit comments