diff --git a/pkgs/fc/default.nix b/pkgs/fc/default.nix index 64137a11b..5643333ca 100644 --- a/pkgs/fc/default.nix +++ b/pkgs/fc/default.nix @@ -37,6 +37,7 @@ rec { multiping = callPackage ./multiping.nix {}; neighbour-cache-monitor = callPackage ./neighbour-cache-monitor {}; ping-on-tap = callPackage ./ping-on-tap {}; + qemu-nautilus = callPackage ./qemu rec { version = "1.7dev"; src = pkgs.fetchFromGitHub { @@ -44,8 +45,8 @@ rec { repo = "fc.qemu"; # The release tooling didn't upgrade properly so we had to pick a specific # commit instead. - rev = "001045a84fc89e75fc3100ec29ac8de7b3ba8839"; - hash = "sha256-7qEq7nUb9FubpGZ+I006F599FULvxilxvfszBPmYE9Q="; + rev = "a0223a339c09deda39ce368bb5089f880aabd544"; + hash = "sha256-rmNTGz1qrdKeB6Qk+Ty1Ly+x29OFg5uyY9CowNMpBkA="; }; qemu_ceph = pkgs.qemu-ceph-nautilus; ceph_client = pkgs.ceph-nautilus.ceph-client; diff --git a/tests/kvm_host_ceph-nautilus.nix b/tests/kvm_host_ceph-nautilus.nix index 646ca67d4..8cfdcc7f8 100644 --- a/tests/kvm_host_ceph-nautilus.nix +++ b/tests/kvm_host_ceph-nautilus.nix @@ -1,5 +1,5 @@ import ./make-test-python.nix ({ testlib, useCheckout ? false, testOpts ? "", clientCephRelease ? "nautilus", ... }: -#import ./make-test-python.nix ({ testlib, useCheckout ? true, testOpts ? "-k test_vm_migration_pattern", clientCephRelease ? "nautilus", ... }: +#import ./make-test-python.nix ({ testlib, useCheckout ? true, testOpts ? "", clientCephRelease ? "nautilus", ... }: #import ./make-test-python.nix ({ testlib, useCheckout ? true, testOpts ? "--flake-finder --flake-runs=500 -x --no-cov", clientCephRelease ? "nautilus", ... }: with testlib; let