about summary refs log tree commit diff
path: root/nixos/tests/printing.nix
Commit message (Collapse)AuthorAge
* rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
|
* cups tests: finally fix themVladimír Čunát2016-04-23
| | | | Fixes #14748.
* Revert "nixos.tests.printing: fix"Joachim Fasting2016-04-18
| | | | | | This reverts commit 49894ac857fd1206ac111d6adbf6e9f6e640d795. Reverting in deference to https://github.com/NixOS/nixpkgs/issues/14782
* nixos.tests.printing: fixJoachim Fasting2016-04-18
| | | | | | | | | | | | 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.
* nixos.tests.printing: fix for new CUPS versionNikolay Amiantov2016-02-22
| | | | | | | | | | 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.
* cups: Fix printing testJascha Geerds2015-08-27
|
* nixos/tests/printing: unmaintainVladimír Čunát2015-08-04
| | | | | 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.
* cups: Fix test by using different groff outputJascha Geerds2015-07-27
|
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* cups: Second attempt to fix our printing tests; add more sleep statementsJascha Geerds2015-05-14
|
* cups: First attempt to fix our printing tests; wait until cups is fully ↵Jascha Geerds2015-05-13
| | | | initialized
* cups: Add defaultShared, browsing and webInterace config optionJascha Geerds2015-05-10
|
* cups: Fix printing testsJascha Geerds2015-05-10
| | | | | | | | | | | | | | | | | | | 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
* nixos/tests/printing: Fix CUPS service name (#6767)Jascha Geerds2015-03-25
|
* nixos/tests: fix printing after 0caae022fdVladimír Čunát2015-02-05
|
* fix printing testDomen Kožar2014-11-27
|
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* cups: Add a listenAddresses optionEelco Dolstra2014-04-25
|
* cups: Start after network.targetEelco Dolstra2014-04-24
| | | | http://hydra.nixos.org/build/10661709
* Hopefully fix random failure in cups testEelco Dolstra2014-04-17
| | | | http://hydra.nixos.org/build/10372895
* 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
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10