elastic / beats-docker

Official Beats Docker images
166 stars 55 forks source link

Refactor test fixture #20

Closed jarpy closed 7 years ago

jarpy commented 7 years ago

With our third musketeer, @exekias, now working on the tests, I want to bring the framework up to the state-of-the-art (as seen in elasticsearch-docker).

This first patch cleans up the main fixture with an inline class and removes the import warning from Testinfra.

A later patch will port to Testinfra 1.6.0, with its new, general-purpose Host fixture.