summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2020-04-02 23:40:55 +0300
committerIzorkin <izorkin@elven.pw>2020-05-06 16:42:29 +0300
commit8af9c97c0d6ee8e5f5fe3e61479ebc56c5ffb761 (patch)
tree35e78ec799a3852fe93be0da13439b47577f43a2 /nixos/tests/all-tests.nix
parent5487e155d7888c9cb5d777acbb600b11c16c4bf1 (diff)
downloadnixpkgs-8af9c97c0d6ee8e5f5fe3e61479ebc56c5ffb761.tar
nixpkgs-8af9c97c0d6ee8e5f5fe3e61479ebc56c5ffb761.tar.gz
nixpkgs-8af9c97c0d6ee8e5f5fe3e61479ebc56c5ffb761.tar.bz2
nixpkgs-8af9c97c0d6ee8e5f5fe3e61479ebc56c5ffb761.tar.lz
nixpkgs-8af9c97c0d6ee8e5f5fe3e61479ebc56c5ffb761.tar.xz
nixpkgs-8af9c97c0d6ee8e5f5fe3e61479ebc56c5ffb761.tar.zst
nixpkgs-8af9c97c0d6ee8e5f5fe3e61479ebc56c5ffb761.zip
nixos/tests: move mysql tests to subfolder
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index d1b1acc292d..8857d191a49 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -24,7 +24,6 @@ in
   _3proxy = handleTest ./3proxy.nix {};
   acme = handleTest ./acme.nix {};
   atd = handleTest ./atd.nix {};
-  automysqlbackup = handleTest ./automysqlbackup.nix {};
   avahi = handleTest ./avahi.nix {};
   babeld = handleTest ./babeld.nix {};
   bcachefs = handleTestOn ["x86_64-linux"] ./bcachefs.nix {}; # linux-4.18.2018.10.12 is unsupported on aarch64
@@ -197,9 +196,10 @@ in
   munin = handleTest ./munin.nix {};
   mutableUsers = handleTest ./mutable-users.nix {};
   mxisd = handleTest ./mxisd.nix {};
-  mysql = handleTest ./mysql.nix {};
-  mysqlBackup = handleTest ./mysql-backup.nix {};
-  mysqlReplication = handleTest ./mysql-replication.nix {};
+  mysql = handleTest ./mysql/mysql.nix {};
+  mysql-autobackup = handleTest ./mysql/mysql-autobackup.nix {};
+  mysql-backup = handleTest ./mysql/mysql-backup.nix {};
+  mysql-replication = handleTest ./mysql/mysql-replication.nix {};
   nagios = handleTest ./nagios.nix {};
   nat.firewall = handleTest ./nat.nix { withFirewall = true; };
   nat.firewall-conntrack = handleTest ./nat.nix { withFirewall = true; withConntrackHelpers = true; };