about summary refs log tree commit diff
path: root/nixos/tests/jitsi-meet.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-11-30nixosTests.jitsi-meet: test `cfg.caddy.enable`emilylange1-2/+24
2022-06-29nixos/tests/jitsi-meet: remove grep for successfull health checkajs1241-3/+0
afaict, it doesn't log this anymore after https://github.com/jitsi/jitsi-videobridge/pull/1188
2022-03-18nixos/tests: fix some evaluation errorsNaïm Favier1-2/+2
Fixes errors caught by "nixos/testing: restrict arguments to makeTest" as well as some unrelated errors and warnings.
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin1-1/+0
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
2021-06-20nixos/jitsi-meet: update nixos testsillustris1-6/+1
- remove check for `connected .JID: focus@auth.server` because - log format was changed in https://github.com/jitsi/jicofo/commit/c1945ea6cb3dd7c815e963768abc9a3fab57101e - connection.getUser() in jicofo also appears to be broken, returning null instead of username - testing for this log line shouldn't be necessary, as we also test for "Authenticated as focus@auth.server" - remove check for `External component successfully authenticated` because - [JVB no longer uses component](https://community.jitsi.org/t/jvb-not-connecting/91157/2) - increase VM memory
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-08-04treewide: add Jitsi maintainersRyan Mulligan1-2/+2
* makes jitsi maintainer team
2020-07-09nixos/jitsi-meet: initMartin Milata1-0/+55