Actions
action #10624
closedAdd test debug command "make snapshot"
Start date:
2016-02-08
Due date:
% Done:
0%
Estimated time:
Description
user story¶
As a test developer of long running tests I want to create intermediate qemu snapshots to speed up test development
acceptance criteria¶
- qemu snapshots can be created using a command from tests
- a new job can continue from the snapshot using "SKIPTO=…"
tasks¶
- research how qemu snapshots are created
- add command to testapi (or "test debugging api"?) to make snapshot at specific point
- extend documentation
further notes¶
example: "livecdreboot" is a long running test. It would be helpful if snapshots could be created e.g. when the "reboot now" window is detected (and stopped).
Updated by okurz almost 8 years ago
- Category set to Feature requests
- Target version set to future
Updated by okurz about 5 years ago
- Status changed from New to Rejected
- Assignee set to okurz
I think by now we handle this better with more fine grained test module steps which allows to take snapshots in between each
Actions