~checkbox-dev/checkbox:fix_automaticlogin_value

Last commit made on 2023-07-26
Get this branch:
git clone -b fix_automaticlogin_value https://git.launchpad.net/~checkbox-dev/checkbox

Branch merges

Branch information

Name:
fix_automaticlogin_value
Repository:
lp:~checkbox-dev/checkbox

Recent commits

5d0df0b... by Nancy Chen

modify AutomaticLogin value

5ab5e24... by Pierre Equoy

Check for required Python lib in snap preparation scripts (#638)

The prepare*.sh scripts will fail to put the version number in the
version.txt file if setuptools-scm package is not present on the system.

Add a check to make sure it is, and a hint if it's not.

efb29ba... by Robert P. J. Day

typos: fix a number of typos in comments; no functional change (#636)

Signed-off-by: Robert P. J. Day <email address hidden>

45b1886... by Paolo Gentili

Fix Zapper-driven EDID cycling test case (#603)

* Fix: EDID cycling is asserting resolution with the wrong data

* Change: unplug and plug back the HDMI

77d3304... by Pierre Equoy

Fix docs makefile to use local copy of checkbox-ng for version info (#625)

Install checkbox-ng from local repository rather than relying on
outdated version in PyPI.

c64f5ce... by Andy Chi

Revert "Increase timeout of lid_close_suspend_open.sh (#575)" (#624)

This reverts commit 32081dff35b19ea163cae66238c4867bc000ed18.

be51add... by Massimiliano Girardi

Bump PyYAML version to 6.0.1 (#623)

This was done because 5.4.1 does not install anymore

7ae6ae1... by Massimiliano Girardi

Remove old AudioScenario (#620)

This was removed because its dependencies are heavy and we have
decided to remove them a while back. The scenario is still here
but it can not run (missing deps) and will make the test fail

a8a5c25... by Massimiliano Girardi

Fix Metabox fails to run in github action (#619)

* Raise the called process error instead of ignoring it

* Upgrade pip to have --dry-run option

* Missing chains __init__.py

* Update setuptools to latest version

* Add test_manifest init file

* Support pyproject update in metabox

Minor: Report revision and black run

Metabox did not support the pyproject update when the base distro
had a non updated pip version, this adds a pip update command and
cleans up the install process a bit so that it is still readable

* Create dir before creating service

0f3fb7a... by patliuu <email address hidden>

Add: kernel snap refresh and revert tests (#551)

* Add: kernel snap refresh and revert tests

* kernel_revision_info to gather the kernel name, tracking,
  and, revisions info of the kernel snap

* ubuntucore/kernel-refresh-{kernel} to refresh the kernel
  to the stable channel

* ubuntucore/kernel-verify-after-refresh-{kernel} to verify
  the kernel revision is the same as the one in stable channel

* ubuntucore/kernel-revert-{kernel} to revert the kernel
  to the original installed revision

* ubuntucore/kernel-verify-after-revert-{kernel} to check
  the revision is back to the original one

* Add: log revision info when refreshing/reverting