diff options
Diffstat (limited to 'conf/00_common.conf')
-rw-r--r-- | conf/00_common.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/00_common.conf b/conf/00_common.conf index ef1c6280..51dceb32 100644 --- a/conf/00_common.conf +++ b/conf/00_common.conf @@ -59,3 +59,13 @@ VERBOSITY = 'debug' # from anywhere in the test framework so be careful with naming # conventions TEST_PARAMS = {} + +# ############################ +# Modules +# ############################ + +# following modules will be excluded from automatic load by LoaderServant +# it can be used to suppress automatic load of obsoleted or abstract modules +# Example: +# EXCLUDE_MODULES = ['ovs_vanilla', 'qemu_virtio_net', 'pidstat'] +EXCLUDE_MODULES = [] |