diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-27 14:25:49 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-27 14:27:57 +0100 |
commit | baa8f2d5f67d45e5761f92cb93fe22050f08d0fe (patch) | |
tree | 05ddb33dc893cad35369b3286db944eac79ffe4d /functest/opnfv_tests/vnf/epc/featureFiles/000-local-commands.feature | |
parent | 53cd7f8176c996014decb7311d9f546f6b8f2497 (diff) |
Clean all OpenStack related modules
Xtesting is only focused on the framework and entry points.
Change-Id: I1a4146ed8519438b13810a20ddf1140c35bb6ecd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.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.feature | 12 |
1 files changed, 0 insertions, 12 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 deleted file mode 100644 index 438e2c0e..00000000 --- a/functest/opnfv_tests/vnf/epc/featureFiles/000-local-commands.feature +++ /dev/null @@ -1,12 +0,0 @@ - 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} | |