Unit test failing for Neutron for stable 8.0 branch
Bug #1558086 reported by
Ann Taraday
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mirantis OpenStack |
Fix Committed
|
Critical
|
Sergii Rizvan |
Bug Description
Unit test failing on branch fuel-infra/
Changed in mos: | |
importance: | Undecided → High |
summary: |
- Unit test failing for Neutron + Unit test failing for Neutron for stable 8.0 branch |
Changed in mos: | |
milestone: | 8.0-mu-1 → 8.0-updates |
Changed in mos: | |
assignee: | MOS Maintenance (mos-maintenance) → Sergii Rizvan (srizvan) |
To post a comment you must log in.
As long as cliff.Command. take_action is abstract (see https:/ /github. com/openstack/ cliff/blob/ master/ cliff/command. py#L41) and ProbeCommand classes subclasses cliff.Command (see https:/ /github. com/openstack/ python- neutronclient/ blob/master/ neutronclient/ neutron/ v2_0/__ init__. py#L393) cliff command guidelines should be followed and all run() methods be renamed to take_action().
Some more prooflinks: ci/fuel- 8.0/liberty diff: http:// paste.openstack .org/show/ 490762/ /bugs.launchpad .net/python- neutronclient/ +bug/1532258 docs.openstack. org/developer/ cliff/classes. html
* master vs openstack-
* a similar problem in neutronclient: https:/
* Cliff docs http://