diff mbox

[v16,18/18] osstest: expand the list of tested disk controllers

Message ID 20171110181042.1201-3-roger.pau@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Roger Pau Monné Nov. 10, 2017, 6:10 p.m. UTC
The Mass osstest instance has a more diverse list of hardware disk
controllers, so expand the list in order to include all the possible
disk drivers.

For the record, this list can be found at:

usr.sbin/bsdconfig/share/device.subr

In the FreeBSD source tree.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 ts-freebsd-host-install | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/ts-freebsd-host-install b/ts-freebsd-host-install
index 573245ad..a12591cb 100755
--- a/ts-freebsd-host-install
+++ b/ts-freebsd-host-install
@@ -122,7 +122,8 @@  sub install () {
     my $authkeys = authorized_keys();
     my $knownhosts = known_hosts();
     my $sshd_keys_url = create_ssh_overlay();
-    my @disk_names = qw(ada0 da0 ad0);
+    my @disk_names =
+        qw(ada0 da0 ad0 aacd0 amrd0 idad0 ipsd0 mfid0 mlxd0 twed0);
     my $target_sets = "/root/osstest_sets";
     my $disk;
     my $nic;