ramdisk-func-test/ramdisk_func_test
Dmitry Bogun e6cc50bcff Remove interference of config objects
Till now global config object was used. So we and project owns
functional test fill same config object. This can lead to options/groups
overlaps (two separate package add option with same name). Also second
"read config" call will reset config and remove loaded options. "Read
config" call happenes twice because we and package that own functional
test both make this call.

That why we must use separate config object.

Change-Id: I7bc4ec995317fb6454deb19e75b82793e3d027a4
2016-12-23 15:04:28 +02:00
..
templates Initial commit 2016-03-16 16:30:32 +02:00
webserver Remove interference of config objects 2016-12-23 15:04:28 +02:00
__init__.py Initial commit 2016-03-16 16:30:32 +02:00
base.py Remove interference of config objects 2016-12-23 15:04:28 +02:00
conf.py Remove interference of config objects 2016-12-23 15:04:28 +02:00
environment.py Remove interference of config objects 2016-12-23 15:04:28 +02:00
network.py Remove interference of config objects 2016-12-23 15:04:28 +02:00
node.py Remove interference of config objects 2016-12-23 15:04:28 +02:00
utils.py Remove interference of config objects 2016-12-23 15:04:28 +02:00