From baa8f2d5f67d45e5761f92cb93fe22050f08d0fe Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 27 Feb 2018 14:25:49 +0100 Subject: Clean all OpenStack related modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Xtesting is only focused on the framework and entry points. Change-Id: I1a4146ed8519438b13810a20ddf1140c35bb6ecd Signed-off-by: Cédric Ollivier --- ...tach_Procedure_With_P_CSCF_Addr_Request.feature | 44 ---------------------- 1 file changed, 44 deletions(-) delete mode 100644 functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature (limited to 'functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature') diff --git a/functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature b/functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature deleted file mode 100644 index 605bb934..00000000 --- a/functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature +++ /dev/null @@ -1,44 +0,0 @@ -############################################################################################################################ -# Date: <22/08/2016> Version: <1.1> # -############################################################################################################################ - -Feature: Attach Procedure With P-CSCF Address Request 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_P-CSCF_Address_Request @PCO - -Scenario: Attach Procedure indicating a request for P-CSCF address 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.IPV6_P_CSCF_ADDR_REQ=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 P-CSCF Address Request | {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 0001 | {string:nocase:present} | -- cgit 1.2.3-korg