From 64f9c78d93cc7a0c55dd833e849bd39867490574 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Tue, 13 Feb 2018 12:40:30 +0000 Subject: [PATCH] osstest: expand the list of tested disk controllers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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é Acked-by: Ian Jackson --- ts-freebsd-host-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts-freebsd-host-install b/ts-freebsd-host-install index 765de294..862a25e7 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; -- 2.39.5