Merge "Implement trunk ports testcase"
[functest.git] / functest / opnfv_tests / vnf / epc / featureFiles / Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature
1 ############################################################################################################################
2 #                                              Date: <22/08/2016> Version: <1.1>                                           #
3 ############################################################################################################################
4
5 Feature:  Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO
6
7 @attach-procedure @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 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IM_CN_Subsystem_Signalling_Flag @PCO
9
10 Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options
11
12 Given all configured endpoints for SSH are connected successfully
13
14 Given the steps below will be executed at the end
15 When I stop S1AP simulator on node ABOT
16 When I run the SSH command "sudo service mme_gw restart" on node MME
17 Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
18 Then the ending steps are complete
19
20 # Set ABOT configuration
21 Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT
22 Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
23
24 Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT
25
26 # Execute ABOT S1AP Simulator
27 When I run S1AP simulator on node ABOT with 1 UE
28
29 # Wait for execution to complete before checking results
30 Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
31
32 # Validate Test Case Execution at Simulator
33 Then I receive S1AP response on node ABOT and verify the presence of all the following values:
34 | responseResult                                                                                 | existence               |
35 | Send Attach Request message with IMSI                                                          | {string:nocase:present} |
36 | Send PDN Connectivity Request message with IM CN Subsystem Signalling Flag                     | {string:nocase:present} |
37 | Received Authentication Request message                                                        | {string:nocase:present} |
38 | Send Authentication Response message                                                           | {string:nocase:present} |
39 | Received Authentication Request message                                                        | {string:nocase:present} |
40 | Send Authentication Response message                                                           | {string:nocase:present} |
41 | Received Security Mode Command message                                                         | {string:nocase:present} |
42 | Send Security Mode Complete message                                                            | {string:nocase:present} |
43 | Received Attach Accept message                                                                 | {string:nocase:present} |
44 | Received Activate Default EPS Bearer Context Request message with PCO contain Protocol ID 0002 | {string:nocase:present} |