Merge pull request #255123 from alyssais/cloud-hypervisor-tests

cloud-hypervisor: run more tests

authored by Fabián Heredia Montiel and committed by GitHub 4fdb5e27 96556733

+5 -2
+5 -2
pkgs/applications/virtualization/cloud-hypervisor/default.nix
··· 34 35 OPENSSL_NO_VENDOR = true; 36 37 - # Integration tests require root. 38 - cargoTestFlags = [ "--bins" ]; 39 40 meta = with lib; { 41 homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor";
··· 34 35 OPENSSL_NO_VENDOR = true; 36 37 + cargoTestFlags = [ 38 + "--workspace" 39 + "--bins" "--lib" # Integration tests require root. 40 + "--exclude" "net_util" # Tries to access /dev/net/tun 41 + ]; 42 43 meta = with lib; { 44 homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor";