+1
-1
nixos/tests/all-tests.nix
+1
-1
nixos/tests/all-tests.nix
···-mastodon = handleTestOn ["x86_64-linux" "i686-linux" "aarch64-linux"] ./web-apps/mastodon.nix {};
+2
-2
nixos/tests/web-apps/mastodon.nix
nixos/tests/web-apps/mastodon/standard.nix
+2
-2
nixos/tests/web-apps/mastodon.nix
nixos/tests/web-apps/mastodon/standard.nix
···openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -nodes -subj '/CN=mastodon.local' -days 36500···
+9
nixos/tests/web-apps/mastodon/default.nix
+9
nixos/tests/web-apps/mastodon/default.nix
···
+197
nixos/tests/web-apps/mastodon/remote-postgresql.nix
+197
nixos/tests/web-apps/mastodon/remote-postgresql.nix
···+openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -nodes -subj '/CN=mastodon.local' -days 36500+client.succeed("curl --fail https://mastodon.local/api/v1/instance | jq -r '.version' | grep '${pkgs.mastodon.version}'")+client.succeed("curl --fail https://mastodon.local/about | grep 'Mastodon hosted on mastodon.local'")+client.succeed("curl --fail $(curl https://mastodon.local/api/v1/instance 2> /dev/null | jq -r .thumbnail) --output /dev/null")