about summary refs log tree commit diff
path: root/nixos/tests
Commit message (Collapse)AuthorAge
* nixos.tests.installer: Attempt to fix race conditionRicardo M. Correia2014-05-30
| | | | | | | | Attempt to fix race condition in installer tests, especially the grub1 test. The latter was failing when running "parted /dev/sda ..." because /dev/sda didn't exist yet.
* nixos: add influxdb moduleJaka Hudoklin2014-05-27
|
* Remove obsolete udisks testEelco Dolstra2014-05-22
| | | | Closes #2716.
* Fix mumble test: wait for X windows to appear, not only sleepLuca Bruno2014-05-21
|
* Installer test: Don't wait for dhcpcd if we don't have a networkEelco Dolstra2014-05-21
|
* Installer test: Get rid of a warningEelco Dolstra2014-05-21
|
* Fix installer testEelco Dolstra2014-05-21
| | | | | | | The installer now asks the user to set a root password if stdin is a tty, which doesn't work for an interactive test. http://hydra.nixos.org/build/11130072
* Add gnome 3.12 testLuca Bruno2014-05-20
|
* Merge pull request #2629 from letac/masterAustin Seipp2014-05-14
|\ | | | | Phabricator, a web application, snapshot of 2014-05-12
| * Phabricator, a web application, snapshot of 2014-05-12Strahinja Popovic2014-05-12
| |
* | resolve issue #2308Corey O'Connor2014-05-13
|/
* nixos: f2fs filesystem module support (close #2085)Emery Hemingway2014-05-11
|
* Installer test: Increase amount of RAMEelco Dolstra2014-05-07
| | | | | | On x86_64, 384 MB is not enough anymore for running "nix-env -i". http://hydra.nixos.org/build/10865007
* Fix the simple installer testEelco Dolstra2014-04-30
| | | | http://hydra.nixos.org/build/10712818
* Installer test: Unmount filesystems after installationEelco Dolstra2014-04-30
| | | | | | | | | Hopefully fixes failures like: http://hydra.nixos.org/build/10712833 This shouldn't be necessary, but it might be that the use of unionfs is interfering with a clean shutdown.
* gummiboot: Automatically disable GRUBEelco Dolstra2014-04-30
|
* Merge the EFI test into tests/installer.nixEelco Dolstra2014-04-30
|
* Installer test: Remove fileSystems argumentEelco Dolstra2014-04-30
| | | | | | The config function unintentionally ignored its fileSystems argument. However, things still worked thanks to the magic of nixos-generate-config. Yay!
* Add a test for automountingEelco Dolstra2014-04-29
|
* Give the KDE test more memoryEelco Dolstra2014-04-25
|
* UrghEelco Dolstra2014-04-25
| | | | | | Can't figure out why "hostname -s" keeps failing randomly :-( http://hydra.nixos.org/build/10662142
* cups: Add a listenAddresses optionEelco Dolstra2014-04-25
|
* Make nscd startup synchronousEelco Dolstra2014-04-24
| | | | | | | Nscd forks into the background before it's ready to accept connections. So explicitly wait until it's ready. http://hydra.nixos.org/build/10661767
* cups: Start after network.targetEelco Dolstra2014-04-24
| | | | http://hydra.nixos.org/build/10661709
* Try againEelco Dolstra2014-04-24
|
* Make the misc test a bit more robustEelco Dolstra2014-04-24
|
* nixos/tests/avahi: Fix race condition on mDNS testRicardo M. Correia2014-04-21
|
* Add a test for udisks2Eelco Dolstra2014-04-19
|
* Make the login test a bit more robustEelco Dolstra2014-04-18
| | | | http://hydra.nixos.org/build/10397037
* Add option ‘systemd.tmpfiles.rules’Eelco Dolstra2014-04-17
| | | | | | | | This allows specifying rules for systemd-tmpfiles. Also, enable systemd-tmpfiles-clean.timer so that stuff is cleaned up automatically 15 minutes after boot and every day, *if* you have the appropriate cleanup rules (which we don't have by default).
* Fix module loading in systemd-udevdEelco Dolstra2014-04-17
|
* Hopefully fix random failure in cups testEelco Dolstra2014-04-17
| | | | http://hydra.nixos.org/build/10372895
* Fix testsEelco Dolstra2014-04-16
| | | | Doing a =~ regexp check doesn't do anything in itself...
* Fix the bittorrent testEelco Dolstra2014-04-15
| | | | | | This was broken since e8baaba044689b75ef4f36ebc5a93b7462c23cb2, because on the tracker, a DNS lookup for "tracker" returns ::1 due to nss_myhostname. This apparently confused it.
* Add missing fileEelco Dolstra2014-04-14
|
* Fix installer test evaluationEelco Dolstra2014-04-14
|
* Make it easier to run the testsEelco Dolstra2014-04-14
| | | | | | | | | | | You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
* Fix tests broken due to the firewall being enabled by defaultEelco Dolstra2014-04-11
|
* Merge branch 'containers'Eelco Dolstra2014-04-10
|\ | | | | | | Fixes #2105.
| * Add a test for NixOS containersEelco Dolstra2014-04-03
| |
* | Add a regression test for udisksEelco Dolstra2014-04-07
| |
* | nixos: add mumble testAustin Seipp2014-04-02
| | | | | | | | | | | | This tests that both the client and server work. With screenshots! Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Another fix to the installer testsEelco Dolstra2014-03-31
| |
* | nixos-hardware-scan: Detect QEMUEelco Dolstra2014-03-30
| |
* | Another attempt to fix the installer testEelco Dolstra2014-03-30
| | | | | | | | http://hydra.nixos.org/build/9904133
* | nixos/rabbitmq: rewriteJaka Hudoklin2014-03-29
|/ | | | | | - rewrite from old jobs options to new services - add simple test - add dataDir option
* remove users.jenkins config start on slave config.Corey O'Connor2014-03-13
| | | | | | Uses standard NixOS user config merging. Work in progress: The slave config does not actually start the slave agent. This just configures a jenkins user if required. Bare minimum to enable a nice jenkins SSH slave.
* Add jenkins continuous integration server and user.Corey O'Connor2014-03-13
| | | | | | | | | | | | | | | | | By default the jenkins server is executed under the user "jenkins". Which can be configured using users.jenkins.* options. If a different user is requested by changing services.jenkins.user then none of the users.jenkins options apply. This patch does not include jenkins slave configuration. Some config options will probably change when this is implemented. Aspects like the user and environment are typically identical between slave and master. The service configs are different. The design is for users.jenkins to cover the shared aspects while services.jenkins and services.jenkins-slave cover the master and slave specific aspects, respectively. Another option would be to place everything under services.jenkins and have a config that selects master vs slave.
* Move generation of coverage reports from nixos/lib/testing to releaseToolsEelco Dolstra2014-03-03
| | | | Also, turn some stdenv adapters into setup hooks.
* Fix mysql-replication testEelco Dolstra2014-02-28
|