-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Noble 24.04 move snap provider checkbox24 (#247)
* tests : move checkbox provider to use core24 and checkbox24 * disable linter warnings + remove setting PYTHONPATH because it is not useful * remove useless instructions in checkbox-cli-wrapper * fix wrong comments and remove wrong instructions in install-full-deps script * reduce supported architectures * gh action : move to checkbox24
- Loading branch information
1 parent
937ddaf
commit ce70b02
Showing
9 changed files
with
33 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
#!/bin/sh | ||
|
||
# Remove temporary folder and rebuild in setup-env-and-run | ||
TMP_FOLDER=/tmp/snap/checkbox-tdx | ||
rm -rf ${TMP_FOLDER} | ||
|
||
# wrapper around the checkbox-cli | ||
# can't use /snap/bin/checkbox.checkbox-cli as it will run | ||
# within the context of the wrong snap and the tdx tests | ||
# won't get discovered via PROVIDERPATH | ||
# checkbox-cli resolves to /snap/checkbox22/current/bin/checkbox-cli | ||
# checkbox-cli resolves to /snap/checkbox24/current/bin/checkbox-cli | ||
exec checkbox-cli "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,3 @@ | ||
#!/bin/bash | ||
|
||
sudo apt install -y gstreamer1.0-vaapi gstreamer1.0-tools vainfo mpv python3-tinydb python3-jinja2 \ | ||
wl-clipboard gnome-screensaver gnome-screenshot ffmpeg | ||
|
||
# kivu team PPA | ||
sudo apt-add-repository -y 'ppa:kivuteam/ppa' | ||
sudo apt update | ||
|
||
# ydotool | ||
sudo apt install -y ydotool ydotoold | ||
|
||
# gfxi | ||
sudo apt install -y gfxi | ||
# setup the host system before the tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters