added driver specific client config struct to plugin configuration

This commit is contained in:
Nick Ethier
2018-10-18 23:31:01 -04:00
parent 87748fe423
commit 7f69bcd4cd
8 changed files with 154 additions and 64 deletions

View File

@@ -699,7 +699,9 @@ func TestPluginLoader_Dispense_Internal(t *testing.T) {
expKey := "set_config_worked"
expNomadConfig := &base.NomadConfig{
ClientMinPort: 100,
Driver: &base.NomadDriverConfig{
ClientMinPort: 100,
},
}
logger := testlog.HCLogger(t)