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

Allow VMWare import via another host #9787

Merged
merged 16 commits into from
Nov 28, 2024

Update description for forcemstoimportvmfiles in importvm

25da9a7
Select commit
Loading
Failed to load commit list.
Merged

Allow VMWare import via another host #9787

Update description for forcemstoimportvmfiles in importvm
25da9a7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 25, 2024 in 1s

57.79% of diff hit (target 15.80%)

View this Pull Request on Codecov

57.79% of diff hit (target 15.80%)

Annotations

Check warning on line 210 in api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportVmCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportVmCmd.java#L208-L210

Added lines #L208 - L210 were not covered by tests

Check warning on line 29 in core/src/main/java/com/cloud/agent/api/ConvertInstanceAnswer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/ConvertInstanceAnswer.java#L29

Added line #L29 was not covered by tests

Check warning on line 33 in core/src/main/java/com/cloud/agent/api/ConvertInstanceAnswer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/ConvertInstanceAnswer.java#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 25 in core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceAnswer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceAnswer.java#L24-L25

Added lines #L24 - L25 were not covered by tests

Check warning on line 35 in core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceAnswer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceAnswer.java#L33-L35

Added lines #L33 - L35 were not covered by tests

Check warning on line 39 in core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceAnswer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceAnswer.java#L37-L39

Added lines #L37 - L39 were not covered by tests

Check warning on line 32 in core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceCommand.java#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 45 in core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceCommand.java#L43-L45

Added lines #L43 - L45 were not covered by tests

Check warning on line 49 in core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceCommand.java#L47-L49

Added lines #L47 - L49 were not covered by tests

Check warning on line 53 in core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceCommand.java#L51-L53

Added lines #L51 - L53 were not covered by tests

Check warning on line 57 in core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceCommand.java#L55-L57

Added lines #L55 - L57 were not covered by tests

Check warning on line 62 in core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/ImportConvertedInstanceCommand.java#L60-L62

Added lines #L60 - L62 were not covered by tests

Check warning on line 91 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtConvertInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtConvertInstanceCommandWrapper.java#L91

Added line #L91 was not covered by tests

Check warning on line 105 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtConvertInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtConvertInstanceCommandWrapper.java#L105

Added line #L105 was not covered by tests

Check warning on line 130 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtConvertInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtConvertInstanceCommandWrapper.java#L130

Added line #L130 was not covered by tests

Check warning on line 136 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtConvertInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtConvertInstanceCommandWrapper.java#L135-L136

Added lines #L135 - L136 were not covered by tests

Check warning on line 80 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java#L80

Added line #L80 was not covered by tests

Check warning on line 84 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 86 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java#L86

Added line #L86 was not covered by tests

Check warning on line 89 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java#L89

Added line #L89 was not covered by tests

Check warning on line 91 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java#L91

Added line #L91 was not covered by tests

Check warning on line 93 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java#L93

Added line #L93 was not covered by tests

Check warning on line 113 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java#L112-L113

Added lines #L112 - L113 were not covered by tests

Check warning on line 124 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java#L122-L124

Added lines #L122 - L124 were not covered by tests

Check warning on line 150 in plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtImportConvertedInstanceCommandWrapper.java#L148-L150

Added lines #L148 - L150 were not covered by tests