Skip to content

Commit

Permalink
tests/docker: Add sqlite3 module to openSUSE Leap container
Browse files Browse the repository at this point in the history
Avocado needs sqlite3:

  Failed to load plugin from module "avocado.plugins.journal":
  ImportError("Module 'sqlite3' is not installed.
  Use: sudo zypper install python311 to install it")

>From 'zypper info python311':
  "This package supplies rich command line features provided by
  readline, and sqlite3 support for the interpreter core, thus forming
  a so called "extended" runtime."

Include the appropriate package in the lcitool mappings which will
guarantee the dockerfile gets properly updated when lcitool is
run. Also include the updated dockerfile.

Signed-off-by: Fabiano Rosas <farosas@suse.de>
Suggested-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240117164227.32143-1-farosas@suse.de>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240207163812.3231697-2-alex.bennee@linaro.org>
  • Loading branch information
Fabiano Rosas authored and stsquad committed Feb 9, 2024
1 parent 5d1fc61 commit 7485508
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/opensuse-leap.docker
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ RUN zypper update -y && \
pcre-devel-static \
pipewire-devel \
pkgconfig \
python311 \
python311-base \
python311-pip \
python311-setuptools \
Expand Down
4 changes: 4 additions & 0 deletions tests/lcitool/mappings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ mappings:
CentOSStream8:
OpenSUSELeap15:

python3-sqlite3:
CentOSStream8: python38
OpenSUSELeap15: python311

python3-tomli:
# test using tomllib
apk:
Expand Down
1 change: 1 addition & 0 deletions tests/lcitool/projects/qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ packages:
- python3-pip
- python3-sphinx
- python3-sphinx-rtd-theme
- python3-sqlite3
- python3-tomli
- python3-venv
- rpm2cpio
Expand Down

0 comments on commit 7485508

Please sign in to comment.