mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
integration tests: allow running in a network sandbox
The testscript framework needs environment variables explicitly passed through to the test environment. This adds passthrough for proxy variables (HTTP_PROXY, HTTPS_PROXY, NO_PROXY and lowercase variants) that may be set by the sandbox or CI environment. Without these, integration tests running behind a proxy would fail with network DNS resolution failures when attempting to download resources. Assisted-by: Claude Code
This commit is contained in:
13
.claude/settings.json
Normal file
13
.claude/settings.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"WebFetch(domain:rhcos.mirror.openshift.com)",
|
||||
"WebFetch(domain:mirror.openshift.com)",
|
||||
"WebFetch(domain:registry.ci.openshift.org)"
|
||||
],
|
||||
"deny": [
|
||||
"WebFetch(domain:vcenter.test)"
|
||||
],
|
||||
"ask": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user