OpenQA/Qemu/DriveController.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 11 | 11 | 100.0 |
total | 11 | 11 | 100.0 |
line | stmt | code |
---|---|---|
1 | # Copyright 2018 SUSE LLC | |
2 | # SPDX-License-Identifier: GPL-2.0-or-later | |
3 | ||
4 | =head2 OpenQA::Qemu::DriveController | |
5 | ||
6 | A device which provides at least one bus for the drive devices to attach | |
7 | to. Buses are documented in <qemu source>/docs/qdev-device-use.txt. | |
8 | ||
9 | =cut | |
10 | ||
11 | use Mojo::Base 'OpenQA::Qemu::MutParams', -signatures; | |
12 | 16 | |
16 | ||
16 | ||
13 | has 'model'; | |
14 | has 'id'; | |
15 | ||
16 | ||
17 | 37 | 1; |
37 | ||
37 | ||
37 |