Auxiliary#

Auxiliary files are files which do not fall under any of the other kinds of resources. These are useful for providing things like scripts for fio, configuration files for some system, hardware specifications, and other means of data.

For the automatic collection of resources to find auxiliary files, they must either:

  1. be located in sub directory of the current working directory (cwd) called auxiliary, or

  2. be a Python script that is not considered a cijoe script.

Auxiliary files can be accessed in the auxiliary resources.

resources = get_resources()
template_path = resources["auxiliary"]