Commit c8ac67ad4ad4d19a580a3ee91b3a16057c63fda0
1 parent
91964465
Remove return statements where were redundant
Showing
3 changed files
with
11 additions
and
40 deletions
@@ -32,9 +32,7 @@ Resource base_keywords.robot | @@ -32,9 +32,7 @@ Resource base_keywords.robot | ||
32 | Можливість підтвердити цінову пропозицію учасником ${username} | 32 | Можливість підтвердити цінову пропозицію учасником ${username} |
33 | ${status}= Run Keyword IF '${MODE}'=='openeu' Set Variable pending | 33 | ${status}= Run Keyword IF '${MODE}'=='openeu' Set Variable pending |
34 | ... ELSE IF '${MODE}'=='openua' Set Variable active | 34 | ... ELSE IF '${MODE}'=='openua' Set Variable active |
35 | - ${activestatusresp}= Run As ${username} Змінити цінову пропозицію ${TENDER['TENDER_UAID']} status ${status} | ||
36 | - Set To Dictionary ${USERS.users['${username}'].bidresponses} activestatusresp=${activestatusresp} | ||
37 | - log ${activestatusresp} | 35 | + Run As ${username} Змінити цінову пропозицію ${TENDER['TENDER_UAID']} status ${status} |
38 | 36 | ||
39 | ############################################################################################## | 37 | ############################################################################################## |
40 | # OPENEU Bid documentation | 38 | # OPENEU Bid documentation |
@@ -45,8 +43,7 @@ Resource base_keywords.robot | @@ -45,8 +43,7 @@ Resource base_keywords.robot | ||
45 | ${privat_doc}= create_data_dict data.confidentialityRationale ${confidentialityRationale} | 43 | ${privat_doc}= create_data_dict data.confidentialityRationale ${confidentialityRationale} |
46 | Set To Dictionary ${privat_doc.data} confidentiality=buyerOnly | 44 | Set To Dictionary ${privat_doc.data} confidentiality=buyerOnly |
47 | ${docid}= Get Variable Value ${USERS.users['${username}'].bidresponses['bid_doc_upload']['upload_response'].data.id} | 45 | ${docid}= Get Variable Value ${USERS.users['${username}'].bidresponses['bid_doc_upload']['upload_response'].data.id} |
48 | - ${bid_doc_modified}= Run As ${username} Змінити документацію в ставці ${TENDER['TENDER_UAID']} ${privat_doc} ${docid} | ||
49 | - Set To Dictionary ${USERS.users['${username}'].bidresponses} bid_doc_modified=${bid_doc_modified} | 46 | + Run As ${username} Змінити документацію в ставці ${TENDER['TENDER_UAID']} ${privat_doc} ${docid} |
50 | 47 | ||
51 | 48 | ||
52 | Можливість завантажити ${doc_type} документ до пропозиції учасником ${username} | 49 | Можливість завантажити ${doc_type} документ до пропозиції учасником ${username} |
@@ -235,7 +235,7 @@ Resource resource.robot | @@ -235,7 +235,7 @@ Resource resource.robot | ||
235 | Можливість створення лоту із прив’язаним предметом закупівлі | 235 | Можливість створення лоту із прив’язаним предметом закупівлі |
236 | ${lot}= Підготувати дані для створення лоту ${USERS.users['${tender_owner}'].tender_data.data.value.amount} | 236 | ${lot}= Підготувати дані для створення лоту ${USERS.users['${tender_owner}'].tender_data.data.value.amount} |
237 | ${item}= Підготувати дані для створення предмету закупівлі ${USERS.users['${tender_owner}'].initial_data.data['items'][0]['classification']['id']} | 237 | ${item}= Підготувати дані для створення предмету закупівлі ${USERS.users['${tender_owner}'].initial_data.data['items'][0]['classification']['id']} |
238 | - ${lot_resp}= Run As ${tender_owner} Створити лот із предметом закупівлі ${TENDER['TENDER_UAID']} ${lot} ${item} | 238 | + Run As ${tender_owner} Створити лот із предметом закупівлі ${TENDER['TENDER_UAID']} ${lot} ${item} |
239 | ${item_id}= get_id_from_object ${item} | 239 | ${item_id}= get_id_from_object ${item} |
240 | ${item_data}= Create Dictionary | 240 | ${item_data}= Create Dictionary |
241 | ... item=${item} | 241 | ... item=${item} |
@@ -244,7 +244,6 @@ Resource resource.robot | @@ -244,7 +244,6 @@ Resource resource.robot | ||
244 | ${lot_id}= get_id_from_object ${lot.data} | 244 | ${lot_id}= get_id_from_object ${lot.data} |
245 | ${lot_data}= Create Dictionary | 245 | ${lot_data}= Create Dictionary |
246 | ... lot=${lot} | 246 | ... lot=${lot} |
247 | - ... lot_resp=${lot_resp} | ||
248 | ... lot_id=${lot_id} | 247 | ... lot_id=${lot_id} |
249 | ${lot_data}= munch_dict arg=${lot_data} | 248 | ${lot_data}= munch_dict arg=${lot_data} |
250 | Set To Dictionary ${USERS.users['${tender_owner}']} item_data=${item_data} lot_data=${lot_data} | 249 | Set To Dictionary ${USERS.users['${tender_owner}']} item_data=${item_data} lot_data=${lot_data} |
@@ -408,13 +407,12 @@ Resource resource.robot | @@ -408,13 +407,12 @@ Resource resource.robot | ||
408 | 407 | ||
409 | Можливість задати запитання на тендер користувачем ${username} | 408 | Можливість задати запитання на тендер користувачем ${username} |
410 | ${question}= Підготувати дані для запитання | 409 | ${question}= Підготувати дані для запитання |
411 | - ${question_resp}= Run As ${username} Задати запитання на тендер ${TENDER['TENDER_UAID']} ${question} | 410 | + Run As ${username} Задати запитання на тендер ${TENDER['TENDER_UAID']} ${question} |
412 | ${now}= Get Current TZdate | 411 | ${now}= Get Current TZdate |
413 | ${question.data.date}= Set variable ${now} | 412 | ${question.data.date}= Set variable ${now} |
414 | ${question_id}= get_id_from_object ${question.data} | 413 | ${question_id}= get_id_from_object ${question.data} |
415 | ${question_data}= Create Dictionary | 414 | ${question_data}= Create Dictionary |
416 | ... question=${question} | 415 | ... question=${question} |
417 | - ... question_resp=${question_resp} | ||
418 | ... question_id=${question_id} | 416 | ... question_id=${question_id} |
419 | ${question_data}= munch_dict arg=${question_data} | 417 | ${question_data}= munch_dict arg=${question_data} |
420 | Set To Dictionary ${USERS.users['${username}']} tender_question_data=${question_data} | 418 | Set To Dictionary ${USERS.users['${username}']} tender_question_data=${question_data} |
@@ -423,13 +421,12 @@ Resource resource.robot | @@ -423,13 +421,12 @@ Resource resource.robot | ||
423 | Можливість задати запитання на ${lot_index} лот користувачем ${username} | 421 | Можливість задати запитання на ${lot_index} лот користувачем ${username} |
424 | ${lot_id}= get_id_from_object ${USERS.users['${tender_owner}'].tender_data.data.lots[${lot_index}]} | 422 | ${lot_id}= get_id_from_object ${USERS.users['${tender_owner}'].tender_data.data.lots[${lot_index}]} |
425 | ${question}= Підготувати дані для запитання | 423 | ${question}= Підготувати дані для запитання |
426 | - ${question_resp}= Run As ${username} Задати запитання на лот ${TENDER['TENDER_UAID']} ${lot_id} ${question} | 424 | + Run As ${username} Задати запитання на лот ${TENDER['TENDER_UAID']} ${lot_id} ${question} |
427 | ${now}= Get Current TZdate | 425 | ${now}= Get Current TZdate |
428 | ${question.data.date}= Set variable ${now} | 426 | ${question.data.date}= Set variable ${now} |
429 | ${question_id}= get_id_from_object ${question.data} | 427 | ${question_id}= get_id_from_object ${question.data} |
430 | ${question_data}= Create Dictionary | 428 | ${question_data}= Create Dictionary |
431 | ... question=${question} | 429 | ... question=${question} |
432 | - ... question_resp=${question_resp} | ||
433 | ... question_id=${question_id} | 430 | ... question_id=${question_id} |
434 | ${question_data}= munch_dict arg=${question_data} | 431 | ${question_data}= munch_dict arg=${question_data} |
435 | Set To Dictionary ${USERS.users['${username}']} lots_${lot_index}_question_data=${question_data} | 432 | Set To Dictionary ${USERS.users['${username}']} lots_${lot_index}_question_data=${question_data} |
@@ -438,13 +435,12 @@ Resource resource.robot | @@ -438,13 +435,12 @@ Resource resource.robot | ||
438 | Можливість задати запитання на ${item_index} предмет користувачем ${username} | 435 | Можливість задати запитання на ${item_index} предмет користувачем ${username} |
439 | ${item_id}= get_id_from_object ${USERS.users['${tender_owner}'].tender_data.data['items'][${item_index}]} | 436 | ${item_id}= get_id_from_object ${USERS.users['${tender_owner}'].tender_data.data['items'][${item_index}]} |
440 | ${question}= Підготувати дані для запитання | 437 | ${question}= Підготувати дані для запитання |
441 | - ${question_resp}= Run As ${username} Задати запитання на предмет ${TENDER['TENDER_UAID']} ${item_id} ${question} | 438 | + Run As ${username} Задати запитання на предмет ${TENDER['TENDER_UAID']} ${item_id} ${question} |
442 | ${now}= Get Current TZdate | 439 | ${now}= Get Current TZdate |
443 | ${question.data.date}= Set variable ${now} | 440 | ${question.data.date}= Set variable ${now} |
444 | ${question_id}= get_id_from_object ${question.data} | 441 | ${question_id}= get_id_from_object ${question.data} |
445 | ${question_data}= Create Dictionary | 442 | ${question_data}= Create Dictionary |
446 | ... question=${question} | 443 | ... question=${question} |
447 | - ... question_resp=${question_resp} | ||
448 | ... question_id=${question_id} | 444 | ... question_id=${question_id} |
449 | ${question_data}= munch_dict arg=${question_data} | 445 | ${question_data}= munch_dict arg=${question_data} |
450 | Set To Dictionary ${USERS.users['${username}']} items_${item_index}_question_data=${question_data} | 446 | Set To Dictionary ${USERS.users['${username}']} items_${item_index}_question_data=${question_data} |
@@ -932,8 +928,7 @@ Resource resource.robot | @@ -932,8 +928,7 @@ Resource resource.robot | ||
932 | ${features_ids}= Run Keyword IF ${features} | 928 | ${features_ids}= Run Keyword IF ${features} |
933 | ... Отримати ідентифікатори об’єктів ${username} features | 929 | ... Отримати ідентифікатори об’єктів ${username} features |
934 | ... ELSE Set Variable ${None} | 930 | ... ELSE Set Variable ${None} |
935 | - ${resp}= Run As ${username} Подати цінову пропозицію ${TENDER['TENDER_UAID']} ${bid} ${lots_ids} ${features_ids} | ||
936 | - Set To Dictionary ${USERS.users['${username}'].bidresponses} resp=${resp} | 931 | + Run As ${username} Подати цінову пропозицію ${TENDER['TENDER_UAID']} ${bid} ${lots_ids} ${features_ids} |
937 | 932 | ||
938 | 933 | ||
939 | Можливість подати цінову пропозицію на другий етап ${index} користувачем ${username} | 934 | Можливість подати цінову пропозицію на другий етап ${index} користувачем ${username} |
@@ -948,8 +943,7 @@ Resource resource.robot | @@ -948,8 +943,7 @@ Resource resource.robot | ||
948 | ${features_ids}= Run Keyword IF ${features} | 943 | ${features_ids}= Run Keyword IF ${features} |
949 | ... Отримати ідентифікатори об’єктів ${username} features | 944 | ... Отримати ідентифікатори об’єктів ${username} features |
950 | ... ELSE Set Variable ${None} | 945 | ... ELSE Set Variable ${None} |
951 | - ${resp}= Run As ${username} Подати цінову пропозицію ${TENDER['TENDER_UAID']} ${bid} ${lots_ids} ${features_ids} | ||
952 | - Set To Dictionary ${USERS.users['${username}'].bidresponses} resp=${resp} | 946 | + Run As ${username} Подати цінову пропозицію ${TENDER['TENDER_UAID']} ${bid} ${lots_ids} ${features_ids} |
953 | 947 | ||
954 | Неможливість подати цінову пропозицію без прив’язки до лоту користувачем ${username} | 948 | Неможливість подати цінову пропозицію без прив’язки до лоту користувачем ${username} |
955 | ${bid}= Підготувати дані для подання пропозиції ${username} | 949 | ${bid}= Підготувати дані для подання пропозиції ${username} |
@@ -984,8 +978,7 @@ Resource resource.robot | @@ -984,8 +978,7 @@ Resource resource.robot | ||
984 | Можливість змінити документацію цінової пропозиції користувачем ${username} | 978 | Можливість змінити документацію цінової пропозиції користувачем ${username} |
985 | ${file_path} ${file_name} ${file_content}= create_fake_doc | 979 | ${file_path} ${file_name} ${file_content}= create_fake_doc |
986 | ${docid}= Get Variable Value ${USERS.users['${username}'].bidresponses['bid_doc_upload']['upload_response'].data.id} | 980 | ${docid}= Get Variable Value ${USERS.users['${username}'].bidresponses['bid_doc_upload']['upload_response'].data.id} |
987 | - ${bid_doc_modified}= Run As ${username} Змінити документ в ставці ${TENDER['TENDER_UAID']} ${file_path} ${docid} | ||
988 | - Set To Dictionary ${USERS.users['${username}'].bidresponses} bid_doc_modified=${bid_doc_modified} | 981 | + Run As ${username} Змінити документ в ставці ${TENDER['TENDER_UAID']} ${file_path} ${docid} |
989 | Remove File ${file_path} | 982 | Remove File ${file_path} |
990 | 983 | ||
991 | ############################################################################################## | 984 | ############################################################################################## |
@@ -38,6 +38,7 @@ Library openprocurement_client_helper.py | @@ -38,6 +38,7 @@ Library openprocurement_client_helper.py | ||
38 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].access_token} | 38 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].access_token} |
39 | ${reply}= Call Method ${USERS.users['${username}'].client} upload_document ${filepath} ${tender} | 39 | ${reply}= Call Method ${USERS.users['${username}'].client} upload_document ${filepath} ${tender} |
40 | Log object data ${reply} reply | 40 | Log object data ${reply} reply |
41 | + #return here is needed to have uploaded doc data in `Завантажити документ в лот` keyword | ||
41 | [return] ${reply} | 42 | [return] ${reply} |
42 | 43 | ||
43 | 44 | ||
@@ -175,6 +176,7 @@ Library openprocurement_client_helper.py | @@ -175,6 +176,7 @@ Library openprocurement_client_helper.py | ||
175 | [Arguments] ${username} ${tender_uaid} ${lot} | 176 | [Arguments] ${username} ${tender_uaid} ${lot} |
176 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} | 177 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
177 | ${reply}= Call Method ${USERS.users['${username}'].client} create_lot ${tender} ${lot} | 178 | ${reply}= Call Method ${USERS.users['${username}'].client} create_lot ${tender} ${lot} |
179 | + #return here is needed to have created lot id in `Створити лот з предметом закупівлі` keyword | ||
178 | [return] ${reply} | 180 | [return] ${reply} |
179 | 181 | ||
180 | 182 | ||
@@ -183,7 +185,6 @@ Library openprocurement_client_helper.py | @@ -183,7 +185,6 @@ Library openprocurement_client_helper.py | ||
183 | ${reply}= openprocurement_client.Створити лот ${username} ${tender_uaid} ${lot} | 185 | ${reply}= openprocurement_client.Створити лот ${username} ${tender_uaid} ${lot} |
184 | ${lot_id}= get_id_from_object ${lot.data} | 186 | ${lot_id}= get_id_from_object ${lot.data} |
185 | openprocurement_client.Додати предмет закупівлі в лот ${username} ${tender_uaid} ${lot_id} ${item} | 187 | openprocurement_client.Додати предмет закупівлі в лот ${username} ${tender_uaid} ${lot_id} ${item} |
186 | - [return] ${reply} | ||
187 | 188 | ||
188 | 189 | ||
189 | Отримати інформацію із лоту | 190 | Отримати інформацію із лоту |
@@ -199,7 +200,6 @@ Library openprocurement_client_helper.py | @@ -199,7 +200,6 @@ Library openprocurement_client_helper.py | ||
199 | ${lot}= Create Dictionary data=${tender.data.lots[${lot_index}]} | 200 | ${lot}= Create Dictionary data=${tender.data.lots[${lot_index}]} |
200 | Set_To_Object ${lot.data} ${fieldname} ${fieldvalue} | 201 | Set_To_Object ${lot.data} ${fieldname} ${fieldvalue} |
201 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_lot ${tender} ${lot} | 202 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_lot ${tender} ${lot} |
202 | - [return] ${reply} | ||
203 | 203 | ||
204 | 204 | ||
205 | Додати предмет закупівлі в лот | 205 | Додати предмет закупівлі в лот |
@@ -220,7 +220,6 @@ Library openprocurement_client_helper.py | @@ -220,7 +220,6 @@ Library openprocurement_client_helper.py | ||
220 | ${doc}= openprocurement_client.Завантажити документ ${username} ${filepath} ${tender_uaid} | 220 | ${doc}= openprocurement_client.Завантажити документ ${username} ${filepath} ${tender_uaid} |
221 | ${lot_doc}= test_lot_document_data ${doc} ${lot_id} | 221 | ${lot_doc}= test_lot_document_data ${doc} ${lot_id} |
222 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_document ${tender} ${lot_doc} | 222 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_document ${tender} ${lot_doc} |
223 | - [return] ${reply} | ||
224 | 223 | ||
225 | 224 | ||
226 | Видалити лот | 225 | Видалити лот |
@@ -233,7 +232,6 @@ Library openprocurement_client_helper.py | @@ -233,7 +232,6 @@ Library openprocurement_client_helper.py | ||
233 | \ Run Keyword If '${item.relatedLot}'=='${lot.data.id}' | 232 | \ Run Keyword If '${item.relatedLot}'=='${lot.data.id}' |
234 | \ ... openprocurement_client.Видалити предмет закупівлі ${username} ${tender_uaid} ${item_id} | 233 | \ ... openprocurement_client.Видалити предмет закупівлі ${username} ${tender_uaid} ${item_id} |
235 | ${reply}= Call Method ${USERS.users['${username}'].client} delete_lot ${tender} ${lot} | 234 | ${reply}= Call Method ${USERS.users['${username}'].client} delete_lot ${tender} ${lot} |
236 | - [return] ${reply} | ||
237 | 235 | ||
238 | 236 | ||
239 | Скасувати лот | 237 | Скасувати лот |
@@ -321,7 +319,6 @@ Library openprocurement_client_helper.py | @@ -321,7 +319,6 @@ Library openprocurement_client_helper.py | ||
321 | ${item_id}= Get Variable Value ${tender.data['items'][${item_index}].id} | 319 | ${item_id}= Get Variable Value ${tender.data['items'][${item_index}].id} |
322 | ${question}= test_related_question ${question} item ${item_id} | 320 | ${question}= test_related_question ${question} item ${item_id} |
323 | ${reply}= Call Method ${USERS.users['${username}'].client} create_question ${tender} ${question} | 321 | ${reply}= Call Method ${USERS.users['${username}'].client} create_question ${tender} ${question} |
324 | - [return] ${reply} | ||
325 | 322 | ||
326 | 323 | ||
327 | Задати запитання на лот | 324 | Задати запитання на лот |
@@ -331,14 +328,12 @@ Library openprocurement_client_helper.py | @@ -331,14 +328,12 @@ Library openprocurement_client_helper.py | ||
331 | ${lot_id}= Get Variable Value ${tender.data.lots[${lot_index}].id} | 328 | ${lot_id}= Get Variable Value ${tender.data.lots[${lot_index}].id} |
332 | ${question}= test_related_question ${question} lot ${lot_id} | 329 | ${question}= test_related_question ${question} lot ${lot_id} |
333 | ${reply}= Call Method ${USERS.users['${username}'].client} create_question ${tender} ${question} | 330 | ${reply}= Call Method ${USERS.users['${username}'].client} create_question ${tender} ${question} |
334 | - [return] ${reply} | ||
335 | 331 | ||
336 | 332 | ||
337 | Задати запитання на тендер | 333 | Задати запитання на тендер |
338 | [Arguments] ${username} ${tender_uaid} ${question} | 334 | [Arguments] ${username} ${tender_uaid} ${question} |
339 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} | 335 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
340 | ${reply}= Call Method ${USERS.users['${username}'].client} create_question ${tender} ${question} | 336 | ${reply}= Call Method ${USERS.users['${username}'].client} create_question ${tender} ${question} |
341 | - [return] ${reply} | ||
342 | 337 | ||
343 | 338 | ||
344 | Отримати інформацію із запитання | 339 | Отримати інформацію із запитання |
@@ -353,7 +348,6 @@ Library openprocurement_client_helper.py | @@ -353,7 +348,6 @@ Library openprocurement_client_helper.py | ||
353 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].access_token} | 348 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].access_token} |
354 | ${answer_data.data.id}= openprocurement_client.Отримати інформацію із запитання ${username} ${tender_uaid} ${question_id} id | 349 | ${answer_data.data.id}= openprocurement_client.Отримати інформацію із запитання ${username} ${tender_uaid} ${question_id} id |
355 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_question ${tender} ${answer_data} | 350 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_question ${tender} ${answer_data} |
356 | - [return] ${reply} | ||
357 | 351 | ||
358 | ############################################################################## | 352 | ############################################################################## |
359 | # Claims | 353 | # Claims |
@@ -724,7 +718,6 @@ Library openprocurement_client_helper.py | @@ -724,7 +718,6 @@ Library openprocurement_client_helper.py | ||
724 | Set To Dictionary ${USERS.users['${username}']} access_token=${reply['access']['token']} | 718 | Set To Dictionary ${USERS.users['${username}']} access_token=${reply['access']['token']} |
725 | Set To Dictionary ${USERS.users['${username}'].bidresponses['bid'].data} id=${reply['data']['id']} | 719 | Set To Dictionary ${USERS.users['${username}'].bidresponses['bid'].data} id=${reply['data']['id']} |
726 | Log ${reply_active} | 720 | Log ${reply_active} |
727 | - [return] ${reply} | ||
728 | 721 | ||
729 | 722 | ||
730 | Змінити цінову пропозицію | 723 | Змінити цінову пропозицію |
@@ -735,7 +728,6 @@ Library openprocurement_client_helper.py | @@ -735,7 +728,6 @@ Library openprocurement_client_helper.py | ||
735 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].bidresponses['resp'].access.token} | 728 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].bidresponses['resp'].access.token} |
736 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_bid ${tender} ${bid} | 729 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_bid ${tender} ${bid} |
737 | Log ${reply} | 730 | Log ${reply} |
738 | - [return] ${reply} | ||
739 | 731 | ||
740 | 732 | ||
741 | Скасувати цінову пропозицію | 733 | Скасувати цінову пропозицію |
@@ -744,7 +736,6 @@ Library openprocurement_client_helper.py | @@ -744,7 +736,6 @@ Library openprocurement_client_helper.py | ||
744 | ${bid_id}= openprocurement_client.Отримати інформацію із пропозиції ${username} ${tender_uaid} id | 736 | ${bid_id}= openprocurement_client.Отримати інформацію із пропозиції ${username} ${tender_uaid} id |
745 | ${reply}= Call Method ${USERS.users['${username}'].client} delete_bid ${tender} ${bid_id} ${USERS.users['${username}'].bidresponses['resp'].access.token} | 737 | ${reply}= Call Method ${USERS.users['${username}'].client} delete_bid ${tender} ${bid_id} ${USERS.users['${username}'].bidresponses['resp'].access.token} |
746 | Log ${reply} | 738 | Log ${reply} |
747 | - [return] ${reply} | ||
748 | 739 | ||
749 | 740 | ||
750 | Завантажити документ в ставку | 741 | Завантажити документ в ставку |
@@ -779,7 +770,6 @@ Library openprocurement_client_helper.py | @@ -779,7 +770,6 @@ Library openprocurement_client_helper.py | ||
779 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} | 770 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
780 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].bidresponses['resp'].access.token} | 771 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].bidresponses['resp'].access.token} |
781 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_bid_document ${tender} ${doc_data} ${bid_id} ${docid} | 772 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_bid_document ${tender} ${doc_data} ${bid_id} ${docid} |
782 | - [return] ${reply} | ||
783 | 773 | ||
784 | 774 | ||
785 | Отримати пропозицію | 775 | Отримати пропозицію |
@@ -818,7 +808,6 @@ Library openprocurement_client_helper.py | @@ -818,7 +808,6 @@ Library openprocurement_client_helper.py | ||
818 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} | 808 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
819 | ${doc}= Call Method ${USERS.users['${username}'].client} upload_award_document ${document} ${tender} ${tender.data.awards[${award_num}].id} | 809 | ${doc}= Call Method ${USERS.users['${username}'].client} upload_award_document ${document} ${tender} ${tender.data.awards[${award_num}].id} |
820 | Log ${doc} | 810 | Log ${doc} |
821 | - [Return] ${doc} | ||
822 | 811 | ||
823 | 812 | ||
824 | Підтвердити постачальника | 813 | Підтвердити постачальника |
@@ -863,7 +852,6 @@ Library openprocurement_client_helper.py | @@ -863,7 +852,6 @@ Library openprocurement_client_helper.py | ||
863 | Set To Dictionary ${award.data} id=${tender.data.awards[${award_num}].id} | 852 | Set To Dictionary ${award.data} id=${tender.data.awards[${award_num}].id} |
864 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_award ${tender} ${award} | 853 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_award ${tender} ${award} |
865 | Log ${reply} | 854 | Log ${reply} |
866 | - [Return] ${reply} | ||
867 | 855 | ||
868 | ############################################################################## | 856 | ############################################################################## |
869 | # Limited procurement | 857 | # Limited procurement |
@@ -989,7 +977,6 @@ Library openprocurement_client_helper.py | @@ -989,7 +977,6 @@ Library openprocurement_client_helper.py | ||
989 | Set To Dictionary ${qualification.data} id=${tender.data.qualifications[${qualification_num}].id} eligible=${True} qualified=${True} | 977 | Set To Dictionary ${qualification.data} id=${tender.data.qualifications[${qualification_num}].id} eligible=${True} qualified=${True} |
990 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_qualification ${tender} ${qualification} | 978 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_qualification ${tender} ${qualification} |
991 | Log ${reply} | 979 | Log ${reply} |
992 | - [Return] ${reply} | ||
993 | 980 | ||
994 | 981 | ||
995 | Відхилити кваліфікацію | 982 | Відхилити кваліфікацію |
@@ -1003,7 +990,6 @@ Library openprocurement_client_helper.py | @@ -1003,7 +990,6 @@ Library openprocurement_client_helper.py | ||
1003 | Set To Dictionary ${qualification.data} id=${tender.data.qualifications[${qualification_num}].id} | 990 | Set To Dictionary ${qualification.data} id=${tender.data.qualifications[${qualification_num}].id} |
1004 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_qualification ${tender} ${qualification} | 991 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_qualification ${tender} ${qualification} |
1005 | Log ${reply} | 992 | Log ${reply} |
1006 | - [Return] ${reply} | ||
1007 | 993 | ||
1008 | 994 | ||
1009 | Завантажити документ у кваліфікацію | 995 | Завантажити документ у кваліфікацію |
@@ -1015,7 +1001,6 @@ Library openprocurement_client_helper.py | @@ -1015,7 +1001,6 @@ Library openprocurement_client_helper.py | ||
1015 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} | 1001 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
1016 | ${doc_reply}= Call Method ${USERS.users['${username}'].client} upload_qualification_document ${document} ${tender} ${tender.data.qualifications[${qualification_num}].id} | 1002 | ${doc_reply}= Call Method ${USERS.users['${username}'].client} upload_qualification_document ${document} ${tender} ${tender.data.qualifications[${qualification_num}].id} |
1017 | Log ${doc_reply} | 1003 | Log ${doc_reply} |
1018 | - [Return] ${doc_reply} | ||
1019 | 1004 | ||
1020 | 1005 | ||
1021 | Скасувати кваліфікацію | 1006 | Скасувати кваліфікацію |
@@ -1029,7 +1014,6 @@ Library openprocurement_client_helper.py | @@ -1029,7 +1014,6 @@ Library openprocurement_client_helper.py | ||
1029 | Set To Dictionary ${qualification.data} id=${tender.data.qualifications[${qualification_num}].id} | 1014 | Set To Dictionary ${qualification.data} id=${tender.data.qualifications[${qualification_num}].id} |
1030 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_qualification ${tender} ${qualification} | 1015 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_qualification ${tender} ${qualification} |
1031 | Log ${reply} | 1016 | Log ${reply} |
1032 | - [Return] ${reply} | ||
1033 | 1017 | ||
1034 | 1018 | ||
1035 | Затвердити остаточне рішення кваліфікації | 1019 | Затвердити остаточне рішення кваліфікації |
@@ -1046,7 +1030,6 @@ Library openprocurement_client_helper.py | @@ -1046,7 +1030,6 @@ Library openprocurement_client_helper.py | ||
1046 | set_to_object ${tender} data.status active.pre-qualification.stand-still | 1030 | set_to_object ${tender} data.status active.pre-qualification.stand-still |
1047 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_tender ${tender} | 1031 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_tender ${tender} |
1048 | Log ${reply} | 1032 | Log ${reply} |
1049 | - [Return] ${reply} | ||
1050 | 1033 | ||
1051 | 1034 | ||
1052 | Перевести тендер на статус очікування обробки мостом | 1035 | Перевести тендер на статус очікування обробки мостом |
@@ -1063,7 +1046,6 @@ Library openprocurement_client_helper.py | @@ -1063,7 +1046,6 @@ Library openprocurement_client_helper.py | ||
1063 | set_to_object ${tender} data.status active.stage2.waiting | 1046 | set_to_object ${tender} data.status active.stage2.waiting |
1064 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_tender ${tender} | 1047 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_tender ${tender} |
1065 | Log ${reply} | 1048 | Log ${reply} |
1066 | - [Return] ${reply} | ||
1067 | 1049 | ||
1068 | 1050 | ||
1069 | Активувати другий етап | 1051 | Активувати другий етап |
@@ -1080,4 +1062,3 @@ Library openprocurement_client_helper.py | @@ -1080,4 +1062,3 @@ Library openprocurement_client_helper.py | ||
1080 | set_to_object ${tender} data.status active.tendering | 1062 | set_to_object ${tender} data.status active.tendering |
1081 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_tender ${tender} | 1063 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_tender ${tender} |
1082 | Log ${reply} | 1064 | Log ${reply} |
1083 | - [Return] ${reply} |
Please
register
or
login
to post a comment