summary refs log tree commit diff
path: root/nixos/tests
Commit message (Collapse)AuthorAge
* 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
|
* Remove tabsEelco Dolstra2014-02-28
|
* Fix mysql test evaluationShea Levy2014-02-28
|
* Force a rebuildShea Levy2014-02-09
|
* nixos: add most basic gnome3 test and take a screenshotDomen Kožar2014-02-08
|
* remove references to isSystemUser and fix eval of tested jobDomen Kožar2014-02-08
|
* Force a rebuild.Shea Levy2014-02-04
| | | | | | Sigh. Signed-off-by: Shea Levy <shea@shealevy.com>
* nixos X tests: wait for logind to link a session to the serverShea Levy2014-01-22
| | | | | | There seems to be some race causing failures if an X command gets in before slim starts the session Signed-off-by: Shea Levy <shea@shealevy.com>
* Whitespace to force a buildShea Levy2014-01-19
| | | | | | Ugh Signed-off-by: Shea Levy <shea@shealevy.com>
* Whitespace to force a rebuildShea Levy2014-01-17
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Add a regression test for hostname / nss_myhostnameEelco Dolstra2013-11-26
| | | | Issue #1248.
* Merge pull request #1066 from offlinehacker/nixos/logstash/updateDomen Kožar2013-11-08
|\ | | | | nixos/logstash: update and simplify to be fully compatible with new version
| * nixos/logstash: add testJaka Hudoklin2013-11-01
| |
* | Use default kernel for EFI-related stuffEelco Dolstra2013-11-07
|/
* Fold efi booting into the default livecdShea Levy2013-11-01
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Add lots of missing option typesEelco Dolstra2013-10-30
|
* Add a priority level for overrides in VM testsEelco Dolstra2013-10-29
| | | | | | | | | Now that overriding fileSystems in qemu-vm.nix works again, it's important that the VM tests that add additional file systems use the same override priority. Instead of using the same magic constant everywhere, they can now use mkVMOverride. http://hydra.nixos.org/build/6695561
* Fix evaluation error in the tomcat testEelco Dolstra2013-10-29
|
* Remove remaining uses of mkOverrideTemplateEelco Dolstra2013-10-28
|
* munin: add test and fix a bugDomen Kožar2013-10-20
|
* nixos/tests: Temporarily deactivate nixpart tests.aszlig2013-10-19
| | | | | | | | | Those tests are flapping and redundant to some degree, as two configurations are tested in NixOps as well. So, let's deactivate them until the 1.0 release of nixpart, which has a more general approach for automatically partitioning NixOS installations. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Test whether PAM resource limits workEelco Dolstra2013-10-17
|
* Fix test evaluationEelco Dolstra2013-10-16
|
* Really fix the EFI installer testEelco Dolstra2013-10-16
| | | | http://hydra.nixos.org/build/6497361
* Disable the trac testEelco Dolstra2013-10-16
| | | | It's been failing since forever.
* Fix runInMachineEelco Dolstra2013-10-16
| | | | | | | | It requires a writable /nix/store to store the build result. Also, wait until we've reached multi-user.target before doing the build, and do a sync at the end to ensure all data to $out is properly written. http://hydra.nixos.org/build/6496716
* Fix efi installer testShea Levy2013-10-14
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Test nixos-optionEelco Dolstra2013-10-13
|
* Fix the misc testEelco Dolstra2013-10-13
| | | | http://hydra.nixos.org/build/6480163
* Update the installer tests for nixos-generate-configEelco Dolstra2013-10-13
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10