First part of onap rename
[appc.git] / appc-directed-graph / appc-dgraph / provider / src / test / resources / properties / APPC / SaveRunningConfig / SaveRunningConfig_Success.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 org.onap.appc.data.services.node.ConfigResourceNode.updateUploadConfig.outCome=success
35 org.onap.appc.data.services.node.ConfigResourceNode.updateUploadConfig.tmp.uploadconfigmax.uploadconfigid=100
36
37
38
39 # DG  properties
40 APPC.GetDeviceRunningConfig.outCome=success
41 APPC.PublishConfiguration.outCome=success
42
43 com.att.sdnctl.prop.PropertiesNode.readProperties=success
44 assertNull.dcae-error-message
45
46
47
48 assertEquals.config.vnf-id=ibcx0001v
49 assertEquals.config.vm-name=ibcx0001vm001
50
51 assertEquals.config.vnf-type=ISBC
52
53 assertEquals.config.host-ip-address=135.1.1.1
54
55 assertEquals.config.user-name=root
56 assertEquals.config.password = !bootstrap
57 assertEquals.config.port-number = 22
58 assertEquals.config.protocol = CLI
59
60
61
62       
63