Vault SSH: verify echo test

This commit is contained in:
vishalnayak
2015-08-18 16:48:50 -07:00
parent a4437a0371
commit 99736663e2
3 changed files with 42 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ var testAdminUser string
// Starts the server and initializes the servers IP address,
// port and usernames to be used by the test cases.
func init() {
addr, err := vault.StartTestServer()
addr, err := vault.StartSSHHostTestServer()
if err != nil {
panic(fmt.Sprintf("Error starting mock server:%s", err))
}