action #133025
Updated by livdywan about 1 year ago
## Motivation http://open.qa/docs/#_configure_virtual_interfaces states ports on the firewall can be opened via `firewall-cmd --new-service isotovideo` but when I tried that on worker21 (new o3 prg2 worker), on Leap 15.5, that failed with an error message that this only works with `--permanent`. We should crosscheck all instructions and ensure they actually work as-is. ## Acceptance criteria * **AC1:** The same firewall commands that happen to be in the documentation are ensured to be working by automated tests ## Suggestions - ~Provide Provide a script that uses commands to open ports on a firewall, setup a test for it and refer to that~ Check that documented steps agree with what's being done by `os-autoinst-setup-multi-machine` - Use the documented commands in an openQA test and cross-reference so we somehow know if that stops working docs need to be updated ## Further details "ensured to be working" means it's either a separate script or it's ok to have the commands copied verbatim into something like openQA-in-openQA tests, no need for a document command scraper