Re: [PATCH 2/5] tests: Support --config to enable tests to override config defaults

2015-04-02 Thread Pekka Paalanen
On Wed, 1 Apr 2015 19:17:04 -0700 Bryce Harrington wrote: > Implements a simple mechanism to allow tests to customize the > configuration. Just place a .ini file at the same location as the > test itself. If no configuration file is found, then no configuration > will be used (i.e. --no-config

[PATCH 2/5] tests: Support --config to enable tests to override config defaults

2015-04-01 Thread Bryce Harrington
Implements a simple mechanism to allow tests to customize the configuration. Just place a .ini file at the same location as the test itself. If no configuration file is found, then no configuration will be used (i.e. --no-config is specified.) Signed-off-by: Bryce Harrington --- tests/weston-t