feat(hardware): auto-detect audio, bluetooth, camera with declarative override
This commit is contained in:
15
tests/hardware/test_packages.yml
Normal file
15
tests/hardware/test_packages.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# Run: ansible-playbook tests/hardware/test_packages.yml
|
||||
- name: Hardware package-resolution fixture tests
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
connection: local
|
||||
vars_files:
|
||||
- pkg_fixtures.yml
|
||||
tasks:
|
||||
- name: Run each package fixture
|
||||
ansible.builtin.include_tasks: _assert_packages.yml
|
||||
loop: "{{ package_fixtures }}"
|
||||
loop_control:
|
||||
loop_var: pf
|
||||
label: "{{ pf.name }}"
|
||||
Reference in New Issue
Block a user