multipass-test:legacy-integration

Last commit made on 2021-04-27
Get this branch:
git clone -b legacy-integration https://git.launchpad.net/multipass-test

Branch merges

Branch information

Name:
legacy-integration
Repository:
lp:multipass-test

Recent commits

bda51c7... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2076

2076: [util] Fix eager timeouts r=Saviq a=ricab

Avoid timing out up to 1 second early. Prefer erring on the long side.

Found this out when reviewing #2046.

Co-authored-by: Ricardo Abreu <email address hidden>

6369dca... by Ricardo Abreu <email address hidden>

[util] Fix eager timeouts

Avoid timing out up to 1 second early. Prefer erring on the long side.

5d74592... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2067

2067: List ethernets r=Saviq a=ricab

List ethernet devices in `multipass networks` when using the LXD backend. Part of the bridge creation story.

Co-authored-by: Ricardo Abreu <email address hidden>

6eb623b... by Ricardo Abreu <email address hidden>

[linux] Address small review requests

Drop forgotten leftover variable and use Ethernet as a single word.

Co-authored-by: Michał Sawicz <email address hidden>

05dc724... by Ricardo Abreu <email address hidden>

[linux] Add hint to snap interface on read failure

678255e... by Ricardo Abreu <email address hidden>

[util] Add utility to detect if running in mp snap

e0d5495... by Ricardo Abreu <email address hidden>

[linux] Promote log messages to warning

Promote, to warning, a couple of log messages that are issued on failure
to read device files from sysfs.

Co-authored-by: Michał Sawicz <email address hidden>

f7ecdc5... by Michał Sawicz

Merge #2073

2073: [doc] Fix brew instructions in README a=tchajed r=Saviq

34161d5... by Tej Chajed <email address hidden>

[doc] Fix brew instructions in README

50be3ff... by Ricardo Abreu <email address hidden>

[snap] Add network-observe plug

To be able to read things in `/sys/devices/**/net/*`.