Add vmTest for Nixinate #16
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: tristan/nixinate#16
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "mc/tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This initializes
./test/default.nix
which is referred to by the flake.nix under thechecks
attribute. This default.nix should point to all future tests, where they can be looked up and ran like:nix build .#checks.x86_64-linux.vmTest
The test included is a simple NixOS VM Test. It uses Nixinate to deploy a machine with
services.nginx.enable = true
set, and tests whether nginx.service is started and reachable after deploymentI still need to make a test for
buildOn = "remote"