Fix failing Watcher Tempest tests
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
Medium
|
Vincent Françoise |
Bug Description
Some Tempest tests are currently failing:
See part of the solution here https:/
Strategy scenario timeouts are also too short so we need to raise them up (or even make them configurable if possible).
Changed in watcher: | |
importance: | Undecided → Medium |
milestone: | none → newton-2 |
Changed in watcher: | |
assignee: | nobody → Vincent Françoise (vincent-francoise) |
Changed in watcher: | |
status: | Triaged → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit f6b1b515c467404
Author: Vincent Françoise <email address hidden>
Date: Mon Jul 4 16:18:59 2016 +0200
Fix failing Tempest tests
In this changeset, I fixed the 3 failing tests on the Tempest test
suite.
Change-Id: I3d31ea1c13b340
Closes-Bug: #1595534
Changed in watcher: | |
status: | In Progress → Fix Released |
FYI, there is still one test that is failing.
Not sure if this will fix it but the strategy selection is currently off as selects 'vm_workload_
Here is the fix for it if someone has time:
def test_execute_
# ...
_, goal = self.client.
_, strategy = self.client.
_, audit_template = self.create_
_, audit = self.create_
# ...
Changed in watcher: | |
status: | Fix Released → In Progress |
This issue was fixed in the openstack/watcher 0.28.0 release.
Changed in watcher: | |
status: | In Progress → Fix Released |
Fix proposed to branch: master /review. openstack. org/337247
Review: https:/