zephyrproject-rtos / net-tools

Network tools for testing with Qemu
33 stars 33 forks source link

echo-client: Print information about round trip times #32

Closed jukkar closed 4 years ago

jukkar commented 4 years ago

Print average round trip time when the program quits.

Signed-off-by: Jukka Rissanen jukka.rissanen@linux.intel.com

pfalcon commented 4 years ago

Btw, this and all other recent PRs fail in Shippable with:

 shippable_retry sudo docker pull zephyrprojectrtos/ci:master.27
Error response from daemon: manifest for zephyrprojectrtos/ci:master.27 not found
retrying 1 of 3 times...
Error response from daemon: manifest for zephyrprojectrtos/ci:master.27 not found
retrying 2 of 3 times...
Error response from daemon: manifest for zephyrprojectrtos/ci:master.27 not found
retrying 3 of 3 times...

That doesn't make much sense to me. Could it be the case that there were changes to main repo CI setup which affected other organization projects in wrong way? Ping @jukkar, @nashif.

nashif commented 4 years ago

this repo had an old docker image configured, update in a pull request now.