Updated tempest_version to 17.1.0 for Pike and 16.1.0 for ocata

* https://review.rdoproject.org/r/10476 - tempest-16.1.0 for Ocata
* https://review.rdoproject.org/r/10265 - tempest-17.1.0 for Pike

Change-Id: I0da6116799cfbd64c7b1c1dc957f12df27c75387
This commit is contained in:
Chandan Kumar 2017-11-13 16:00:15 +05:30
parent 5e1463d84a
commit 4b05e5e7b3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ tempest_until_failure: false
tempest_exit_on_failure: true
# Set tempest_version for different release
# For forked-tempest, we have branched name in synced with releases.
tempest_version_dict: { 'newton': 'newton', 'ocata': '16.0.0', 'pike': '16.1.0', 'master': 'master'}
tempest_version_dict: { 'newton': 'newton', 'ocata': '16.1.0', 'pike': '17.1.0', 'master': 'master'}
tempest_version: "{{ tempest_version_dict[release] }}"
tempestmail_config: config.yaml
tempest_track_resources: true