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
tree: 550f3e425bfecc0ffdb4e872fa1c1efb2944c8a6
  1. .github/
  2. .reuse/
  3. automated/
  4. docs/
  5. LICENSES/
  6. manual/
  7. mkdocs_plugin/
  8. plans/
  9. test/
  10. .gitignore
  11. .readthedocs.yml
  12. COPYING
  13. COPYRIGHTS
  14. mkdocs.yml
  15. README.md
  16. sanity-check.sh
  17. test.sh
  18. validate.py
README.md

Build Status REUSE Compliance Check

Test Definitions

A set of testing scripts designed to work with LAVA. Also contains test-runner script that allows execution outside LAVA.

More details in docs