automated: linux: fix network-basic exit code

When last test in network-basic fails (download-a-file) the whole set of
tests is lost because LAVA receives exit code 1 and ignores the whole
network-basic suite. This patch adds "exit 0" to the end of the test
script to avoid this issue.

Signed-off-by: Milosz Wasilewski <milosz.wasilewski@foundries.io>
1 file changed
tree: 459c6ce7addaf57e602beb97afeebf1e0e636072
  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