@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: Execute Health Check tool with server supportconfig
When
I start the health check tool with the extracted supportconfig on "localhost"
00:04:52.670
+ Show Error
+ Screenshot
FAIL: mgr-health-check -v -s /root/server-supportconfig/uyuni-server-supportconfig start returned status code = -1. Output: (ScriptError) ./features/support/remote_node.rb:172:in `run_local' ./features/support/remote_node.rb:120:in `run' ./features/step_definitions/command_steps.rb:1839:in `/^I start the health check tool with the extracted supportconfig on "([^"]*)"$/' features/secondary/srv_health_check_supportconfig.feature:15:in `I start the health check tool with the extracted supportconfig on "localhost"'
Then
the health check tool should be running on "localhost"
0s
@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.211
Then
I wait until port "3100" is listening on "localhost" host
00:00:00.214
And
I wait until port "9081" is listening on "localhost" host
00:00:00.213
And
I wait until port "3000" is listening on "localhost" host
00:00:00.192
@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:01.996
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.369