'ha_flat_scalability' failed on Ubuntu because of unexpected pacemaker status format
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
Medium
|
Dennis Dmitriev | ||
5.1.x |
Fix Committed
|
Medium
|
Dennis Dmitriev | ||
6.0.x |
Fix Released
|
Medium
|
Dennis Dmitriev | ||
6.1.x |
Fix Released
|
Medium
|
Dennis Dmitriev |
Bug Description
Jenkins job: http://
System test: 'ha_flat_
In the method fuel_web_
# Assert online nodes list
online = 'Online: [ {0} ]'.format(' '.join(
, which contains as result (for particular test for example) :
Online: [ node-1.
This string is compared to pacemaker status 'crm_mon -1' which on Ubuntu returns:
Online: [ node-1 node-2 node-5 ]
The strings never match so the test is failed.
A bug was added regarding the output of pacemaker status: https:/
assert_pacemaker() must take into account this issue.
Changed in fuel: | |
assignee: | nobody → Fuel QA Team (fuel-qa) |
Changed in fuel: | |
assignee: | Fuel QA Team (fuel-qa) → Dennis Dmitriev (ddmitriev) |
Changed in fuel: | |
status: | New → Confirmed |
Changed in fuel: | |
status: | Confirmed → In Progress |
Fix proposed to branch: master /review. openstack. org/140169
Review: https:/