Adapt legacy code to new version of application tests infrastructure #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR alters the legacy behavior of
container-converter
to fit with the new version ofapp-test-infra
(https://github.com/fortanix/app-test-infra) when running application tests. In summary the following was done:json serialized
conversion response into the stdout. Previously the response was serialized as a simple string and it would break the code in: https://github.com/fortanix/app-test-infra/blob/5abda4112fb64559eb4e0064cf78dc7e4a29cb0a/python/test_app.py#L1005C1-L1008C1debug
flag is set to true. This was never realized into a full feature and now breaks the application tests infrastructure code because images with debug prefixes are not supported there. As this feature was never properly implemented and was never needed that much I believe it's best to remove it entirely.DOCKER-AWS-HELPER
to be consistent with tool installation path on the executor machine.