aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-10-26 16:38:05 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-10-26 19:25:53 +0000
commit0370864469d37648070fd729388edf72eb215f73 (patch)
tree6de3ec0649ba2f2256f8b9aac87881b6060c3c04
parent8c47ea27c3e5a7585c5cc9045631b9a423e0ef4a (diff)
ansible: ogt: install udhcpc and iperf3
These tools are used during gprs data plane setup and performance testing. Change-Id: I5beddd74fca726c5ea2c9527836a9f50d92b4ce8
-rw-r--r--ansible/roles/gsm-tester/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/gsm-tester/tasks/main.yml b/ansible/roles/gsm-tester/tasks/main.yml
index 4f57b17..70a0549 100644
--- a/ansible/roles/gsm-tester/tasks/main.yml
+++ b/ansible/roles/gsm-tester/tasks/main.yml
@@ -122,6 +122,8 @@
- sudo
- libcap2-bin
- python3-pip
+ - udhcpc
+ - iperf3
- name: install gsm tester pip dependencies
pip: