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>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
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;