In some cases, it's necessary to provide system specific information to tests. The most obvious example of this are the credentials for the root user.
Configuration should be loaded from a yaml file. The top level structure of that file would be an object, with each field in that object representing one configuration variable. Configuration settings are available as variables globally, using the special /config/ prefix (see also the explanation of prefixes in T227887).