diff options
author | eHanan <eoin.hanan@est.tech> | 2019-09-16 12:25:40 +0100 |
---|---|---|
committer | eHanan <eoin.hanan@est.tech> | 2019-09-16 12:51:50 +0100 |
commit | 2ae0ac0083483078350b1bc697e09683a8781957 (patch) | |
tree | e2a1365456a97351935befda37af99436be7d624 /tests/so/etsi/etsi_tests.robot | |
parent | 459a620a60f0cee9841300ee2bcda2b14ed1f2a7 (diff) |
Fixing SO-2337 filename too long issue
Change-Id: I02ce1a948d79219e9c373f43a22c00dba57074ff
Issue-ID: SO-2337
Signed-off-by: eHanan <eoin.hanan@est.tech>
Diffstat (limited to 'tests/so/etsi/etsi_tests.robot')
-rw-r--r-- | tests/so/etsi/etsi_tests.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/so/etsi/etsi_tests.robot b/tests/so/etsi/etsi_tests.robot index e35b5364..bfa23317 100644 --- a/tests/so/etsi/etsi_tests.robot +++ b/tests/so/etsi/etsi_tests.robot @@ -12,7 +12,7 @@ ${MAXIMUM_ATTEMPTS_BEFORE_TIMEOUT}= 48 # Represents the maximum number o Distribute Service Template Create Session sdc_controller_session http://${REPO_IP}:8085 ${data}= Get Binary File ${CURDIR}${/}data${/}distributeServiceTemplate.json - &{headers}= Create Dictionary Authorization=Basic bXNvX2FkbWluOnBhc3N3b3JkMSQ= resource-location=/distribution-test/unzipped Content-Type=application/json Accept=application/json + &{headers}= Create Dictionary Authorization=Basic bXNvX2FkbWluOnBhc3N3b3JkMSQ= resource-location=/distribution-test-zip/unzipped/ Content-Type=application/json Accept=application/json ${resp}= Post Request sdc_controller_session /test/treatNotification/v1 data=${data} headers=${headers} Run Keyword If '${resp.status_code}' == '200' log to console \nexecuted with expected result Should Be Equal As Strings '${resp.status_code}' '200' |