Added before/after callbacks around import to stabilize persisting of VM UUID.
This commit is contained in:
parent
c176a04cfa
commit
2babb25686
|
@ -73,6 +73,7 @@ class Test::Unit::TestCase
|
|||
@mock_vm.stubs(:vm=)
|
||||
@mock_vm.stubs(:invoke_callback)
|
||||
@mock_vm.stubs(:invoke_around_callback).yields
|
||||
|
||||
@action = action_klass.new(@mock_vm)
|
||||
|
||||
[@mock_vm, @vm, @action]
|
||||
|
|
Loading…
Reference in New Issue