summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/blueprints/basic.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/blueprints/basic.toml b/tests/blueprints/basic.toml
new file mode 100644
index 00000000000..28902fd5708
--- /dev/null
+++ b/tests/blueprints/basic.toml
@@ -0,0 +1,20 @@
+[[user]]
+id = "test"
+groups = ["test_group"]
+files = [
+ "test.txt",
+ "foo/sub.png",
+ "empty",
+]
+
+[[user]]
+id = "test2"
+groups = ["test"]
+files = [
+ "many_files/file_[1..100].txt"
+]
+
+[[share]]
+from = "test2"
+to = "test"
+file = "many_files"