From d6e35dfe2cb792d13fc25a8d527369143fea4a6e Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 27 Jun 2022 17:45:23 +0200 Subject: use blueprint from repo Signed-off-by: Robin Appelman --- tests/blueprints/basic.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/blueprints/basic.toml (limited to 'tests') 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" -- cgit v1.2.3