sternenseemann 281a2401b2 nixos/tests/openldap: make openldap test auto-callable
The NixOS manual documents that you can invoke every tests using

    nix-build path/to/nixos/tests/test.nix

which was not the case for openldap since it is not autocallable, but
requires pkgs and system as arguments. Usually, make-test-pythons.nix
takes care of this if it is imported at the top-level, but since
openldap.nix contains multiple tests, this was not the case.

This is however easily fixed by:

* Adding default values for the pkgs and system arguments based on the
  definition in make-test-python.nix
* Passing pkgs and system explicitly to make-test-python.nix to ensure
  the pkgs and system values passed from all-tests.nix are used.
2021-02-18 13:04:08 +01:00
..
2020-11-09 22:50:17 +01:00
2020-06-30 17:12:03 +02:00
2020-10-25 11:01:30 +01:00
2021-02-12 06:54:20 +01:00
2020-12-28 00:35:46 +00:00
2021-02-17 17:57:09 +01:00
2020-05-22 11:23:31 +02:00
2020-12-09 13:24:48 +01:00
2020-10-25 11:01:31 +01:00
2020-05-04 15:56:06 -07:00
2020-08-23 10:31:58 +02:00
2020-09-07 11:21:26 +02:00
2020-12-22 01:39:03 +01:00
2021-01-18 16:12:52 +00:00
2020-07-06 18:35:34 +02:00
2019-12-22 08:52:56 +00:00
2019-12-27 01:22:35 +01:00
2020-02-02 10:46:54 +01:00
2020-12-28 00:37:13 +01:00
2020-12-17 16:58:57 +01:00
2019-12-01 00:50:55 +01:00
2020-12-17 09:05:53 -05:00
2020-12-05 11:02:40 +01:00
2020-10-25 11:01:30 +01:00
2020-11-02 08:16:01 -05:00
2020-12-21 19:41:24 +01:00
2020-11-04 20:37:50 -05:00
2020-11-24 12:42:06 -05:00
2021-01-26 18:11:38 +01:00
2020-11-12 20:00:50 +01:00
2020-06-23 12:02:27 +02:00
2020-04-22 08:36:27 +02:00
2021-01-25 12:11:59 +01:00
2020-10-25 11:01:30 +01:00
2020-10-25 11:01:31 +01:00
2021-01-24 01:49:49 +01:00
2020-09-02 22:18:52 +08:00
2020-08-18 07:59:44 +10:00