summaryrefslogtreecommitdiff
path: root/gnu/tests/base.scm
Commit message (Expand)AuthorAgeFilesLines
* activation: Shared system home directories are now 555 and root-owned....Ludovic Courtès2019-03-081-0/+6
* tests: Use non-deprecated (guix store) API....Ludovic Courtès2019-03-041-1/+1
* services: avahi: Deprecate the 'avahi-service' procedure....Ludovic Courtès2019-01-161-1/+2
* services: Deprecate a few more service procedures....Ludovic Courtès2019-01-111-2/+3
* file-systems: Spawn a REPL only when interaction is possible....Ludovic Courtès2018-12-181-0/+15
* activation: Aways pass '-d HOME' to 'useradd'....Ludovic Courtès2018-11-181-3/+8
* services: nscd: Add 'invalidate' and 'statistics' actions....Ludovic Courtès2018-11-131-0/+14
* services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès2018-10-181-1/+1
* tests: base: Add Guile-Gcrypt & co. to the search path....Ludovic Courtès2018-09-081-2/+14
* services: mcron: Add 'schedule' action....Ludovic Courtès2018-07-131-0/+7
* tests: basic: Wait for /var/run/shepherd/socket to be ready....Ludovic Courtès2018-07-031-0/+17
* services: boot: Take gexps instead of monadic gexps....Ludovic Courtès2018-06-201-14/+13
* services: cleanup: Expect file names to be UTF-8-encoded....Ludovic Courtès2018-06-201-0/+71
* tests: Honor the return value of 'start-service'....Clément Lassieur2018-06-131-26/+36
* gnu: mcron: Update to 1.1.1....Ludovic Courtès2018-04-191-4/+5
* gnu: mcron: Update to 1.1 and deprecate "mcron2"....Ludovic Courtès2018-03-191-2/+2
* tests: Remove outdated comment....Ludovic Courtès2018-02-191-5/+0
* tests: mcron: Adjust use of 'wait-for-file'....Ludovic Courtès2017-09-261-4/+4
* marionette: 'wait-for-file' can be passed a read procedure....Ludovic Courtès2017-09-081-13/+2
* services: user-processes: Reap child processes....Ludovic Courtès2017-08-281-0/+83
* tests: Use 'virtual-machine' records instead of monadic procedures....Ludovic Courtès2017-07-201-156/+154
* marionette: Factorize 'wait-for-file'....Ludovic Courtès2017-06-121-17/+3
* activation: Change permissions on /root to #o700....Ludovic Courtès2017-05-301-0/+9
* services: user-homes: Do not create home directories marked as no-create....Ludovic Courtès2017-05-181-0/+22
* tests: "basic" test loads (guix …) modules from the right place....Ludovic Courtès2017-05-131-13/+8
* tests: Strengthen GC root test....Ludovic Courtès2017-05-131-2/+4
* services: 'service-parameters' becomes 'service-value'....Ludovic Courtès2017-04-161-1/+1
* tests: Introduce 'simple-operating-system' and use it....Ludovic Courtès2017-04-011-27/+3
* services: Add 'special-files-service-type'....Ludovic Courtès2017-02-081-0/+17
* activation: Set the right owner for home directories....Ludovic Courtès2017-02-041-8/+28
* system: Create home directories once 'file-systems' is up....Ludovic Courtès2017-02-011-0/+37
* services: Create /var/log/wtmp upon activation....Ludovic Courtès2017-01-241-0/+23
* services: Create /var/run/utmpx upon activation....Ludovic Courtès2017-01-191-2/+20
* tests: Remove 'GUIX_LOCPATH' hack that had been added for glibc@2.23....Ludovic Courtès2016-11-231-8/+2
* install: Enable "cryptodisk" handling in GRUB....Ludovic Courtès2016-11-231-2/+11
* marionette: Add 'marionette-screen-text' using OCR....Ludovic Courtès2016-11-231-0/+16
* tests: basic: Fix harmless thinko....Ludovic Courtès2016-11-171-7/+13
* services: syslog: Use syslog-configuration....David Craven2016-09-061-3/+6
* services: herd: Provide <live-service> objects....Ludovic Courtès2016-08-311-5/+7
* tests: Make sure /var/guix/gcroots/profiles is a valid symlink....Ludovic Courtès2016-08-291-0/+9
* tests: Make sure /run/current-system is a GC root....Ludovic Courtès2016-08-291-0/+27
* system: Define 'GUIX_LOCPATH' to work around 'glibc' package defect....Ludovic Courtès2016-08-021-0/+12
* gnu: Switch to 'with-imported-modules'....Ludovic Courtès2016-07-121-257/+257
* tests: Add Avahi and NSS-mDNS test....Ludovic Courtès2016-06-271-1/+144
* tests: base: Add host name resolution tests....Ludovic Courtès2016-06-271-0/+21
* tests: basic: Don't hard-code the expected architecture name....Ludovic Courtès2016-06-231-3/+4
* services: Add 'mcron-service'....Ludovic Courtès2016-06-221-1/+105
* tests: Add a mechanism to describe and discover system tests....Ludovic Courtès2016-06-201-13/+17
* tests: base: Fully honor the OS passed to 'run-basic-test'....Ludovic Courtès2016-06-201-7/+12
* tests: Export 'run-basic-test'....Ludovic Courtès2016-06-201-98/+105