future.settings: fix custom configs after plugins load too

Some plugins have custom configs we need to parse this as soon plugins
are loaded.
Signed-off-by: NBeraldo Leal <bleal@redhat.com>
Signed-off-by: NPlamen Dimitrov <pdimitrov@pevogam.com>
上级 ae3df1c4
......@@ -31,6 +31,7 @@ from avocado.core.settings import settings
register_core_options()
settings.merge_with_configs()
initialize_plugins()
settings.merge_with_configs()
from avocado.core.decorators import (cancel_on, fail_on, skip, skipIf,
skipUnless)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册