vEPC tests with juju as an VNF manager
[functest.git] / functest / opnfv_tests / vnf / epc / featureFiles / Attach_Procedure_Attach_With_GUTI.feature
1 ############################################################################################################################
2 #                                              Date: <31/08/2016> Version: <1.1>                                           #
3 ############################################################################################################################
4
5 Feature:Attach_Procedure_Attach_With_GUTI
6
7 @attach-procedure @Attach_Procedure_Attach_With_GUTI @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 Scenario: Attach Procedure Success with right GUTI.
9
10 Given all configured endpoints for SSH are connected successfully
11
12 Given the steps below will be executed at the end
13 When I stop S1AP simulator on node ABOT
14 When I run the SSH command "sudo service mme_gw restart" on node MME
15 Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
16 Then the ending steps are complete
17
18 # set ABOT configuration
19 Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT
20 Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT
21
22 # Execute ABOT S1AP Simulator
23 When I run S1AP simulator on node ABOT with 1 UE
24
25 Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
26
27 # Validate Test Case Execution at Simulator
28 Then I receive S1AP response on node ABOT and verify the presence of all the following values:
29 | responseResult                          | existence               |
30 | Send Attach Request message with GUTI   | {string:nocase:present} |
31 | Received Authentication Request message | {string:nocase:present} |
32 | Send Authentication Response message    | {string:nocase:present} |
33 | Received Security Mode Command message  | {string:nocase:present} |
34 | Send Security Mode Complete message     | {string:nocase:present} |
35 | Received Attach Accept message          | {string:nocase:present} |
36