]> git.ipfire.org Git - nitsi.git/commitdiff
Add new test and improve our example test to show our new possibilities
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 29 Apr 2018 09:05:02 +0000 (11:05 +0200)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 29 Apr 2018 09:05:02 +0000 (11:05 +0200)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
test/recipe
test2/recipe [new file with mode: 0644]
test2/settings [new file with mode: 0644]
test3/recipe [new file with mode: 0644]
test3/settings [new file with mode: 0644]

index 309b5a2973bd7b4b7faa893c5fde3b401e40c256..c035b97f88c000dcf296932f970a1bb26b4f5e3b 100644 (file)
@@ -1,2 +1,6 @@
 alice: echo "Hello World"
-bob: echo "Hello World"
\ No newline at end of file
+bob: echo "Hello World"
+alice: ls -l
+all: blkid
+alice,bob !: eecho "This is a comma seperated list"
+include: ../test2
diff --git a/test2/recipe b/test2/recipe
new file mode 100644 (file)
index 0000000..7f96a65
--- /dev/null
@@ -0,0 +1,2 @@
+alice: echo "This is test2 on alice"
+include: ../test3
diff --git a/test2/settings b/test2/settings
new file mode 100644 (file)
index 0000000..616e1a0
--- /dev/null
@@ -0,0 +1,9 @@
+[DEFAULT]
+Name = Hello World
+Description = This is a
+    short description.
+
+[VIRTUAL_ENVIRONMENT]
+Name = basic
+path = ../virtual-environment/basic
+
diff --git a/test3/recipe b/test3/recipe
new file mode 100644 (file)
index 0000000..5382623
--- /dev/null
@@ -0,0 +1,2 @@
+alice: echo "This is test3 on alice"
+all: echo "This is test3 on all"
\ No newline at end of file
diff --git a/test3/settings b/test3/settings
new file mode 100644 (file)
index 0000000..616e1a0
--- /dev/null
@@ -0,0 +1,9 @@
+[DEFAULT]
+Name = Hello World
+Description = This is a
+    short description.
+
+[VIRTUAL_ENVIRONMENT]
+Name = basic
+path = ../virtual-environment/basic
+