08:52:27 It seems somewhat reasonable to skip tests that need virtualisation support when none is available I guess? 08:52:54 As long as it's clear to people that it passing inside a VM is basically meaningless for those tests 16:05:56 well, yes, would need proper message in the log of course.... anyhow, other option would be to perform this check in smartos-test ;) 16:36:54 Given it's an entire top-level test suite, feels like probably something the wrapper there should do. 16:37:49 I think when a set of tests requires specific hardware, it's easier to put them in a different run file. That's what I did with the nvme tests so the unit tests can always run, but the ones that require hardware are clear that they do. 16:55:49 Yeah that makes sense