rabbitmq-server: add the VM test to passthru.tests
This commit is contained in:
parent
cf2bba74ee
commit
967a5b3047
@ -2,6 +2,7 @@
|
|||||||
, docbook_xml_dtd_45, docbook_xsl, zip, unzip, rsync, getconf, socat
|
, docbook_xml_dtd_45, docbook_xsl, zip, unzip, rsync, getconf, socat
|
||||||
, procps, coreutils, gnused, systemd, glibcLocales
|
, procps, coreutils, gnused, systemd, glibcLocales
|
||||||
, AppKit, Carbon, Cocoa
|
, AppKit, Carbon, Cocoa
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -65,4 +66,8 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ Profpatsch ];
|
maintainers = with stdenv.lib.maintainers; [ Profpatsch ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
vm-test = nixosTests.rabbitmq;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user