Lines Matching +full:cfg +full:- +full:space
73 if ((*iter) == "unprivileged-user" || (*iter) == "unprivileged_user") in check_required_configs()
177 "unprivileged-user configuration variable is not " in check_required_user()
268 /// Checks if the work directory's file system has enough free disk space.
270 /// \param required_disk_space Amount of required free disk space, or zero if
275 /// enough free disk space or an error message otherwise.
284 return F("Requires %s bytes of free disk space but only %s " in check_required_disk_space()
298 /// \param cfg The engine configuration.
305 engine::check_reqs(const model::metadata& md, const config::tree& cfg, in check_reqs() argument
311 reason = check_required_configs(md.required_configs(), cfg, test_suite); in check_reqs()
315 reason = check_allowed_architectures(md.allowed_architectures(), cfg); in check_reqs()
319 reason = check_execenv(md.execenv(), cfg); in check_reqs()
323 reason = check_allowed_platforms(md.allowed_platforms(), cfg); in check_reqs()
327 reason = check_required_user(md.required_user(), cfg); in check_reqs()