mirror of
https://github.com/elastic/logstash.git
synced 2025-06-30 02:33:09 -04:00
Health api minor followups (#16533)
* Utilize default agent for Health API CI. Call python scripts from directly CI step. * Change BK agent to support both Java and python. Install pip manually and send env vars to subprocess.
This commit is contained in:
parent
7f7af057f0
commit
4037adfc4a
5 changed files with 34 additions and 18 deletions
|
@ -29,7 +29,7 @@ shared_examples_for 'the container is configured correctly' do |flavor|
|
|||
|
||||
it 'should be running an API server on port 9600' do
|
||||
wait_for_logstash(@container)
|
||||
expect(get_logstash_status(@container)).to eql 'green'
|
||||
expect(get_logstash_status(@container)).not_to be_nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue