diff options
author | LiamBurke <Liam.Burke@ericsson.com> | 2019-02-11 12:28:55 +0000 |
---|---|---|
committer | LiamBurke <liam.burke@ericsson.com> | 2019-02-11 13:34:34 +0000 |
commit | a4516196eeb9c244f5a044a42aca21f1a0d97da8 (patch) | |
tree | 5b7e01245aabefa4a3de9ba900d6a90591f2a69d /tests/usecases/5G-bulkpm/assets | |
parent | 47abceca6dcbb8d559277d92ad9cc0f1ea806196 (diff) |
Changes to CSIT so it executes in ONAP also
Change-Id: I518b92a1e6aa72e441bc62cc149870df6a8575e4
Issue-ID: INT-832
Signed-off-by: LiamBurke <liam.burke@ericsson.com>
Diffstat (limited to 'tests/usecases/5G-bulkpm/assets')
-rw-r--r-- | tests/usecases/5G-bulkpm/assets/json_events/FileExistNotification.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/usecases/5G-bulkpm/assets/json_events/FileExistNotification.json b/tests/usecases/5G-bulkpm/assets/json_events/FileExistNotification.json index 4064ea31..d5d8fd05 100644 --- a/tests/usecases/5G-bulkpm/assets/json_events/FileExistNotification.json +++ b/tests/usecases/5G-bulkpm/assets/json_events/FileExistNotification.json @@ -21,7 +21,7 @@ "arrayOfNamedHashMap": [ { "name": "xNF.pm.xml.gz", "hashMap":{ - "location": "sftp://admin:admin@sftpserver:22/xNF.pm.xml.gz", + "location": "sftp://admin:admin@sftpserver:sftpport/xNF.pm.xml.gz", "compression": "gzip", "fileFormatType": "org.3GPP.32.435#measCollec", "fileFormatVersion": "V10" |