blob: 438e2c0e72deb3df2b2890c84e2428389e9fc2a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Feature: Local_Commands_Testing
@local-commands
Scenario: Local Commands testing
Given all configured endpoints for SSH are connected successfully
When I execute the command ifconfig in this system and check the presence of following strings in the response:
| responseResult | existence |
| inet | {string:nocase:present} |
| UP | {string:nocase:present} |
| BROADCAST | {string:nocase:present} |
| RUNNING | {string:nocase:present} |
| MULTICAST | {string:nocase:present} |
|