[tests] Need to rewrite cleanup mechanism in tempest api tests
Bug #1512770 reported by
Anastasia Kuznetsova
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Invalid
|
Medium
|
Unassigned |
Bug Description
Current implementation of tempest api functional tests uses incorrect, ugly cleanup mechanism:
all created test objects save their id/name in the array and in the teardown method there is a 'for' loop that goes by created array with and call delete method for appopriate object.
Need to use standard addCleanup method.
Changed in murano: | |
importance: | Undecided → Medium |
milestone: | none → mitaka-2 |
status: | New → Confirmed |
Changed in murano: | |
milestone: | mitaka-2 → mitaka-3 |
Changed in murano: | |
milestone: | mitaka-3 → mitaka-rc1 |
Changed in murano: | |
assignee: | Anastasia Kuznetsova (akuznetsova) → nobody |
Changed in murano: | |
status: | Fix Committed → Invalid |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/242875
Review: https:/