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
1 changed files with 2 additions and 2 deletions

View File

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