You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
883 B
45 lines
883 B
python_test_host {
|
|
name: "BluetoothBaseTest",
|
|
main: "bluetooth_base_test.py",
|
|
srcs: ["bluetooth_base_test.py"],
|
|
libs: [
|
|
"mobly",
|
|
"mbs_utils"
|
|
],
|
|
test_suites: [
|
|
"catbox",
|
|
],
|
|
test_options: {
|
|
unit_test: false,
|
|
},
|
|
data: [
|
|
// Package the snippet with the mobly test
|
|
":AutomotiveSnippet",
|
|
":PhoneSnippet",
|
|
],
|
|
version: {
|
|
py3: {
|
|
embedded_launcher: true,
|
|
},
|
|
},
|
|
}
|
|
|
|
python_library_host {
|
|
name: "BluetoothTestLibrary",
|
|
pkg_path: "bluetooth_test",
|
|
srcs: ["bluetooth_base_test.py"],
|
|
libs: [
|
|
"mobly",
|
|
"mbs_utils"
|
|
],
|
|
data: [
|
|
// Package the snippet with the mobly test
|
|
":AutomotiveSnippet",
|
|
":PhoneSnippet",
|
|
],
|
|
version: {
|
|
py3: {
|
|
embedded_launcher: true,
|
|
},
|
|
},
|
|
} |