Commit fba170ecc31cf520e5bdb21ec47f93edbdbab4c1
1 parent
d6044b90
Update `Створити вимогу` to work with complaintID
Update singleItemTenderComplaints to work with this change
Showing
2 changed files
with
13 additions
and
15 deletions
@@ -370,7 +370,8 @@ Library openprocurement_client_helper.py | @@ -370,7 +370,8 @@ Library openprocurement_client_helper.py | ||
370 | ... ${tender} | 370 | ... ${tender} |
371 | ... ${claim} | 371 | ... ${claim} |
372 | Log ${reply} | 372 | Log ${reply} |
373 | - [return] ${reply} | 373 | + Set To Dictionary ${USERS.users['${username}']} complaint_access_token=${reply.access.token} |
374 | + [return] ${reply.data.complaintID} | ||
374 | 375 | ||
375 | 376 | ||
376 | Завантажити документацію до вимоги | 377 | Завантажити документацію до вимоги |
@@ -57,13 +57,14 @@ ${mode} single | @@ -57,13 +57,14 @@ ${mode} single | ||
57 | ... provider | 57 | ... provider |
58 | ... ${USERS.users['${provider}'].broker} | 58 | ... ${USERS.users['${provider}'].broker} |
59 | ... from-0.12 | 59 | ... from-0.12 |
60 | + [Setup] Дочекатись синхронізації з майданчиком ${provider} | ||
60 | [Teardown] Оновити LAST_MODIFICATION_DATE | 61 | [Teardown] Оновити LAST_MODIFICATION_DATE |
61 | ${claim}= Підготовка даних для подання вимоги | 62 | ${claim}= Підготовка даних для подання вимоги |
62 | - ${claim_resp}= Викликати для учасника ${provider} | 63 | + ${complaintID}= Викликати для учасника ${provider} |
63 | ... Створити вимогу | 64 | ... Створити вимогу |
64 | ... ${TENDER['TENDER_UAID']} | 65 | ... ${TENDER['TENDER_UAID']} |
65 | ... ${claim} | 66 | ... ${claim} |
66 | - ${claim_data}= Create Dictionary claim=${claim} claim_resp=${claim_resp} | 67 | + ${claim_data}= Create Dictionary claim=${claim} complaintID=${complaintID} |
67 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} | 68 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} |
68 | ${CLAIM_NUM}= Set variable 0 | 69 | ${CLAIM_NUM}= Set variable 0 |
69 | Set suite variable ${CLAIM_NUM} | 70 | Set suite variable ${CLAIM_NUM} |
@@ -355,12 +356,11 @@ ${mode} single | @@ -355,12 +356,11 @@ ${mode} single | ||
355 | ... from-0.12 | 356 | ... from-0.12 |
356 | [Teardown] Оновити LAST_MODIFICATION_DATE | 357 | [Teardown] Оновити LAST_MODIFICATION_DATE |
357 | ${claim}= Підготовка даних для подання вимоги | 358 | ${claim}= Підготовка даних для подання вимоги |
358 | - ${claim_resp}= Викликати для учасника ${provider} | 359 | + ${complaintID}= Викликати для учасника ${provider} |
359 | ... Створити вимогу | 360 | ... Створити вимогу |
360 | ... ${TENDER['TENDER_UAID']} | 361 | ... ${TENDER['TENDER_UAID']} |
361 | ... ${claim} | 362 | ... ${claim} |
362 | - ${claim_data2}= Create Dictionary claim=${claim} claim_resp=${claim_resp} | ||
363 | - Log ${claim_data2} | 363 | + ${claim_data2}= Create Dictionary claim=${claim} complaintID=${complaintID} |
364 | Set To Dictionary ${USERS.users['${provider}']} claim_data2 ${claim_data2} | 364 | Set To Dictionary ${USERS.users['${provider}']} claim_data2 ${claim_data2} |
365 | ${CLAIM_NUM}= Set variable 1 | 365 | ${CLAIM_NUM}= Set variable 1 |
366 | Set suite variable ${CLAIM_NUM} | 366 | Set suite variable ${CLAIM_NUM} |
@@ -434,12 +434,11 @@ ${mode} single | @@ -434,12 +434,11 @@ ${mode} single | ||
434 | ... from-0.12 | 434 | ... from-0.12 |
435 | [Teardown] Оновити LAST_MODIFICATION_DATE | 435 | [Teardown] Оновити LAST_MODIFICATION_DATE |
436 | ${claim}= Підготовка даних для подання вимоги | 436 | ${claim}= Підготовка даних для подання вимоги |
437 | - ${claim_resp}= Викликати для учасника ${provider} | 437 | + ${complaintID}= Викликати для учасника ${provider} |
438 | ... Створити вимогу | 438 | ... Створити вимогу |
439 | ... ${TENDER['TENDER_UAID']} | 439 | ... ${TENDER['TENDER_UAID']} |
440 | ... ${claim} | 440 | ... ${claim} |
441 | - ${claim_data3}= Create Dictionary claim=${claim} claim_resp=${claim_resp} | ||
442 | - Log ${claim_data3} | 441 | + ${claim_data3}= Create Dictionary claim=${claim} complaintID=${complaintID} |
443 | Set To Dictionary ${USERS.users['${provider}']} claim_data3 ${claim_data3} | 442 | Set To Dictionary ${USERS.users['${provider}']} claim_data3 ${claim_data3} |
444 | ${CLAIM_NUM}= Set variable 2 | 443 | ${CLAIM_NUM}= Set variable 2 |
445 | Set suite variable ${CLAIM_NUM} | 444 | Set suite variable ${CLAIM_NUM} |
@@ -502,12 +501,11 @@ ${mode} single | @@ -502,12 +501,11 @@ ${mode} single | ||
502 | ... from-0.12 | 501 | ... from-0.12 |
503 | [Teardown] Оновити LAST_MODIFICATION_DATE | 502 | [Teardown] Оновити LAST_MODIFICATION_DATE |
504 | ${claim}= Підготовка даних для подання вимоги | 503 | ${claim}= Підготовка даних для подання вимоги |
505 | - ${claim_resp}= Викликати для учасника ${provider} | 504 | + ${complaintID}= Викликати для учасника ${provider} |
506 | ... Створити вимогу | 505 | ... Створити вимогу |
507 | ... ${TENDER['TENDER_UAID']} | 506 | ... ${TENDER['TENDER_UAID']} |
508 | ... ${claim} | 507 | ... ${claim} |
509 | - ${claim_data4}= Create Dictionary claim=${claim} claim_resp=${claim_resp} | ||
510 | - Log ${claim_data4} | 508 | + ${claim_data4}= Create Dictionary claim=${claim} complaintID=${complaintID} |
511 | Set To Dictionary ${USERS.users['${provider}']} claim_data4 ${claim_data4} | 509 | Set To Dictionary ${USERS.users['${provider}']} claim_data4 ${claim_data4} |
512 | ${CLAIM_NUM}= Set variable 3 | 510 | ${CLAIM_NUM}= Set variable 3 |
513 | Set suite variable ${CLAIM_NUM} | 511 | Set suite variable ${CLAIM_NUM} |
@@ -580,12 +578,11 @@ ${mode} single | @@ -580,12 +578,11 @@ ${mode} single | ||
580 | ... from-0.12 | 578 | ... from-0.12 |
581 | [Teardown] Оновити LAST_MODIFICATION_DATE | 579 | [Teardown] Оновити LAST_MODIFICATION_DATE |
582 | ${claim}= Підготовка даних для подання вимоги | 580 | ${claim}= Підготовка даних для подання вимоги |
583 | - ${claim_resp}= Викликати для учасника ${provider} | 581 | + ${complaintID}= Викликати для учасника ${provider} |
584 | ... Створити вимогу | 582 | ... Створити вимогу |
585 | ... ${TENDER['TENDER_UAID']} | 583 | ... ${TENDER['TENDER_UAID']} |
586 | ... ${claim} | 584 | ... ${claim} |
587 | - ${claim_data5}= Create Dictionary claim=${claim} claim_resp=${claim_resp} | ||
588 | - Log ${claim_data5} | 585 | + ${claim_data5}= Create Dictionary claim=${claim} complaintID=${complaintID} |
589 | Set To Dictionary ${USERS.users['${provider}']} claim_data5 ${claim_data5} | 586 | Set To Dictionary ${USERS.users['${provider}']} claim_data5 ${claim_data5} |
590 | ${CLAIM_NUM}= Set variable 4 | 587 | ${CLAIM_NUM}= Set variable 4 |
591 | Set suite variable ${CLAIM_NUM} | 588 | Set suite variable ${CLAIM_NUM} |
Please
register
or
login
to post a comment