Skip to content

Commit

Permalink
Set ftp and http proxy on all portstest hosts.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed May 1, 2023
1 parent 0c45d66 commit e0ea414
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 4 deletions.
3 changes: 3 additions & 0 deletions env-ot21.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
export REGRESS_FAIL_EARLY=no
export TEST_SSH_UNSAFE_PERMISSIONS=yes

export ftp_proxy=http://10.0.1.3:8000/
export http_proxy=http://10.0.1.3:8000/

LOCAL_IF=cas1
LOCAL_MAC=00:03:ba:ac:b9:b4

Expand Down
6 changes: 2 additions & 4 deletions env-ot3.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
ftp_proxy=http://10.0.1.3:8000/
http_proxy=http://10.0.1.3:8000/

export ftp_proxy http_proxy
export ftp_proxy=http://10.0.1.3:8000/
export http_proxy=http://10.0.1.3:8000/
3 changes: 3 additions & 0 deletions env-ot5.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
export REGRESS_FAIL_EARLY=no
export TEST_SSH_UNSAFE_PERMISSIONS=yes

export ftp_proxy=http://10.0.1.3:8000/
export http_proxy=http://10.0.1.3:8000/

LOCAL_IF=em0
LOCAL_MAC=90:e2:ba:7e:e8:10

Expand Down
3 changes: 3 additions & 0 deletions env-ot50.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export REGRESS_FAIL_EARLY=no
export TEST_SSH_UNSAFE_PERMISSIONS=yes

export ftp_proxy=http://10.0.1.3:8000/
export http_proxy=http://10.0.1.3:8000/
3 changes: 3 additions & 0 deletions env-ot51.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export REGRESS_FAIL_EARLY=no
export TEST_SSH_UNSAFE_PERMISSIONS=yes

export ftp_proxy=http://10.0.1.3:8000/
export http_proxy=http://10.0.1.3:8000/
3 changes: 3 additions & 0 deletions env-ot7.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export REGRESS_FAIL_EARLY=no
export TEST_SSH_UNSAFE_PERMISSIONS=yes

export ftp_proxy=http://10.0.1.3:8000/
export http_proxy=http://10.0.1.3:8000/
3 changes: 3 additions & 0 deletions env-ot8.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export REGRESS_FAIL_EARLY=no
export TEST_SSH_UNSAFE_PERMISSIONS=yes

export ftp_proxy=http://10.0.1.3:8000/
export http_proxy=http://10.0.1.3:8000/

0 comments on commit e0ea414

Please sign in to comment.