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:
Mashhur 2024-10-10 14:57:41 -07:00 committed by GitHub
parent 7f7af057f0
commit 4037adfc4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 34 additions and 18 deletions

View file

@ -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