summaryrefslogtreecommitdiff
path: root/tests/format/option-list-directive/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/option-list-directive/project.conf')
-rw-r--r--tests/format/option-list-directive/project.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/format/option-list-directive/project.conf b/tests/format/option-list-directive/project.conf
new file mode 100644
index 000000000..5b2b64fe8
--- /dev/null
+++ b/tests/format/option-list-directive/project.conf
@@ -0,0 +1,18 @@
+name: test
+
+options:
+ shell_mount_devices:
+ type: bool
+ description: whether to mount devices in the shell
+ default: false
+
+shell:
+ host-files:
+ - '/etc/passwd'
+ - '/etc/group'
+
+ (?):
+ - shell_mount_devices:
+ host-files:
+ (>):
+ - '/dev/dri'