aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature
diff options
context:
space:
mode:
authorsoumaya <soumaya.nayek@rebaca.com>2017-09-12 22:49:21 +0530
committerCédric Ollivier <cedric.ollivier@orange.com>2017-12-11 13:51:52 +0100
commit00315cbac45bdffe0cfd3174a4b0871ccb610b97 (patch)
tree382caa3f197947fe3a39690527bc467ae6bc4481 /functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature
parent41a81e7f5ca5d3733e6e5655f5ece7859ce9f49b (diff)
vEPC tests with juju as an VNF manager
juju_epc testcase validate EPC setup with the help of ABoT which acting as test executor. Functest-abot-epc-bundle deploys OAI charms alongwith mysql and ABoT. JUJU is acting as a VNF manager. Change-Id: I45d7b37f21f6b8c7049ab2bf42a4678e30b67a72 Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
Diffstat (limited to 'functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature')
-rw-r--r--functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature32
1 files changed, 32 insertions, 0 deletions
diff --git a/functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature b/functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature
new file mode 100644
index 000000000..4e3cfd7b6
--- /dev/null
+++ b/functest/opnfv_tests/vnf/epc/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature
@@ -0,0 +1,32 @@
+############################################################################################################################
+# Date: <31/08/2016> Version: <1.1> #
+############################################################################################################################
+
+Feature:Attach_Procedure_AttachWithIMSI_Wrong_MCC
+
+@attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MCC @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
+
+Scenario: Attach Procedure Failure due to wrong MCC.
+
+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 EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT
+
+# Execute ABOT S1AP Simulator
+When I run S1AP simulator on node ABOT with 1 UE
+
+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 |
+| Received s1 setup failure for MME | {string:nocase:present} |
+