Skip to content
Snippets Groups Projects
Unverified Commit cfa26cf1 authored by aszlig's avatar aszlig
Browse files

tests: Add names to VM tests


Having vm-test-run-unnamed for all the test derivation doesn't look very
nice, so in order to better distinguish them from their store path,
let's actually give them proper names.

Signed-off-by: default avataraszlig <aszlig@nix.build>
parent 5cfdf16d
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ in ...@@ -64,6 +64,7 @@ in
makeTest ( makeTest (
{ {
name = "github-flakes";
nodes = nodes =
{ # Impersonate github.com and api.github.com. { # Impersonate github.com and api.github.com.
......
...@@ -8,6 +8,7 @@ with import (nixpkgs + "/nixos/lib/testing-python.nix") { ...@@ -8,6 +8,7 @@ with import (nixpkgs + "/nixos/lib/testing-python.nix") {
}; };
makeTest (let pkgA = pkgs.cowsay; pkgB = pkgs.wget; pkgC = pkgs.hello; in { makeTest (let pkgA = pkgs.cowsay; pkgB = pkgs.wget; pkgC = pkgs.hello; in {
name = "nix-copy-closure";
nodes = nodes =
{ client = { client =
......
...@@ -36,6 +36,7 @@ let ...@@ -36,6 +36,7 @@ let
in in
{ {
name = "remote-builds";
nodes = nodes =
{ builder1 = builder; { builder1 = builder;
......
...@@ -8,6 +8,7 @@ with import (nixpkgs + "/nixos/lib/testing-python.nix") { ...@@ -8,6 +8,7 @@ with import (nixpkgs + "/nixos/lib/testing-python.nix") {
}; };
makeTest { makeTest {
name = "setuid";
machine = machine =
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment