From 00315cbac45bdffe0cfd3174a4b0871ccb610b97 Mon Sep 17 00:00:00 2001 From: soumaya Date: Tue, 12 Sep 2017 22:49:21 +0530 Subject: 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 --- .../vnf/epc/featureFiles/000-local-commands.feature | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 functest/opnfv_tests/vnf/epc/featureFiles/000-local-commands.feature (limited to 'functest/opnfv_tests/vnf/epc/featureFiles/000-local-commands.feature') 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} | -- cgit 1.2.3-korg