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