且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Test Agent无法连接到网络隔离环境中的测试控制器

更新时间:2023-01-15 11:22:18

嗨托马斯,


是否有可能检查以下


1)测试控制器服务已启动并运行在  < TestControllerFQDN>。应该是因为2台机器能够到达它。


2)< TestControllerFQDN>可以从这些计算机访问,请尝试ping。


3)测试代理服务帐户作为一部分提供测试控制器计算机上的TeamTestAgentService组


 


谢谢


-Allen


I have a lab environment configured with 6 machines. It is running in Network Isolation, has workflow capability enabled and test agents installed on all machines except the domain controller.

I have configured all of them, so the servers are using a service and running as network service. The clients are running interactive as a user on the local domain. When I start the the environment I get the following error on 3 of the 5 machines:

--------------------------------------------------
Environment message: Type=Warning; Message=TF267042: One or more machines are not ready to run tests. For more information, see the individual machine errors.;

Machine messages:

Machine name: Web_2003std_x86_SP2_LabAgent_TestAgent_IIS

Machine message: Type=Error; Message=TF267055: The machine is not ready to run tests because of the following error: Unable to connect to the controller on '<TestControllerFQDN>:6901'. Reason: No such host is known. Make sure the test controller is online and the firewall on the test controller is not blocking the connection..;

Machine name: DB_2003std_x86_SP2_Ora11_C4.X

Machine message: Type=Error; Message=TF267055: The machine is not ready to run tests because of the following error: Unable to connect to the controller on '<TestControllerFQDN>:6901'. Reason: No such host is known. Make sure the test controller is online and the firewall on the test controller is not blocking the connection..;

Machine name: XP_x86_UK_SP3_IE8_OF2007_LabTest

Machine message: Type=Error; Message=TF267055: The machine is not ready to run tests because of the following error: Unable to connect to the controller on '<TestControllerFQDN>:6901'. Reason: No such host is known. Make sure the test controller is online and the firewall on the test controller is not blocking the connection..;

--------------------------------------------------

Neither of these machines have Windows Firewall running.

The machines that are working are respectively a Win2008 server and a Win7 client.

Please help. This is blocking further progress!

Hi Thomas,

Would it be possible to check the following

1) Test controller service is up and running on <TestControllerFQDN>. Should be since 2 machines are able to reach it.

2) <TestControllerFQDN> is reachable from these machines, try ping.

3) The test agent service account is provisioned as a part of the TeamTestAgentService group on the test controller machine

 

Thanks

-Allen