Compare commits
No commits in common. "c8s" and "c8" have entirely different histories.
1
.bluez.metadata
Normal file
1
.bluez.metadata
Normal file
@ -0,0 +1 @@
|
||||
c5137186e7cc60652eed44cff0067ef749e49eff SOURCES/bluez-5.63.tar.xz
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/bluez-5.63.tar.xz
|
||||
/bluez-5.63.tar.xz
|
||||
|
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (bluez-5.63.tar.xz) = 1b8ce7b1bd9611873c27a762a60df580edeefe5424e8733a2067b9afb1a47915f9319849bc1eeee148f5b1f33977b7975e05867e8dbdf73d33cd68e6b99ca75b
|
@ -1,35 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
# This test is designed such that a Bluetooth controller is not required but we
|
||||
# can at least check to make sure the commands are installed correctly
|
||||
|
||||
# Is bccmd present and doesn't fail if called
|
||||
#bccmd --help
|
||||
|
||||
# Is btattach present and doesn't fail if called
|
||||
btattach --version
|
||||
|
||||
# Is ciptool present and doesn't fail if called
|
||||
ciptool --help
|
||||
|
||||
# hciattach test
|
||||
any_str=$(hciattach -l | grep -E "^any")
|
||||
if [ "$any_str" != "any 0x0000,0x0000" ]
|
||||
then
|
||||
echo "Unable to find the 'any' hciattach configuration"
|
||||
exit 99
|
||||
fi
|
||||
|
||||
# Is hciconfig present and doesn't fail if called
|
||||
hciconfig --help
|
||||
|
||||
# Is hcitool present and doesn't fail if called
|
||||
hcitool --help
|
||||
|
||||
# Is rfcomm present and doesn't fail if called
|
||||
rfcomm --help
|
||||
|
||||
# Is sdptool present and doesn't fail if called
|
||||
sdptool --help
|
@ -1,9 +0,0 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: . # switch to subfolder. This parameter is REQUIRED, use `dir: .` for current folder
|
||||
run: ./run_tests.sh # this is your test command, its exit code is the outcome of the test
|
Loading…
Reference in New Issue
Block a user