Support separate jUnit files for environments

Otherwise they get overwritten by each other.

Change-Id: Ib216a0eb302a62acbb5045cadb3a0c31074c40c2
Related-bug: #1476808
This commit is contained in:
Roman Prykhodchenko 2015-08-19 16:47:04 +02:00
parent 224b490d7d
commit 4dffff9660
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -27,5 +27,5 @@ test_run/*
*.egg-info
fuelclient.xml
fuelclient-*.xml
.coverage

View File

@ -9,7 +9,7 @@ install_command = pip install --allow-external -U {opts} {packages}
whitelist_externals = bash
setenv = VIRTUAL_ENV={envdir}
ARTIFACTS={toxinidir}/{env:ARTIFACTS:test_run}
FUELCLIENT_JUNIT={env:FUELCLIENT_JUNIT:fuelclient.xml}
FUELCLIENT_JUNIT={env:FUELCLIENT_JUNIT:fuelclient}-{envname}.xml
FUELCLIENT_CUSTOM_SETTINGS={toxinidir}/{env:ARTIFACTS:test_run}/fuel_client_config.yaml
# Functional env settings