tests/emulator, .github/workflows/emulator: add

This commit is contained in:
Alexander Sosedkin 2024-06-15 19:41:11 +02:00
parent a81256666e
commit 7882ff6d35
9 changed files with 374 additions and 0 deletions

View file

@ -0,0 +1,7 @@
import bootstrap_channels
import on_device_tests
def run(d):
bootstrap_channels.run(d)
on_device_tests.run(d)