Reputation: 103
I´ve setup a Test Controller and several Test Agents on VMs. I was able to connect to the Test Controller with every Test Agent except the one installed on a Windows 7 Starter edition. Problem is obvious. Win 7 Starter can not join the domain where the PC hosting the Test Controller is located. How can i get around this problem? Thanks for your help!
Upvotes: 1
Views: 2141
Reputation: 11
There is one problem with Mirroring Accounts for both Test Controller and Test Agent, it will not work if you register your controller to TFS team collection. Why? Cause if you run your Test Controller and Test Agent under workgroup account,TFS server will disconnect the Test Controller cause authentication issue. If you ran Test Controller under domain account and Agent under workgroup then Test Agent will not be authenticated by Test controller. Unless I am missing something it will not work if you need your Test Controller to be register to TFS team collection.
Upvotes: 1
Reputation: 9189
What have you tried so far? There's a number of resources that talk about cross domain issues.
Try 2.2. Controller/Agent in untrusted Windows domains or one is in a workgroup and another one is in domain.
From: http://social.msdn.microsoft.com/Forums/en-AU/vststest/thread/df043823-ffcf-46a4-9e47-1c4b8854ca13
<add key="AgentImpersonationEnabled" value="no"/>
Or Running Tests cross domain with TFS and Visual Studio 2010 http://blogs.msdn.com/b/dustin_andrews/archive/2010/08/12/running-tests-cross-domain-with-tfs-and-visual-studio-2010.aspx
Upvotes: 1