summaryrefslogtreecommitdiff
path: root/ubuntu/bluetooth-enablement.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/bluetooth-enablement.yaml')
-rw-r--r--ubuntu/bluetooth-enablement.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/ubuntu/bluetooth-enablement.yaml b/ubuntu/bluetooth-enablement.yaml
deleted file mode 100644
index 70f32c2..0000000
--- a/ubuntu/bluetooth-enablement.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-metadata:
- name: bluetooth-enablement
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Test bluetooth enablement"
- os:
- - ubuntu
- scope:
- - functional
- devices:
-
-install:
- deps:
- - bluez
-
-run:
- steps:
- - "cd ubuntu/scripts; sudo bash -x ./bluetooth-enablement-test.sh"
-
-parse:
- pattern: "(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"