Actions
action #101914
closedaction #93441: [sle][security][sle15sp4][CC] CC hand over
[sle][security][sle15sp4][CC] handle network difference for s390x compare to aarch64 and x86_64 on netfilter and netfilebt tests
Start date:
2021-09-29
Due date:
% Done:
100%
Estimated time:
16.00 h
Difficulty:
Description
Hi Xiaojing,
Per bug https://bugzilla.suse.com/show_bug.cgi?id=1190475, there are some network configuration difference on s390x vs aarch64&x86_64.
However, in our test code, we hardcode to use eth0 as default NIC to test, can you please enhance the test code here?
###
setup_net_test_env.pm:43: assert_script_run("ip link add link eth0 address $n->{mac_addr} $netcard type macvlan");
###
I would suggest to get the NIC name via mac_addr at first and then check if bridge is setup or not before carrying out the test
Actions