aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature
blob: fba01f24d057e356ac624b834c1640c72e1f5810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
############################################################################################################################
#                                              Date: <22/08/2016> Version: <1.1>                                           #
############################################################################################################################

Feature:  Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO

@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
@TS_36_523_9_2_1_1_3 @Attach_Procedure_IPv4_Address_Allocation_Via_DHCPv4 @PCO

Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options

Given all configured endpoints for SSH are connected successfully

Given the steps below will be executed at the end
When I stop S1AP simulator on node ABOT
When I run the SSH command "sudo service mme_gw restart" on node MME
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
Then the ending steps are complete

# Set ABOT configuration
Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT

Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT

# Execute ABOT S1AP Simulator
When I run S1AP simulator on node ABOT with 1 UE

# Wait for execution to complete before checking results
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds

# Validate Test Case Execution at Simulator
Then I receive S1AP response on node ABOT and verify the presence of all the following values:
| responseResult                                                                                 | existence               |
| Send Attach Request message with IMSI                                                          | {string:nocase:present} |
| Send PDN Connectivity Request message with IPv4 address allocation via DHCPv4                  | {string:nocase:present} |
| Received Authentication Request message                                                        | {string:nocase:present} |
| Send Authentication Response message                                                           | {string:nocase:present} |
| Received Authentication Request message                                                        | {string:nocase:present} |
| Send Authentication Response message                                                           | {string:nocase:present} |
| Received Security Mode Command message                                                         | {string:nocase:present} |
| Send Security Mode Complete message                                                            | {string:nocase:present} |
| Received Attach Accept message                                                                 | {string:nocase:present} |
| Received Activate Default EPS Bearer Context Request message with PCO contain Protocol ID 000B | {string:nocase:present} |