Skip to content
Snippets Groups Projects
Commit a2ad3801 authored by Florian Sesser's avatar Florian Sesser
Browse files

Upgrade test system

parent 60e19f7d
No related branches found
No related tags found
3 merge requests!180merge develop into production,!177merge develop into staging,!151Upgrade system test software and port system tests from Perl to Python
# The overall system test suite for PrivateStorageio NixOS configuration. # The overall system test suite for PrivateStorageio NixOS configuration.
let let
pkgs = import ../nixpkgs-ps.nix { }; pkgs = import ../nixpkgs-2105.nix { };
in { in {
private-storage = pkgs.nixosTest ./modules/tests/private-storage.nix; private-storage = pkgs.nixosTest ./modules/tests/private-storage.nix;
tahoe = pkgs.nixosTest ./modules/tests/tahoe.nix; tahoe = pkgs.nixosTest ./modules/tests/tahoe.nix;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment