10-25-2013, 03:05 AM
Hello,
I have been working on setting up a private instance of WPT on EC2. So far, I created an Ubuntu server and configured it according to to the documentation, and then spun up a IE9/Chrome/Firefox/Safari AMI.
I am able to run tests from the main server, but it always reports "The test completed but there were no successful results." The troubleshooting section of the documentation mentions this problem, however I am not running a 64 bit Windows instance, and setting connectivity=LAN didn't help anything.
Here is the /install status, showing the test agent is accounted for.
![[Image: VktkrMd.png]](http://i.imgur.com/VktkrMd.png)
Here is my locations.ini:
And the user data I started the test agent with:
Any ideas what configuration I have wrong here?
I have been working on setting up a private instance of WPT on EC2. So far, I created an Ubuntu server and configured it according to to the documentation, and then spun up a IE9/Chrome/Firefox/Safari AMI.
I am able to run tests from the main server, but it always reports "The test completed but there were no successful results." The troubleshooting section of the documentation mentions this problem, however I am not running a 64 bit Windows instance, and setting connectivity=LAN didn't help anything.
Here is the /install status, showing the test agent is accounted for.
![[Image: VktkrMd.png]](http://i.imgur.com/VktkrMd.png)
Here is my locations.ini:
Code:
[locations]
1=EC2
default=EC2
;
; ****** US-East (Virginia) *****
;
[EC2]
1=Vox-WPT
label="US East (Virginia)"
default=Vox-WPT
[Vox-WPT]
; AMI: ami-c262d9ab
; user-data: wpt_server=SERVER_ADDRESS wpt_location=Vox-WPT
browser=Chrome,Firefox
label="US East (Virginia)"
connectivity=LAN
And the user data I started the test agent with:
Code:
wpt_server=SERVER_ADDRESS wpt_location=Vox-WPT
Any ideas what configuration I have wrong here?