confluentinc / confluent-docker-utils

Common Python utils for testing Confluent's Docker images
Apache License 2.0
3 stars 3 forks source link

ST-1531: add connect-ready to cub #11

Closed ybyzek closed 5 years ago

ybyzek commented 5 years ago

Verified with

confluent-docker-utils/confluent/docker_utils $ python -c 'import cub; import sys; sys.argv = ["cub", "connect-ready", "localhost", "8083", "10"]; print cub.main()'
mohnishbasha commented 5 years ago

Could you add a test case as well? if needed use mocks.

ybyzek commented 5 years ago

@mohnishbasha if you mean in https://github.com/confluentinc/confluent-docker-utils/blob/master/test/test_docker_utils.py , there isn’t any pre-existing test for any of the *-ready commands.