First part of onap rename
[appc.git] / appc-directed-graph / appc-dgraph / provider / src / test / resources / properties / APPC / SaveRunningConfig / SaveRunningConfig_Failure.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP : APP-C
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property.  All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10
11 #      http://www.apache.org/licenses/LICENSE-2.0
12
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 ###
20
21 input.vnf-id=ibcx0001v
22 input.vm-name=ibcx0001vm001
23 input.vm-name=ibcx0001vm001
24 input.vnf-type=ISBC
25
26 input.vnf-host-ip-address=135.1.1.1
27
28 input.device-authentication.USER-NAME=root
29 input.device-authentication.PASSWORD = !bootstrap
30 input.device-authentication.PORT-NUMBER = 22
31 input.tmp.deviceinterfaceprotocol.PROTOCOL = CLI
32 input.deviceconfig-file-content=DUMMYFILECONTENT
33
34 c
35
36 # DG  properties
37 APPC.GetDeviceRunningConfig.outCome=failure
38
39
40 input.dcae-error-message=Error while getting device config
41
42
43
44 assertEquals.config.vnf-id=ibcx0001v
45 assertEquals.config.vm-name=ibcx0001vm001
46
47 assertEquals.config.vnf-type=ISBC
48
49 assertEquals.config.host-ip-address=135.1.1.1
50
51 assertEquals.config.user-name=root
52 assertEquals.config.password = !bootstrap
53 assertEquals.config.port-number = 22
54 assertEquals.config.protocol = CLI
55
56
57 assertNull.output.payload.upload-config-id[0]
58
59
60 org.onap.appc.dg.common.DCAEReporterPlugin.report.outCome=success
61 org.onap.appc.dg.common.DCAEReporterPlugin.report.params.assertEquals.output.status.dgerror.code=501
62 org.onap.appc.dg.common.DCAEReporterPlugin.report.params.assertEquals.output.status.message=501:Configuration is successful but unable to get the running config.
63
64
65 org.onap.appc.data.services.node.ConfigResourceNode.saveConfigTransactionLog.outCome=success
66 org.onap.appc.data.services.node.ConfigResourceNode.saveConfigTransactionLog.params.assertEquals.message=501:Configuration is successful but unable to get the running config.