about summary refs log tree commit diff
path: root/nixos/tests/containers.nix
Commit message (Collapse)AuthorAge
* Unify NixOS and Nixpkgs channel structureEelco Dolstra2015-08-05
| | | | | | | | | | | | | | | | | | | | | | This is primarily to ensure that -I nixpkgs=https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz and -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz and -I nixpkgs=https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz behave consistently. It also allows installing packages via "nix-env -iA nixos.<pkg>" rather than "nixos.pkgs.<pkg>". It would be even better to allow "nixpkgs.<pkg>", but that requires a change to nix-channel. Fixes #7659.
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* Fix container testEelco Dolstra2014-12-18
| | | | http://hydra.nixos.org/build/17989795
* containers: add test that stopping and starting a container works (#4989)Aristid Breitkreuz2014-11-24
|
* containers: Don't descend into mounts on destroy.aszlig2014-09-11
| | | | | | | | | | | | This tells the sad tale of @the-kenny who had bind-mounted his home directory into a container. After doing `nixos-container destroy` he discovered that his home directory went from "full of precious data" to "no more data". We want to avoid having similar sad tales in the future, so this now also check this in the containers VM test. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Fix container testEelco Dolstra2014-09-05
|
* nixos/tests/containers.nix: Don't pingEelco Dolstra2014-07-29
| | | | | | This randomly fails with "Destination Host Unreachable". That shouldn't happen, since all interfaces/routes should be up after "nixos-container start" returns. Need more investigation...
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* Fix testsEelco Dolstra2014-04-16
| | | | Doing a =~ regexp check doesn't do anything in itself...
* 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
|
* Add a test for NixOS containersEelco Dolstra2014-04-03