laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/42642?usp=email )
Change subject: ansible/setup-simtest: add sudo and wget
......................................................................
ansible/setup-simtest: add sudo and wget
Both are needed for the new openjdk install logic.
Related: OS#6998#note-3
Change-Id: I4d5c400daec9c74d069c60a6221ae57e8c6f7953
---
M ansible/setup-simtest.yml
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/ansible/setup-simtest.yml b/ansible/setup-simtest.yml
index 0832b13..7c95183 100644
--- a/ansible/setup-simtest.yml
+++ b/ansible/setup-simtest.yml
@@ -12,9 +12,11 @@
- python3-pyscard
- python3-serial
- python3-setuptools
+ - sudo
- tshark
- vim
- virtualenv
+ - wget
install_recommends: no
cache_valid_time: 3600
update_cache: yes
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42642?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4d5c400daec9c74d069c60a6221ae57e8c6f7953
Gerrit-Change-Number: 42642
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>