diff options
author | Stanislav Marszalek <s.marszalek2@partner.samsung.com> | 2021-07-12 15:25:20 +0200 |
---|---|---|
committer | Stanislav Marszalek <s.marszalek2@partner.samsung.com> | 2021-07-28 14:22:05 +0200 |
commit | cc41ed25adcd0d5a4714ac92eee387c41eacbd3e (patch) | |
tree | 84cd4979946b23053bcd7bc2cd29e7540ef6b242 /src/test | |
parent | aaf4218122ed0e18912581a04ee677f6613b8e8f (diff) |
O1 PM Bulk support - FTP upload or file copy implementation
Issue-ID: INT-1945
Signed-off-by: Stanislav Marszalek <s.marszalek2@partner.samsung.com>
Change-Id: If08908035719798d8d7b129ddcdb6ef83f1647fe
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/resources/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 27d2fda..77c2933 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -33,11 +33,13 @@ topology.ue.config.file=src/test/resources/ue.json refresher.fixed.rate.ms=60000 restapi.version=v1 # PM Bulk File constants +xml.pm.location=/a1pesim/generated_pm_bulks xml.pm.bulk.fileFormatVersion=32.435 V7.0 xml.pm.bulk.vendorName=Samsung xml.pm.bulk.userLabel=ORAN PE Sim xml.pm.bulk.fileSender=ORAN #File Ready Event constants +ftp.server.upload=false file.ready.version=4.0.1 file.ready.vesEventListenerVersion=7.0.1 file.ready.domain=notification |