-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Use snapshot/restore for destructive tests with default provisi…
…oning We can use the new bots API for avoiding the expensive booting of VMs for each new test, at least for those that use VMs with default hardware, i.e. without `provision`. To make that efficient, run them before the custom provisioning tests, and re-use the global machines for these. Reset them in between destructive tests, so that they appear as freshly booted VMs and the tests can continue doing rampage on them.
- Loading branch information
1 parent
4c62a7b
commit 9370c7d
Showing
1 changed file
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters