@skip_if_github_validation
@scope_res
@rhlike_minion
Feature: 0044 - Remote command on the Red Hat-like Salt minion
Description: In order to manage a Red Hat-like Salt minion
As an authorized user
I want to run a remote command on it
File name: min_rhlike_remote_command.feature
Relative path: secondary/min_rhlike_remote_command.feature
@skip_if_github_validation
@scope_res
@rhlike_minion
Scenario: Run a remote command on the Red Hat-like minion
When
I follow the left menu "Salt > Remote Commands"
00:00:00.135
Then
I should see a "Remote Commands" text in the content area
00:00:00.020
When
I enter command "cat /etc/os-release"
00:00:00.085
And
I enter target "rhlike_minion"
00:00:00.106
And
I click on preview
00:00:11.904
And
I click on run
00:00:00.045
Then
I should see "rhlike_minion" hostname
00:00:00.049
When
I wait for "15" seconds
00:00:15.000
And
I expand the results for "rhlike_minion"
00:00:00.049
Then
I should see a "rhel centos fedora" text
00:00:00.052
And
I should see a "ROCKY_SUPPORT_PRODUCT" text
00:00:00.049