You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the luigi task SpawnTestEnvironment with an external database, the returned EnvironmentInfo object does not contain all necessary values to use later the SshExecFactory/SshExecutor. e.g. test_environment_info.database_info.user is missing.
Acceptance Criteria
Task SpawnTestEnvironment accepts additional parameters, e.g. ssh_user, ssh_public_keyfile
The task or subsequent api layers add this parameter to the instance of class lib.data.environment_info.EnvironmentInfo
Create a test for this scenario
The text was updated successfully, but these errors were encountered:
When using the luigi task
SpawnTestEnvironment
with an external database, the returnedEnvironmentInfo
object does not contain all necessary values to use later theSshExecFactory
/SshExecutor
. e.g.test_environment_info.database_info.user
is missing.Acceptance Criteria
SpawnTestEnvironment
accepts additional parameters, e.g.ssh_user
,ssh_public_keyfile
lib.data.environment_info.EnvironmentInfo
The text was updated successfully, but these errors were encountered: