Skip to content

Commit dd37529

Browse files
testflinger_yaml_generator: apt install pipx and other tools on agent (#99)
1 parent 44ac68e commit dd37529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/PC/testflinger_yaml_generator/template/shell_scripts/15_install_checkbox_on_agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# this way the versions will match
55
sudo add-apt-repository -y ppa:checkbox-dev/beta
66
sudo apt update
7-
sudo DEBIAN_FRONTEND=noninteractive apt install -yqq checkbox-ng
7+
sudo DEBIAN_FRONTEND=noninteractive apt install -yqq checkbox-ng python3-venv sshpass jq pipx
88

99
echo "Installing checkbox in agent container"
1010
CHECKBOX_VERSION=$(_run $CHECKBOX_CLI_CMD --version)

0 commit comments

Comments
 (0)