wolfssl
wolfssl copied to clipboard
Feature Request: Allow test suite to run w/o internet access
Version
5.7.2
Description
For wolfssl rpm in fedora, I have to modify the test suite like so, in order to allow it to succeed in a build environment with no access to the outside world:
# Disable tests that need Internets
sed -i 's/^if BUILD_OCSP$/if FALSE/' scripts/include.am
sed -i 's/^if BUILD_OCSP_STAPLING$/if FALSE/' scripts/include.am
It would be nice if there was an autotools flag I could set (e.g. --disable-online-checks) to do this for me.
I'm interested in this issue. Should I draft something for the discussion material?
Hi knight-of-ni,
Thanks for your patience on this. I've assigned this issue to my colleague who will work on getting this implemented.