diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-12-20 18:58:55 +0000 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-01-26 16:14:35 +0000 |
commit | 99507033a51c4dfbabc6372c29f43300947be5d6 (patch) | |
tree | 4185c4e1ddb7353fcf6a6dfc7a8afd2ace1055b4 /robot/resources/test_templates | |
parent | 8b8a4cff5ca8d1bfec1133d8713bb8931d56e1aa (diff) |
[APPC] Remove APPC junk
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ibe45140261245e80a3a662d64c8a1935acabf5af
Issue-ID: OOM-3069
Diffstat (limited to 'robot/resources/test_templates')
-rw-r--r-- | robot/resources/test_templates/vnf_instantiation_ovp.robot | 1 | ||||
-rw-r--r-- | robot/resources/test_templates/vnf_orchestration_test_template.robot | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/robot/resources/test_templates/vnf_instantiation_ovp.robot b/robot/resources/test_templates/vnf_instantiation_ovp.robot index 65ff37c3..71f079b3 100644 --- a/robot/resources/test_templates/vnf_instantiation_ovp.robot +++ b/robot/resources/test_templates/vnf_instantiation_ovp.robot @@ -33,7 +33,6 @@ Instantiate VNF ##### INSTANTIATING VNF IN VID ##### :FOR ${vnf} IN @{vnflist} - # APPC max is 50 characters \ ${vnf_name}= Catenate Ete_${vnf}_${uuid}_${vnf_name_index} \ ${generic_vnf_type}= Set Variable ${service_name}/${vnf_type} ${vnf_name_index} \ ${vnf_name_index}= Evaluate ${vnf_name_index} + 1 diff --git a/robot/resources/test_templates/vnf_orchestration_test_template.robot b/robot/resources/test_templates/vnf_orchestration_test_template.robot index 9d33f7ab..59eff810 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -60,7 +60,6 @@ Orchestrate VNF ${vf_module_name_list}= Create List ${uuid}= Evaluate str("${uuid}")[:8] :FOR ${vnf} IN @{vnflist} - # APPC max is 50 characters \ ${vnf_name}= Catenate Ete_${vnf}_${uuid}_${vnf_name_index} \ ${vf_module_name}= Catenate Vfmodule_Ete_${vnf}_${uuid}_${vnf_name_index} \ ${vnf_name_index}= Evaluate ${vnf_name_index} + 1 |