aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/README.md
diff options
context:
space:
mode:
authorHelen Chen <helen.chen@huawei.com>2018-08-30 13:58:33 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-30 13:58:33 +0000
commitc0cef09b044178ed22292bc9577010f05a870605 (patch)
tree4b486dba0f9643a56909db5ce63fcfe60931a36e /test/mocks/pnfsimulator/README.md
parent04b55da457380867784c8d2c9ccaa44c73c35544 (diff)
parent01473522bb70ef4df7f4bfd2c49dbb8bd1178cbf (diff)
Merge "Draft for INT-607 Logging with SSH keys"
Diffstat (limited to 'test/mocks/pnfsimulator/README.md')
-rw-r--r--test/mocks/pnfsimulator/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/README.md b/test/mocks/pnfsimulator/README.md
index a2a5e5539..d53a07521 100644
--- a/test/mocks/pnfsimulator/README.md
+++ b/test/mocks/pnfsimulator/README.md
@@ -26,6 +26,12 @@ It is possible to get access to logs by invocation of *./simulator.sh* logs.
The content of the logs is related to the last simulator run.
Every start of simulator will generate new logs.
+###SFTP support
+PNF Simulator allows to serve files via SFTP server. SFTP server has predefined user sftp-user.
+Connection to SFTP server is being done with usage of SSH keys. Private key is stored in *ssh* directory.
+In order to download *sftp-file.txt* file simply run *sftp -P 2222 -i ssh/ssh_host_rsa_key sftp-user@localhost:sftp/sftp-file.txt*
+In order to add a new file (e.g. test.zip), put the file into *sftp* directory and run simulator.
+After that again execute sftp command: *sftp -P 2222 -i ssh/ssh_host_rsa_key sftp-user@localhost:sftp/test.zip*
###Developer mode
For development of PNF Simulator, run *simulator.sh* start-dev in order to run Netopeer.