about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorArthur Gautier <arthur.gautier@arista.com>2023-06-03 20:10:20 -0700
committerArthur Gautier <arthur.gautier@arista.com>2023-06-29 09:14:58 -0700
commit933851135002dcc5564ac51263b5e24a5bb14ecc (patch)
treef91fb9365ee0659456c79d6a7d59bd400f1b49a0 /nixos/tests/all-tests.nix
parent562f879cd173525076b79fc9b04de77004ad37c8 (diff)
nixosTest: provide a test for lib.extend in nixosTests & runNixOSTest
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 1b90b3e138071..02bef2039075b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -87,6 +87,7 @@ in {
   # Testing the test driver
   nixos-test-driver = {
     extra-python-packages = handleTest ./nixos-test-driver/extra-python-packages.nix {};
+    lib-extend = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./nixos-test-driver/lib-extend.nix {};
     node-name = runTest ./nixos-test-driver/node-name.nix;
   };