ceph: add passthru.tests

This commit is contained in:
Luke Granger-Brown 2021-02-14 18:01:16 +00:00
parent bfc11c643d
commit 236df9cee7

View File

@ -13,6 +13,7 @@
, leveldb, oathToolkit , leveldb, oathToolkit
, libnl, libcap_ng , libnl, libcap_ng
, rdkafka , rdkafka
, nixosTests
# Optional Dependencies # Optional Dependencies
, yasm ? null, fcgi ? null, expat ? null , yasm ? null, fcgi ? null, expat ? null
@ -199,6 +200,7 @@ in rec {
meta = getMeta "Distributed storage system"; meta = getMeta "Distributed storage system";
passthru.version = version; passthru.version = version;
passthru.tests = { inherit (nixosTests) ceph-single-node ceph-multi-node ceph-single-node-bluestore; };
}; };
ceph-client = runCommand "ceph-client-${version}" { ceph-client = runCommand "ceph-client-${version}" {