Merge pull request #88106 from zowoq/tests
podman packages: add passthru tests
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
, glib
|
||||
, glibc
|
||||
, systemd
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -23,6 +24,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
passthru.tests.podman = nixosTests.podman;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/containers/conmon";
|
||||
description = "An OCI container runtime monitor";
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
, python3
|
||||
, systemd
|
||||
, yajl
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -62,6 +63,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
passthru.tests.podman = nixosTests.podman;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A fast and lightweight fully featured OCI runtime and C library for running containers";
|
||||
license = licenses.gpl2Plus;
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
, apparmor-parser
|
||||
, libseccomp
|
||||
, libselinux
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
buildGoPackage rec {
|
||||
@@ -45,6 +46,8 @@ buildGoPackage rec {
|
||||
installManPage man/*/*.[1-9]
|
||||
'';
|
||||
|
||||
passthru.tests.podman = nixosTests.podman;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/opencontainers/runc";
|
||||
description = "A CLI tool for spawning and running containers according to the OCI specification";
|
||||
|
||||
Reference in New Issue
Block a user