This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 5f29bc2b80 server: publish ip6 assign event with route, always for vpc
(#6389)
add b15c202ee5 test: add test for importUnmanagedInstance (#6385)
No new revisions were added by this update.
Summary of changes:
test/integration/smoke/test_vm_life_cycle.py | 152 -------------
.../smoke/test_vm_lifecycle_unmanage_import.py | 245 +++++++++++++++++++++
tools/marvin/marvin/lib/base.py | 43 ++++
tools/marvin/marvin/lib/vcenter.py | 37 +++-
4 files changed, 319 insertions(+), 158 deletions(-)
create mode 100644 test/integration/smoke/test_vm_lifecycle_unmanage_import.py