]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
osstest: expand the list of tested disk controllers
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 13 Feb 2018 12:40:30 +0000 (12:40 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 21 Jun 2018 15:56:55 +0000 (16:56 +0100)
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>
ts-freebsd-host-install

index 765de294539863b35fd10400b97a3511f1f8d61c..862a25e75b9ad650b0bfb293bc98588bc03f6b33 100755 (executable)
@@ -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;