Merge "Implement trunk ports testcase"
[functest.git] / functest / opnfv_tests / vnf / epc / featureFiles / Auth_Accept.feature
1     ############################################################################################################################
2     #                                              Date: <13/01/2017> Version: <1.1>                                           #
3     ############################################################################################################################
4
5
6     Feature:Auth_Accept
7
8     @authentication-procedure @Auth_Accept  @TS_24_301 @24_301_5_4_2_1 @24_301_5_4_2_3 @33_401_6_1_1 @Series-0004
9
10     Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct
11     EPS security context.
12
13     Given all configured endpoints for SSH are connected successfully
14
15     Given the steps below will be executed at the end
16     When I stop S1AP simulator on node ABOT
17     When I run the SSH command "sudo service mme_gw restart" on node MME
18     Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
19     Then the ending steps are complete
20
21     # Set ABOT configuration
22     Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT
23     Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT
24
25     # Execute ABOT S1AP Simulator
26     When I run S1AP simulator on node ABOT with 1 UE
27
28     # Wait for execution to complete before checking results
29     Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
30
31     # Validate Test Case Execution at Simulator
32     Then I receive S1AP response on node ABOT and verify the presence of all the following values:
33     | responseResult                                 | existence               |
34     | Send Attach Request message with GUTI          | {string:nocase:present} |
35     | Received Identity Request message              | {string:nocase:present} |
36     | Identification requested type = IMSI           | {string:nocase:present} |
37     | Send Identity Response message                 | {string:nocase:present} |
38     | Received Authentication Request message        | {string:nocase:present} |
39     | Send Authentication Response message           | {string:nocase:present} |
40     | Received Security Mode Command message         | {string:nocase:present} |
41     | Send Security Mode Complete message            | {string:nocase:present} |
42     | Received Attach Accept message                 | {string:nocase:present} |
43
44
45