action #112181
[sle][security][backlog][FIPS] test fails in openvswitch_ssl due to POX and python3 updated
50%
Description
Observation¶
openQA test in scenario sle-15-SP4-Online-x86_64-fips_ker_mode_tests_crypt_tool@64bit fails in
openvswitch_ssl
Test suite description¶
Maintainer: bchou@suse.com
Reproducible¶
Fails since (at least) Build 98.1
Expected result¶
Last good: 97.1 (or more recent)
Further details¶
Always latest result in this scenario: latest
History
#6
Updated by shawnhao 8 months ago
- % Done changed from 10 to 30
Found that port 6634 used in original tests steps might be unavailable since it seems to be used by another service. Changed to default port 6633 which is suggested by openvswitch documentation. Connection failure solved, cert problem showed up instead when either with self-signed certs or with certs and keys generated from ovs-pki. Need further investigation on the reason why certs failed to work.
#8
Updated by shawnhao 7 months ago
- Assignee changed from shawnhao to bchou
Additional resource: tried to use ovs-pki to generate key and certs, however, same issue with private key ssl configuration failed occured.
In tw, I found that port 6634 is being used by another service from a nmap scan, thus result in connection failed. Switching to default port 6633 can solve this problem, but the above problem with key and certs still exists.
For reference: ovs-pki ssl key and certs generation https://docs.openvswitch.org/en/latest/howto/ssl/