aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/epc/featureFiles/000-local-commands.feature
diff options
context:
space:
mode:
Diffstat (limited to 'functest/opnfv_tests/vnf/epc/featureFiles/000-local-commands.feature')
-rw-r--r--functest/opnfv_tests/vnf/epc/featureFiles/000-local-commands.feature12
1 files changed, 12 insertions, 0 deletions
diff --git a/functest/opnfv_tests/vnf/epc/featureFiles/000-local-commands.feature b/functest/opnfv_tests/vnf/epc/featureFiles/000-local-commands.feature
new file mode 100644
index 00000000..438e2c0e
--- /dev/null
+++ b/functest/opnfv_tests/vnf/epc/featureFiles/000-local-commands.feature
@@ -0,0 +1,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} |