@skip_if_github_validation
@scope_deblike
@deblike_minion
Feature: 0046 - Remote command on Debian-like Salt minion
Description: In order to manage a Debian-like Salt minion
As an authorized user
I want to run a remote command on it
File name: min_deblike_remote_command.feature
Relative path: secondary/min_deblike_remote_command.feature
@skip_if_github_validation
@scope_deblike
@deblike_minion
Scenario: Run a remote command on the Debian-like minion
When
I follow the left menu "Salt > Remote Commands"
00:00:00.141
Then
I should see a "Remote Commands" text in the content area
00:00:00.021
When
I enter command "cat /etc/os-release"
00:00:00.091
And
I enter target "deblike_minion"
00:00:00.096
And
I click on preview
00:00:11.654
And
I click on run
00:00:00.048
Then
I should see "deblike_minion" hostname
00:00:00.055
When
I wait until I see "show response" text
00:00:01.079
And
I expand the results for "deblike_minion"
00:00:00.049
Then
I should see a "ID=ubuntu" text
00:00:00.054