From ba33eda4f9ad307178668c2634de6bec1c53a0d3 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Mon, 19 Oct 2015 04:36:45 +0100 Subject: exclude files from the search in the Loader New configuration parameter EXCLUDE_MODULES defines module names, which won't be automatically loaded by LoaderServant. It can be used to exclude obsolete or abstract modules. Change-Id: If98b50b1505465bcedcf28fe63421c73a4fe160a JIRA: VSPERF-118 Signed-off-by: Martin Klozik Reviewed-by: Billy O Mahony Reviewed-by: Maryam Tahhan Reviewed-by: Fatih Degirmenci Reviewed-by: Gene Snider Reviewed-by: Al Morton Reviewed-by: Tv Rao Reviewed-by: Brian Castelli --- conf/00_common.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'conf') 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 = [] -- cgit 1.2.3-korg