openshift-qe / v3-testfiles

The repo to store the test files (json/yaml) which will be used during the OpenShift v3 tests. But not the place to put automation scripts
11 stars 81 forks source link

add iperf_nodeport_service exposing both TCP and UDP ports #1267

Closed rbbratta closed 4 years ago

rbbratta commented 4 years ago

We need TCP port for control connection and UDP port for testing packet loss

use auto nodePort, OpenShift will complain about the service using the same port or something, but it works having both UDP and TCP in the same service

Used for OVN tests:

https://github.com/openshift/verification-tests/pull/767