action #138302
Updated by dheidler about 1 year ago
## Motivation
Thanks to #133025 we cover `os-autoinst-setup-multi-machine` in openQA tests. However currently those tests never verify the setup and would at best catch more trivial issues with running the script.
## Acceptance criteria
* **AC1:** Broken networking prepared by os-autoinst-setup-multi-machine is visible as a failed openQA test job
## Suggestions
- The os-autoinst-setup-multi-machine script is already executed in this test: https://openqa.opensuse.org/tests/3658269 but it is not verified that the network actually works
- We even already start a test there (but not check the result): https://openqa.opensuse.org/tests/3658269#step/start_test/5
- See https://openqa.opensuse.org/tests/3766545 (openqa_bootstrap test) where we check both the API and the webui for a nested openQA test
- Create a very simple scenario where one node pings the other (maybe even with dhcp before)