about summary refs log tree commit diff
path: root/nixos/tests/printing.nix
AgeCommit message (Collapse)AuthorFilesLines
2019-03-24nixos/cups: /var/run -> /runBob van der Linden1-1/+1
2019-03-12misc: Remove myself from list of maintainersJascha Geerds1-1/+1
Unfortunately I don't have the time anymore to maintain those packages.
2019-02-22Remove myself as maintainer from packagesFlorian Friesdorf1-1/+1
I'm currently not maintaining any packages.
2019-02-14nixos/cups: Fix Unable to encrypt connection:Florian Jacob1-0/+2
Unable to create server credentials by creating /var/lib/cups/ssl directory.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-2/+2
2018-02-23cups service: fix client socketsNikolay Amiantov1-1/+3
Use systemd to create the directory for UNIX socket. Also use localhost instead of 127.0.0.1 as is done in default cupsd.conf so that IPv6 is enabled when available.
2017-12-07cups: 2.2.2 -> 2.2.6Peter Hoeg1-1/+1
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar1-1/+1
2016-04-23cups tests: finally fix themVladimír Čunát1-1/+1
Fixes #14748.
2016-04-18Revert "nixos.tests.printing: fix"Joachim Fasting1-6/+6
This reverts commit 49894ac857fd1206ac111d6adbf6e9f6e640d795. Reverting in deference to https://github.com/NixOS/nixpkgs/issues/14782
2016-04-18nixos.tests.printing: fixJoachim Fasting1-6/+6
Two fixes: Not really sure why removing `--fail` from the curl calls is necessary, but with that option, curl erronously reports 404 (which it shouldn't per my interactive vm testing). Fix paths to example files used for the printing test Toghether, these changes allow the test to run to completion on my machine.
2016-02-22nixos.tests.printing: fix for new CUPS versionNikolay Amiantov1-1/+4
It looks like now queue is not immediately cleared from cancelled jobs. Instead, files like "c00001" are left alongside "d00001-001", and cleanup happens at some later point of time. Also, all new jobs are assigned consecutive numbers now (00002, 00003 etc.). So when original d00001 file is finally cleaned, it breaks the test. Fixed by checking for any "d*" file inside the queue and cleaning it by ourselves to ensure that each job works correctly.
2015-08-27cups: Fix printing testJascha Geerds1-1/+1
2015-08-04nixos/tests/printing: unmaintainVladimír Čunát1-1/+1
I won't be a good maintainer of printing tests, as I don't print. I don't know why I was made one in #8163, in the first place.
2015-07-27cups: Fix test by using different groff outputJascha Geerds1-2/+2
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele1-1/+3
2015-05-14cups: Second attempt to fix our printing tests; add more sleep statementsJascha Geerds1-0/+3
2015-05-13cups: First attempt to fix our printing tests; wait until cups is fully ↵Jascha Geerds1-0/+1
initialized
2015-05-10cups: Add defaultShared, browsing and webInterace config optionJascha Geerds1-0/+1
2015-05-10cups: Fix printing testsJascha Geerds1-1/+1
It seems like there's an upstream bug in the "lpstat" command. We need to specify the server's port. Further information: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711327 [root@client:~]# lpstat -H /var/run/cups/cups.sock [root@client:~]# lpstat -h server -H /var/run/cups/cups.sock:631 [root@client:~]# CUPS_SERVER=server lpstat -H server:631 [root@client:~]# lpstat -h server:631 -H server:631
2015-03-25nixos/tests/printing: Fix CUPS service name (#6767)Jascha Geerds1-2/+2
2015-02-05nixos/tests: fix printing after 0caae022fdVladimír Čunát1-1/+1
2014-11-27fix printing testDomen Kožar1-7/+6
2014-06-28name nixos tests, close #3078Florian Friesdorf1-0/+1
2014-04-25cups: Add a listenAddresses optionEelco Dolstra1-1/+1
2014-04-24cups: Start after network.targetEelco Dolstra1-2/+0
http://hydra.nixos.org/build/10661709
2014-04-17Hopefully fix random failure in cups testEelco Dolstra1-0/+2
http://hydra.nixos.org/build/10372895
2014-04-14Make it easier to run the testsEelco Dolstra1-4/+2
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.)
2014-04-11Fix tests broken due to the firewall being enabled by defaultEelco Dolstra1-1/+2
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+90