This commit is contained in:
Robert Neumayer 2018-02-13 13:25:48 +01:00
parent 104d8cebe8
commit 7966e202b7
1 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,8 @@ func testConfig(accessConfFile *os.File) map[string]interface{} {
"subnet_ocid": "ocd1...",
// Comm
"ssh_username": "opc",
"ssh_username": "opc",
"use_private_ip": false,
}
}
@ -167,7 +168,7 @@ func TestConfig(t *testing.T) {
})
// Test that AccessCfgFile properties are overridden by their
// corosponding template keys.
// corresponding template keys.
accessOverrides := map[string]string{
"user_ocid": "User",
"tenancy_ocid": "Tenancy",