Merge pull request #88106 from zowoq/tests

podman packages: add passthru tests
This commit is contained in:
adisbladis
2020-05-19 03:14:43 +02:00
committed by GitHub
7 changed files with 44 additions and 6 deletions
@@ -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";