summary refs log tree commit diff
path: root/nixos/tests/printing.nix
Commit message (Collapse)AuthorAge
* 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