@scope_salt
@skip_if_github_validation
Feature: 0113 - Health Check tool based on a supportconfig
Description: A supportconfig generated from the Uyuni server
should be able to be parsed by Health Check tool.
File name: srv_health_check_supportconfig.feature
Relative path: secondary/srv_health_check_supportconfig.feature
@scope_salt
@skip_if_github_validation
Scenario: Health Check containers are healthy and running
When
I wait until port "9000" is listening on "localhost" host
00:00:00.264
Then
I wait until port "3100" is listening on "localhost" host
00:00:00.224
And
I wait until port "9081" is listening on "localhost" host
00:00:00.287
And
I wait until port "3000" is listening on "localhost" host
00:00:00.214
@scope_salt
@skip_if_github_validation
Scenario: I can stop the Health Check tool
When
I stop the health check tool on "localhost"
00:00:05.339
Then
the health check tool should not be running on "localhost"
00:00:00.179
When
I remove test supportconfig on "localhost"
00:00:00.336