wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Feature Request: Allow test suite to run w/o internet access

Open knight-of-ni opened this issue 1 year ago • 2 comments

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.

knight-of-ni avatar Aug 25 '24 17:08 knight-of-ni

I'm interested in this issue. Should I draft something for the discussion material?

mpsuzuki avatar Aug 28 '24 07:08 mpsuzuki

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.

kareem-wolfssl avatar Sep 03 '24 19:09 kareem-wolfssl