From 0756759f39e125b02d63b4e93de83b3c6b13beea Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 13 Dec 2017 11:09:30 -0800 Subject: First part of onap rename This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady Issue-ID: APPC-13 --- .../DownloadCliConfig_Adaptor_Failure.properties | 6 +++--- .../DownloadCliConfig/DownloadCliConfig_DB_Failure.properties | 4 ++-- .../APPC/DownloadCliConfig/DownloadCliConfig_Success.properties | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig') diff --git a/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig/DownloadCliConfig_Adaptor_Failure.properties b/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig/DownloadCliConfig_Adaptor_Failure.properties index 447c51385..9e85c51a6 100644 --- a/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig/DownloadCliConfig_Adaptor_Failure.properties +++ b/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig/DownloadCliConfig_Adaptor_Failure.properties @@ -30,9 +30,9 @@ download-config-template.assertEquals.vnf-type = vUSP - Metaswitch vSBC download-config-template.download-config-template.TEMPLATE=tcfile:///download_cli_config_template.txt download-config-template.outCome=SUCCESS -org.openecomp.appc.ccadaptor.ConfigComponentAdaptor.DownloadCliConfig.outCome=failure -org.openecomp.appc.ccadaptor.ConfigComponentAdaptor.DownloadCliConfig.error-code = 200 -org.openecomp.appc.ccadaptor.ConfigComponentAdaptor.DownloadCliConfig.error-message = Device Not Found +org.onap.appc.ccadaptor.ConfigComponentAdaptor.DownloadCliConfig.outCome=failure +org.onap.appc.ccadaptor.ConfigComponentAdaptor.DownloadCliConfig.error-code = 200 +org.onap.appc.ccadaptor.ConfigComponentAdaptor.DownloadCliConfig.error-message = Device Not Found assertEquals.error-code=401 assertNotNull.error-message diff --git a/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig/DownloadCliConfig_DB_Failure.properties b/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig/DownloadCliConfig_DB_Failure.properties index 146760c4d..f99882843 100644 --- a/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig/DownloadCliConfig_DB_Failure.properties +++ b/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig/DownloadCliConfig_DB_Failure.properties @@ -25,8 +25,8 @@ input.device-password = !bootstrap input.port-number = 22 input.vnf-type = vUSP - Metaswitch vSBC -org.openecomp.appc.data.services.node.ConfigResourceNode.getDownloadConfigTemplateByVnf.outCome=failure -org.openecomp.appc.data.services.node.ConfigResourceNode.getDownloadConfigTemplateByVnf.tmp.downloadConfigTemplate.error-message=No record for VNF Type +org.onap.appc.data.services.node.ConfigResourceNode.getDownloadConfigTemplateByVnf.outCome=failure +org.onap.appc.data.services.node.ConfigResourceNode.getDownloadConfigTemplateByVnf.tmp.downloadConfigTemplate.error-message=No record for VNF Type download-config-template.assertEquals.vnf-type = vUSP - Metaswitch vSBC download-config-template.outCome=FAILURE diff --git a/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig/DownloadCliConfig_Success.properties b/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig/DownloadCliConfig_Success.properties index 3ebd399fb..a4d40f257 100644 --- a/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig/DownloadCliConfig_Success.properties +++ b/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/APPC/DownloadCliConfig/DownloadCliConfig_Success.properties @@ -47,7 +47,7 @@ download-config-template.download-config-template.TEMPLATE=tcfile:///download_cl # Configure Node #---------------------------- -# +# # # # @@ -55,11 +55,11 @@ download-config-template.download-config-template.TEMPLATE=tcfile:///download_cl # # -org.openecomp.appc.ccadaptor.ConfigComponentAdaptor.DownloadCliConfig.outCome=success +org.onap.appc.ccadaptor.ConfigComponentAdaptor.DownloadCliConfig.outCome=success # To assert execution/configure node context param ..params..= XXXXX -org.openecomp.appc.ccadaptor.ConfigComponentAdaptor.DownloadCliConfig.params.assertEquals.Port_number=22 +org.onap.appc.ccadaptor.ConfigComponentAdaptor.DownloadCliConfig.params.assertEquals.Port_number=22 # To assert execution/configure node context param ...= XXXXX -org.openecomp.appc.ccadaptor.ConfigComponentAdaptor.DownloadCliConfig.assertEquals.vnf-type = vUSP - Metaswitch vSBC +org.onap.appc.ccadaptor.ConfigComponentAdaptor.DownloadCliConfig.assertEquals.vnf-type = vUSP - Metaswitch vSBC # To assert DG Context after execution # .= XXXXX -- cgit 1.2.3-korg