Sign in
android-kvm
/
buildroot
/
refs/heads/master
/
.
/
support
/
testing
/
tests
/
package
/
test_python_xmodem.py
blob: b9feb78109da985e0223a27c63fdf047cdd7527b [
file
] [
log
] [
blame
] [
edit
]
import
infra
.
basetest
class
TestHostPythonXmodem
(
infra
.
basetest
.
BRHostPkgTest
):
hostpkgs
=
[
"host-python-xmodem"
]
def
test_run
(
self
):
cmd
=
[
"host/bin/python3"
,
"-c"
,
"import xmodem"
]
infra
.
run_cmd_on_host
(
self
.
builddir
,
cmd
)