Commit 8bd8ae74 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): CoreNetwork operations do not require input parameters from XML

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent a42716d5
......@@ -372,6 +372,11 @@ def GetParametersFromXML(action):
if (string_field is not None):
EPC.mmeConfFile = string_field
elif action == 'Initialize_HSS' or action == 'Initialize_SPGW':
pass
elif action == 'Terminate_HSS' or action == 'Terminate_MME' or action == 'Terminate_SPGW':
pass
elif action == 'Deploy_EPC':
string_field = test.findtext('parameters')
if (string_field is not None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment