logstash/docker/bin/pytest
João Duarte dc5db673ee
build docker images from logstash repo (#10603)
introduces two rake tasks: `rake artifact:docker_oss` and `rake artifact:docker`, which will create the docker images of the OSS and non OSS packages. These tasks depend on the tar artifacts being built.

Also `rake artifact:all` has been modified to also call these two tasks.

most code was moved from https://github.com/elastic/logstash-docker/
2019-04-04 11:27:06 +01:00

5 lines
160 B
Bash
Executable file

#!/bin/bash
#
# A wrapper for `pytest` to handle the appropriate Testinfra arguments.
./venv/bin/pytest --verbose --connection=docker --hosts=logstash-test $@