Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2v:add TC "Set [email protected] as default username" #5221

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions v2v/tests/cfg/function_test_esx.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,14 @@
luks_keys = LUKS_MAPPER_KEYS
skip_vm_check = yes
skip_reason = 'luks encryped, cannot boots up without password'
- default_vsphere:
only esx_80
main_vm = VM_NAME_NON_ADMIN_V2V_EXAMPLE
interaction_run = 'yes'
vpx_no_username = True
cmd_has_ip = 'no'
msg_content = '[email protected]'
expect_msg = yes
variants:
- positive_test:
status_error = 'no'
Expand Down
Loading