~checkbox-dev/checkbox:remove-draft-wording

Last commit made on 2022-12-29
Get this branch:
git clone -b remove-draft-wording https://git.launchpad.net/~checkbox-dev/checkbox

Branch merges

Branch information

Name:
remove-draft-wording
Repository:
lp:~checkbox-dev/checkbox

Recent commits

89c6b8a... by Pierre Equoy

Point IoT 22.04 server test plans to the appropriate uc22 nested parts

793a52a... by Pierre Equoy

Remove [DRAFT] from 22.04 test plans

Fix #258

3b51519... by Pierre Equoy

metabox: fix container creation (and other various fixes) (#272)

* metabox: add origin in string representation

MachineConfig.__str__() is used as the container's name when creating
it. Some scenarios could use the same role and alias, but different
origin. In that case, metabox would fail when trying to create a
container that already exists.

Adding the origin to the MachineConfig string representation prevents
this.

* metabox: change origin naming from `classic_snap` to `classic-snap`

LXC container name can only include alphanumeric characters and
hyphens.[1]

Since origin is used in the MachineConfig string representation, and
since this is in turn used when creating the container, the underscore
is replaced with an hyphen.

[1]
https://linuxcontainers.org/lxd/docs/master/reference/instance_properties/#instance-properties

* metabox: change default snap name to `checkbox`

checkbox-snappy and checkbox-snappy-classic snaps have been deprecated
in favor of the checkbox snap.

* metabox: follow branches and snap naming convention for the checkbox snap

The snap track map for the classic snap now follows the release number
(e.g '20.04' instead of '20').

There are also a new track and a new snap for Jammy.

* metabox: add debug logging info during container init

* metabox: typo

7702717... by Pierre Equoy

metabox: Change container creation timeout (#271)

69f235c... by Paolo Gentili

Edid resources (#265)

* Run EDID only if zapper resources reports its availability
* Run HDMI-hotplug only if zapper resources reports its availability

09293e9... by clairlin53 <email address hidden>

Add manifest to detect the job that supports bluetooth. (#268)

f581d23... by Pierre Equoy

Update Checkbox documentation section about side-loading providers (#269)

bb4304d... by Isaac Yang <email address hidden>

Fix: Make dock/thunderbolt3-daisy-chain execute as root (#266)

d0cb5bb... by Isaac Yang <email address hidden>

Fix: MIPI camera can use gstreamer when fswebcam can't take photo (#264)

318ca00... by Sylvain Pineau

downgrade ubuntu from 22.04 to 20.04 in CI (tox tests)

See https://github.com/actions/runner-images/issues/6399

22.04 dropped support for the old python 3.x versions