Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
knight-of-ni opened this issue Aug 25, 2024 · 2 comments
Open

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

knight-of-ni opened this issue Aug 25, 2024 · 2 comments
Assignees

Comments

@knight-of-ni
Copy link

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.

@mpsuzuki
Copy link
Contributor

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

@kareem-wolfssl
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants