automated: linux: add more options to docker networking
Add "host" and "none" network options to docker-networking tests. This
allows to cover all simple possibilities when it comes to docker
networking. All tests can be executed in one run by adding -n option to
the script invocation. Example:
docker-networking.sh -n "bridge host"
Test names were appended with ${NETWORK} to indicate which network type
is tested. Default is "bridge".
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@oss.qualcomm.com>
2 files changed