aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/epc/featureFiles/000-local-commands.feature
diff options
context:
space:
mode:
authorsoumaya <soumaya.nayek@rebaca.com>2017-09-12 22:49:21 +0530
committerCédric Ollivier <cedric.ollivier@orange.com>2017-12-11 13:51:52 +0100
commit00315cbac45bdffe0cfd3174a4b0871ccb610b97 (patch)
tree382caa3f197947fe3a39690527bc467ae6bc4481 /functest/opnfv_tests/vnf/epc/featureFiles/000-local-commands.feature
parent41a81e7f5ca5d3733e6e5655f5ece7859ce9f49b (diff)
vEPC tests with juju as an VNF manager
juju_epc testcase validate EPC setup with the help of ABoT which acting as test executor. Functest-abot-epc-bundle deploys OAI charms alongwith mysql and ABoT. JUJU is acting as a VNF manager. Change-Id: I45d7b37f21f6b8c7049ab2bf42a4678e30b67a72 Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
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} |