Index: openacs-4/packages/acs-automated-testing/acs-automated-testing.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/acs-automated-testing.info,v diff -u -r1.39 -r1.40 --- openacs-4/packages/acs-automated-testing/acs-automated-testing.info 19 Mar 2018 13:40:50 -0000 1.39 +++ openacs-4/packages/acs-automated-testing/acs-automated-testing.info 28 May 2018 15:49:52 -0000 1.40 @@ -7,7 +7,7 @@ t t - + OpenACS The interface to the automated testing facilities within OpenACS. 2017-08-06 @@ -19,8 +19,9 @@ OpenACS system. Also provides a UI for managing automatic-rebuild servers as in a test farm. - + + Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v diff -u -r1.57 -r1.58 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 16 May 2018 22:04:59 -0000 1.57 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 28 May 2018 15:49:52 -0000 1.58 @@ -1075,7 +1075,7 @@ @author Gustaf Neumann } { set driverInfo [util_driver_info] - set peeraddr [ns_conn peeraddr] + set address [dict get $driverInfo address] set extra_args {} if {[info exists body]} { lappend extra_args -body $body @@ -1087,7 +1087,7 @@ } lappend extra_args -headers $requestHeaders } - nsv_set aa_test logindata [list peeraddr $peeraddr user_id $user_id] + nsv_set aa_test logindata [list peeraddr $address user_id $user_id] # # Construct nice log line @@ -1109,7 +1109,7 @@ -timeout $timeout \ -method $method \ {*}$extra_args \ - "http://\[$peeraddr\]:[dict get $driverInfo port]/$request"] + "http://\[$address\]:[dict get $driverInfo port]/$request"] } finally { # # always reset after the reqest the login data nsv