deb-python-fuelclient/.testr.conf
Roman Prykhodchenko 1ad9bacd65 Generate user settings file
Since relying on a system-wide /etc/... configuration
file is not a good approach for a user-side application
it's necessary to not use that file by default.

This patch changes default settings file to ~/.config/fuel/fuel_client.yaml
and adds generation of one with default values if it does not exist.
Specifying of a custom settings file using FUELCLIENT_CUSTOM_SETTINGS
variable is still possible.

DocImpact
Closes-bug: #1458361
Change-Id: Ia17c8edbdd71a74318d3237a47d4b5650934c378
2015-10-20 14:27:37 +02:00

6 lines
275 B
Plaintext

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./fuelclient/tests/unit} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list
test_run_concurrency=echo 1