action #54281
closed[aarch64] test fails in wicked before_test - DNS problem
0%
Description
Observation¶
openQA test in scenario opensuse-Tumbleweed-DVD-aarch64-wicked_basic_sut@aarch64 fails in
before_test
Test suite description¶
Include basic sanity checks of wicked network framework
Maintainer: asmorodskyi@suse.de
Reproducible¶
Fails since (at least) Build 20190601
Expected result¶
Last good: 20190527 (or more recent)
Further details¶
Always latest result in this scenario: latest
Network is working with IP addresses, but it could not resolve names. So, DNS server is probably misconfigured.
Updated by ggardet_arm over 5 years ago
- Related to action #52499: [aarch64] Proper multi-machine test setup and wicked_basic successfully tested (was: wicked tests always in schedule state - tap worker required) added
Updated by ggardet_arm over 5 years ago
- Subject changed from [aarch64] test fails in before_test to [aarch64] test fails in wicked before_test - DNS problem
Updated by okurz over 5 years ago
- Status changed from New to In Progress
- Assignee set to okurz
I saw that IP forwarding is not even enabled. I could follow http://www.ducea.com/2006/08/01/how-to-enable-ip-forwarding-in-linux/ to enable it but I guess firewalld should be used for it. http://open.qa/docs/#_multi_machine_tests_setup mentions that firewall-cmd --permanent --zone=external --add-masquerade
should do that. did not help though: https://openqa.opensuse.org/tests/998987#step/before_test/95 . One more problem I have realized is that tap device configs in /etc/sysconfig/network/ifcfg-br1 were missing OVS_BRIDGE_PORT_DEVICE_0='tap0'
but started with OVS_BRIDGE_PORT_DEVICE_1='tap0'
. I guess this can explain something. Restarted bridge config with wicked ifup br1
and trying again: https://openqa.opensuse.org/tests/999004 failed same.
I see that the zone "trusted" does not have masquerading enabled so trying with
firewall-cmd --permanent --zone=trusted --add-masquerade
firewall-cmd --zone=trusted --add-masquerade
firewall-cmd --zone=trusted --list-all
shows it enabled, retriggering -> https://openqa.opensuse.org/tests/999020
this worked: https://openqa.opensuse.org/tests/999020#step/before_test/90
Updated by okurz over 5 years ago
- Status changed from In Progress to Resolved
With this we can close this ticket and go back to #52499