Reputation: 1
Is it possible to host test repo and Opentest Server in different machines? If yes then how do we configure testRepoDir in server.yaml?
Upvotes: 0
Views: 43
Reputation: 12327
The OpenTest server needs read-only access to the test repo directory. If the test repo directory is stored on a different machine, you could create a network share to provide the required access. However, the fact that you need to do this sounds like you might be doing something the wrong way. The test repo should be under source control and, if that's the case, it should be possible to clone and/or pull from it on-demand to the machine where the OpenTest server is running.
Upvotes: 0