name nixos tests, close #3078

This commit is contained in:
Florian Friesdorf
2014-06-28 16:05:47 +02:00
parent 6a3e6164bd
commit 9b7dbcc83e
37 changed files with 51 additions and 7 deletions
+2
View File
@@ -1,6 +1,8 @@
# This test runs influxdb and checks if influxdb is up and running
import ./make-test.nix {
name = "influxdb";
nodes = {
one = { config, pkgs, ... }: {
services.influxdb.enable = true;