mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
parent
646a8a3356
commit
430ea8553b
2 changed files with 79 additions and 81 deletions
|
@ -162,7 +162,7 @@ in {
|
||||||
alloy = runTest ./alloy.nix;
|
alloy = runTest ./alloy.nix;
|
||||||
allTerminfo = runTest ./all-terminfo.nix;
|
allTerminfo = runTest ./all-terminfo.nix;
|
||||||
alps = runTest ./alps.nix;
|
alps = runTest ./alps.nix;
|
||||||
amazon-cloudwatch-agent = handleTest ./amazon-cloudwatch-agent.nix {};
|
amazon-cloudwatch-agent = runTest ./amazon-cloudwatch-agent.nix;
|
||||||
amazon-init-shell = handleTest ./amazon-init-shell.nix {};
|
amazon-init-shell = handleTest ./amazon-init-shell.nix {};
|
||||||
amazon-ssm-agent = handleTest ./amazon-ssm-agent.nix {};
|
amazon-ssm-agent = handleTest ./amazon-ssm-agent.nix {};
|
||||||
amd-sev = runTest ./amd-sev.nix;
|
amd-sev = runTest ./amd-sev.nix;
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import ./make-test-python.nix (
|
{ pkgs, ... }:
|
||||||
{ lib, pkgs, ... }:
|
|
||||||
let
|
let
|
||||||
# See https://docs.aws.amazon.com/sdkref/latest/guide/file-format.html.
|
# See https://docs.aws.amazon.com/sdkref/latest/guide/file-format.html.
|
||||||
iniFormat = pkgs.formats.ini { };
|
iniFormat = pkgs.formats.ini { };
|
||||||
|
@ -89,4 +88,3 @@ import ./make-test-python.nix (
|
||||||
machine.wait_for_file("/run/amazon-cloudwatch-agent/env-config.json")
|
machine.wait_for_file("/run/amazon-cloudwatch-agent/env-config.json")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue