vEPC tests with juju as an VNF manager
[functest-xtesting.git] / functest / opnfv_tests / vnf / epc / featureFiles / Attach_Procedure_AttachWithIMSI.feature
1 ############################################################################################################################
2 #                                              Date: <22/08/2016> Version: <1.1>                                           #
3 ############################################################################################################################
4
5 Feature:Attach_Procedure_AttachWithIMSI
6
7 @attach-procedure @Attach_Procedure_AttachWithIMSI @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 Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs
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 USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
22
23 # Execute ABOT S1AP Simulator
24 When I run S1AP simulator on node ABOT with 1 UE
25
26 # Wait for execution to complete before checking results
27 Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
28
29 # Validate Test Case Execution at Simulator
30 Then I receive S1AP response on node ABOT and verify the presence of all the following values:
31 | responseResult                          | existence               |
32 | Send Attach Request message with IMSI   | {string:nocase:present} |
33 | Received Authentication Request message | {string:nocase:present} |
34 | Send Authentication Response message    | {string:nocase:present} |
35 | Received Authentication Request message | {string:nocase:present} |
36 | Send Authentication Response message    | {string:nocase:present} |
37 | Received Security Mode Command message  | {string:nocase:present} |
38 | Send Security Mode Complete message     | {string:nocase:present} |
39 | Received Attach Accept message          | {string:nocase:present} |