mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
introduce a test that should also clean up snapshots in vmware tests
This commit is contained in:
parent
f02851e556
commit
d5dec79fa7
1 changed files with 7 additions and 0 deletions
|
@ -110,3 +110,10 @@ class VMWareTest(CloudTest):
|
|||
self.assertIn(i_clone_str, str(ret_val))
|
||||
|
||||
self.assertDestroyInstance()
|
||||
|
||||
# now clean up snapshots and make sure re get the proper response.
|
||||
ret_val = self.run_cloud("-a remove_all_snapshots cloud-tests-instant-clone")
|
||||
|
||||
s_ret_str = "Removed all snapshots"
|
||||
|
||||
self.assertIn(s_ret_str, str(ret_val))
|
||||
|
|
Loading…
Add table
Reference in a new issue