Change in osmo-ci[master]: ansible: ogt: install udhcpc and iperf3

2018-10-26 Thread Pau Espin Pedrol
Pau Espin Pedrol has posted comments on this change. ( 
https://gerrit.osmocom.org/11471 )

Change subject: ansible: ogt: install udhcpc and iperf3
..


Patch Set 1: Verified+1


--
To view, visit https://gerrit.osmocom.org/11471
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I5beddd74fca726c5ea2c9527836a9f50d92b4ce8
Gerrit-Change-Number: 11471
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-Comment-Date: Fri, 26 Oct 2018 19:25:52 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-ci[master]: ansible: ogt: install udhcpc and iperf3

2018-10-26 Thread Pau Espin Pedrol
Pau Espin Pedrol has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11471 )

Change subject: ansible: ogt: install udhcpc and iperf3
..

ansible: ogt: install udhcpc and iperf3

These tools are used during gprs data plane setup and performance
testing.

Change-Id: I5beddd74fca726c5ea2c9527836a9f50d92b4ce8
---
M ansible/roles/gsm-tester/tasks/main.yml
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Pau Espin Pedrol: Verified



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:

--
To view, visit https://gerrit.osmocom.org/11471
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I5beddd74fca726c5ea2c9527836a9f50d92b4ce8
Gerrit-Change-Number: 11471
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 


Change in osmo-ci[master]: ansible: ogt: install udhcpc and iperf3

2018-10-26 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/11471 )

Change subject: ansible: ogt: install udhcpc and iperf3
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/11471
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I5beddd74fca726c5ea2c9527836a9f50d92b4ce8
Gerrit-Change-Number: 11471
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Comment-Date: Fri, 26 Oct 2018 17:55:06 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-ci[master]: ansible: ogt: install udhcpc and iperf3

2018-10-26 Thread Pau Espin Pedrol
Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/11471


Change subject: ansible: ogt: install udhcpc and iperf3
..

ansible: ogt: install udhcpc and iperf3

These tools are used during gprs data plane setup and performance
testing.

Change-Id: I5beddd74fca726c5ea2c9527836a9f50d92b4ce8
---
M ansible/roles/gsm-tester/tasks/main.yml
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/71/11471/1

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:

--
To view, visit https://gerrit.osmocom.org/11471
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5beddd74fca726c5ea2c9527836a9f50d92b4ce8
Gerrit-Change-Number: 11471
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol