nixos/tests/mongodb: also test mongodb-3_4

This commit is contained in:
Maximilian Bosch 2020-03-29 01:06:43 +01:00
parent 3f0a792feb
commit 2c133fbb4b
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -33,7 +33,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
nodes = {
node = {...}: {
environment.systemPackages = with pkgs; [
# mongodb-3_4
mongodb-3_4
mongodb-3_6
mongodb-4_0
];
@ -43,7 +43,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
testScript = ''
node.start()
''
# + runMongoDBTest pkgs.mongodb-3_4
+ runMongoDBTest pkgs.mongodb-3_4
+ runMongoDBTest pkgs.mongodb-3_6
+ runMongoDBTest pkgs.mongodb-4_0
+ ''