Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various docker compose commands don't work if suite name has uppercase letters. #15

Closed
dries007 opened this issue Apr 7, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dries007
Copy link

dries007 commented Apr 7, 2022

Hey,

I've noticed that, when my suite name contains uppercase letters, the docker compose logs keywords returns an empty string.
When I manually overwrite the project_name parameter of the library or add a .lower() on the get_variable_value('${SUITE NAME}'), everything works again.

Discovered because I noticed by that the names of the containers are all lowercase when manually running docker ps.

Kind regards,
Dries

@vogoltsov vogoltsov self-assigned this May 23, 2022
@vogoltsov vogoltsov added this to the 1.3.1 milestone May 23, 2022
@vogoltsov vogoltsov added the bug Something isn't working label May 23, 2022
@vogoltsov
Copy link
Owner

Thanks for reporting!
Fixed by replacing all unsuitable characters with underscore and then calling lower() as suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants