Skip to content

Commit 85bdaf3

Browse files
committed
Add missing topology_prefix option in the configuration schema
1 parent 8bccc24 commit 85bdaf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reframe/schemas/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@
536536
"target_systems": {"$ref": "#/defs/system_ref"},
537537
"table_format": {"enum": ["csv", "plain", "pretty"]},
538538
"timestamp_dirs": {"type": "string"},
539+
"topology_prefix": {"type": "string"},
539540
"trap_job_errors": {"type": "boolean"},
540541
"unload_modules": {"$ref": "#/defs/modules_list"},
541542
"use_login_shell": {"type": "boolean"},

0 commit comments

Comments
 (0)