Update scenario img_file in tempest.conf
[functest.git] / functest / opnfv_tests / vnf / epc / featureFiles / 000-local-commands.feature
1     Feature: Local_Commands_Testing
2
3     @local-commands
4     Scenario: Local Commands testing
5     Given all configured endpoints for SSH are connected successfully
6     When I execute the command ifconfig in this system and check the presence of following strings in the response:
7     | responseResult | existence               |
8     | inet           | {string:nocase:present} |
9     | UP             | {string:nocase:present} |
10     | BROADCAST      | {string:nocase:present} |
11     | RUNNING        | {string:nocase:present} |
12     | MULTICAST      | {string:nocase:present} |