1 import ./make-test-python.nix {
5 scaphandre = { pkgs, ... } : {
6 boot.kernelModules = [ "intel_rapl_common" ];
8 environment.systemPackages = [ pkgs.scaphandre ];
12 testScript = { nodes, ... } : ''
14 scaphandre.wait_until_succeeds(
15 "scaphandre stdout -t 4",