我的testing和工作stream程都失败了。
由于这个原因,工作stream程失败。 
但是我有环境的TFS构build服务,代理的旁边有绿灯。
由于这个原因,testing失败。 
我在TFS机器上有testing控制器,在环境上有testing代理,我没有在MTM环境中向控制器注册代理。
任何帮助,将不胜感激。 谢谢。
The machine is not ready to run tests because of the following error: Unable to connect to the controller on 'TFSSERVER.cct.local:6901.' Reason: No such host is known.
所以,它试图连接到port 6901上的TFSSERVER.cct.local ,而不能,因为No such host is known. 听起来像一个DNS问题。 确保您的DNS中有一个TFSSERVER.cct.local条目, TFSSERVER.cct.local位于您可以访问的networking或子网上。 (假设这实际上是你想连接的机器。)