ceph: add passthru.tests
This commit is contained in:
parent
bfc11c643d
commit
236df9cee7
@ -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}" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user