ca05da215f
Use async command execution Fix networks Delete unused helpers Don't manage networks in tests Prepare class Tar for upload recipies Renaming tests Template class Hiera.yaml for master Don't stop selinux in tests Ignore package managers warnings Add master role Manifest class Delete obsolete tests Settings for interfaces with order Using network pools Cleanup settings Require new devops
7 lines
189 B
Python
7 lines
189 B
Python
import os
|
|
|
|
here = lambda *x: os.path.join(os.path.abspath(os.path.dirname(__file__)), *x)
|
|
|
|
REPOSITORY_ROOT = here('..')
|
|
|
|
root = lambda *x: os.path.join(os.path.abspath(REPOSITORY_ROOT), *x) |