diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-28 14:53:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-28 14:53:41 +0000 |
commit | 9085d59afb28c185183afe4058954c69f9e15bd2 (patch) | |
tree | c54eec7f06a9a628f7ff7f07e377f64958cd79a9 | |
parent | 1fd732afea2c2048303413d4fa47407a71cf2139 (diff) | |
parent | 0d357f3991d69f2d3f9a5c42502f015a57c988b9 (diff) |
Merge "Updated Setup files for 5G Bulk PM"
-rw-r--r-- | plans/usecases/5G-bulkpm/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/usecases/5G-bulkpm/setup.sh b/plans/usecases/5G-bulkpm/setup.sh index 796b1711..c35df72f 100644 --- a/plans/usecases/5G-bulkpm/setup.sh +++ b/plans/usecases/5G-bulkpm/setup.sh @@ -129,7 +129,7 @@ docker restart dfc # SFTP Configuration: # Update the File Ready Notification with actual sftp ip address and copy pm files to sftp server. -cp $WORKSPACE/tests/usecases/5G-bulkpm/assets/json_events/FileExistNotification.json $WORKSPACE/tests/usecases/5G-bulkpm-bulkpm/testcases/assets/json_events/FileExistNotificationUpdated.json +cp $WORKSPACE/tests/usecases/5G-bulkpm/assets/json_events/FileExistNotification.json $WORKSPACE/tests/usecases/5G-bulkpm/assets/json_events/FileExistNotificationUpdated.json sed -i 's/sftpserver/'${SFTP_IP}'/g' $WORKSPACE/tests/usecases/5G-bulkpm/assets/json_events/FileExistNotificationUpdated.json docker cp $WORKSPACE/plans/usecases/5G-bulkpm/assets/xNF.pm.xml.gz sftp:/home/admin/ |