@@ -92,6 +92,16 @@ SLAVES = {
9292 Slave ('noopenslp' , has_ola_ja_rule_deps = False ), # RenZO
9393 ],
9494 },
95+ 'freebsd-10' : {
96+ 'amd64' : [
97+ Slave ('noopenslp' , has_ola_ja_rule_deps = False ), # RenZO
98+ ],
99+ },
100+ 'freebsd-11' : {
101+ 'amd64' : [
102+ Slave ('noopenslp' , has_ola_ja_rule_deps = False ), # RenZO
103+ ],
104+ },
95105 'gentoo' : {
96106 'armv7l' : [
97107 Slave ('noopenslp' ), # kripton
@@ -216,6 +226,7 @@ OLA_LOGFILES = {
216226 "plugins-kinet-test-suite.log" : "plugins/kinet/test-suite.log" ,
217227 "plugins-test-suite.log" : "plugins/test-suite.log" ,
218228 "plugins-milinst-test-suite.log" : "plugins/milinst/test-suite.log" ,
229+ "plugins-nanoleaf-test-suite.log" : "plugins/nanoleaf/test-suite.log" ,
219230 "plugins-opendmx-test-suite.log" : "plugins/opendmx/test-suite.log" ,
220231 "plugins-openpixelcontrol-test-suite.log" :
221232 "plugins/openpixelcontrol/test-suite.log" ,
@@ -225,6 +236,7 @@ OLA_LOGFILES = {
225236 "plugins-sandnet-test-suite.log" : "plugins/sandnet/test-suite.log" ,
226237 "plugins-shownet-test-suite.log" : "plugins/shownet/test-suite.log" ,
227238 "plugins-spi-test-suite.log" : "plugins/spi/test-suite.log" ,
239+ "plugins-spidmx-test-suite.log" : "plugins/spidmx/test-suite.log" ,
228240 "plugins-stageprofi-test-suite.log" : "plugins/stageprofi/test-suite.log" ,
229241 "plugins-uartdmx-test-suite.log" : "plugins/uartdmx/test-suite.log" ,
230242 "plugins-usbdmx-test-suite.log" : "plugins/usbdmx/test-suite.log" ,
0 commit comments