osmith has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/42/42642/1
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 change 42642. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4d5c400daec9c74d069c60a6221ae57e8c6f7953
Gerrit-Change-Number: 42642
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>