Need pre/post test hooks for tempest
Bug #1672620 reported by
Vishal Thapar
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-odl |
Triaged
|
Wishlist
|
rajiv | ||
tempest |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Tempest tests are run as part of ODL CSIT. For all ODL CSIT test cases we capture some debug information at end of every test which makes it easier to troubleshoot any failures. However, we can't do the same for tempest tests. Only information we can capture is at end of entire suite. This makes it very difficult to troubleshoot sporadic failures. We can't even confirm if it was a failure to do cleanup correctly.
We need pre/post test hooks in tempest where we can run custom commands/scripts to capture debug information before/after every individual test.
tags: | added: rfe |
Changed in networking-odl: | |
assignee: | nobody → rajiv (rajiv-kumar) |
Changed in networking-odl: | |
importance: | Undecided → Wishlist |
Changed in tempest: | |
status: | New → Incomplete |
Changed in tempest: | |
assignee: | nobody → Sama Madhu Sudhan Reddy (smsreddy) |
Changed in networking-odl: | |
status: | New → Triaged |
To post a comment you must log in.
More clarity on use case
The problem we have today is that if 1 of these 244 fails, I'd like to capture some information(flows on OVS, data on ODL etc.) at that point. but we don't get control back till entire suite including the teardown/cleanup is done. if we can get a hook to capture information in case of failure, before teardown is done, that is also good enough.