I’m using test agents based on image ami-1f50646b of region EU WEST. While simple tests are running just fine, scripted tests return the message “The test completed but there were no successful results.”. The web server install is release 2.1. Sample script:
Commands and parameters were tab-delimited when I ran the scripted test. The same script runs successfully using IE 8 on Frankfurt based test agent of www.webpagetest.org.
The AMI has a fairly old version of the agent code and that may be what is causing it. The agents can automatically update their code from the web server so when you spawn a new instance it will be running the latest version.
1 - Put the zip file in the work/update directory on your web server
2 - Extract update.ini from the zip file and put it in the same directory next to the zip file
The next time an agent tries to retrieve a test it will download and install the update before continuing.
doh, sorry about that - that’s what I get for just typing it in and not checking. Glad to hear it’s all working now - I’ll add a note to the AMI wiki page.