← Back to issue list

build_providers: support for communicating with a qemu VM

View original Github issue

Metadata

Project
snapcraft
Number
#2155
Type
pull request
State
merged
Author
sergiusens
Labels
Created
Updated
Closed

Current evaluation

Merged introduces a QEMU driver enabling Snapcraft to launch qcow2 images, execute commands via SSH, and access the VM control plane over telnet. Approved, passed CI, and increased coverage by <0.01%. Resolves LP #1774014.

Suggested action:

No scores available.

Issue body

Add a qemu driver that can launch a qcow2 image, provide an interface to execute commands over ssh and access over telnet to the VMs control plane. LP: #1774014 Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com> - [ ] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)? - [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)? - [ ] If this is a bugfix. Have you checked that there is a bug report open for the issue you are trying to fix on [bug reports](https://bugs.launchpad.net/snapcraft)? - [ ] If this is a new feature. Have you discussed the design on the [forum](https://forum.snapcraft.io)? - [ ] Have you successfully run `./runtests.sh static`? - [ ] Have you successfully run `./runtests.sh unit`? -----

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Merged introduces a QEMU driver enabling Snapcraft to launch qcow2 images, execute commands via SSH, and access the VM control plane over telnet. Approved, passed CI, and increased coverage by <0.01%. Resolves LP #1774014.
qwen3.6-35b-a3b-mtp-q6 Merged a QEMU driver enabling qcow2 image launch, SSH command execution, and telnet control plane access. Integrated into master with 92.63% diff coverage and a negligible overall coverage increase.
qwen3.6-35b-a3b-mtp-q6 Merged into master. Introduces a QEMU driver to launch qcow2 images, execute commands via SSH, and access the control plane over telnet. The merge increased repository coverage by less than 0.01% with 92.63% diff coverage.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#2168 build_providers: add ssh key managemet to the qemu build provider snapcraft merged Merged after approval, adding SSH key management to the QEMU build provider. Passed CI checks with 100% diff coverage. The change modifies four files, adding 154 lines to resolve Launchpad bug #1774013.
72%