Update scenario img_file in tempest.conf
[functest.git] / functest / opnfv_tests / vnf / epc / featureFiles / Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature
1     ############################################################################################################################
2     #                                              Date: <13/01/2017> Version: <1.1>                                           #
3     ############################################################################################################################
4
5
6     Feature:Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt
7
8     @authentication-procedure @Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 @SS_changesReqd
9
10     Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable"
11
12     # AuC system changes required. HSS should send Authentication request message with AMF=AMF_RESYNCH amf = {0xff 0xff}
13     # file name kdf.c line no: 156   uint8_t amf[] = { 0xFF, 0xFF };
14
15     Given all configured endpoints for SSH are connected successfully
16
17     Given the steps below will be executed at the end
18     When I stop S1AP simulator on node ABOT
19     When I run the SSH command "sudo service mme_gw restart" on node MME
20     Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
21     Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
22     Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
23     Then the ending steps are complete
24
25     # set ABOT configuration
26     Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT
27     Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT
28     Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT
29
30     # Execute ABOT S1AP Simulator
31     When I run S1AP simulator on node ABOT with 1 UE
32
33     Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
34     Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
35
36     # Validate Test Case Execution at Simulator
37     Then I receive S1AP response on node ABOT and verify the presence of all the following values:
38     | responseResult                                 | existence               |
39     | Send Attach Request message with GUTI          | {string:nocase:present} |
40     | Received Identity Request message              | {string:nocase:present} |
41     | Identification requested type = IMSI           | {string:nocase:present} |
42     | Send Identity Response message                 | {string:nocase:present} |
43     | Received Authentication Request message        | {string:nocase:present} |
44     | Send Authentication Failure message (cause=26) | {string:nocase:present} |
45