Merge "Implement trunk ports testcase"
[functest.git] / functest / opnfv_tests / vnf / epc / featureFiles / Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature
1 ############################################################################################################################
2 #                                              Date: <31/08/2016> Version: <1.1>                                           #
3 ############################################################################################################################
4
5 Feature:Attach_Procedure_AttachWithIMSI_Wrong_TAC
6
7 @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_TAC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000
8
9 Scenario: Attach Procedure Failure due to wrong TAC
10
11 Given all configured endpoints for SSH are connected successfully
12
13 Given the steps below will be executed at the end
14 When I stop S1AP simulator on node ABOT
15 When I run the SSH command "sudo service mme_gw restart" on node MME
16 Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
17 Then the ending steps are complete
18
19 # set ABOT configuration
20 Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT
21 Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT
22
23 # Execute ABOT S1AP Simulator
24 When I run S1AP simulator on node ABOT with 1 UE
25
26 Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
27
28 # Validate Test Case Execution at Simulator
29 Then I receive S1AP response on node ABOT and verify the presence of all the following values:
30 | responseResult                    | existence               |
31 | Received s1 setup failure for MME | {string:nocase:present} |
32
33