Commit 7c400cd98d8915dd510236fa5a66c82763b23ba6

Authored by selurvedu
1 parent 40c97721

Align op_client.robot, change section names

@@ -219,6 +219,7 @@ Library openprocurement_client_helper.py @@ -219,6 +219,7 @@ Library openprocurement_client_helper.py
219 Log object data ${uploaded_file} 219 Log object data ${uploaded_file}
220 [return] ${uploaded_file} 220 [return] ${uploaded_file}
221 221
  222 +
222 Змінити документацію в ставці 223 Змінити документацію в ставці
223 [Arguments] ${username} ${doc_data} ${bidid} ${docid} 224 [Arguments] ${username} ${doc_data} ${bidid} ${docid}
224 ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${TENDER['TENDER_UAID']} 225 ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${TENDER['TENDER_UAID']}
@@ -227,6 +228,7 @@ Library openprocurement_client_helper.py @@ -227,6 +228,7 @@ Library openprocurement_client_helper.py
227 Log ${response} 228 Log ${response}
228 [return] ${response} 229 [return] ${response}
229 230
  231 +
230 Завантажити документ 232 Завантажити документ
231 [Arguments] ${username} ${filepath} ${tender_uaid} 233 [Arguments] ${username} ${filepath} ${tender_uaid}
232 Log ${username} 234 Log ${username}
@@ -268,6 +270,9 @@ Library openprocurement_client_helper.py @@ -268,6 +270,9 @@ Library openprocurement_client_helper.py
268 Log ${filename} 270 Log ${filename}
269 [return] ${contents} ${filename} 271 [return] ${contents} ${filename}
270 272
  273 +##############################################################################
  274 +# Lot operations
  275 +##############################################################################
271 276
272 Створити лот 277 Створити лот
273 [Arguments] ${username} ${tender} ${lot} 278 [Arguments] ${username} ${tender} ${lot}
@@ -315,9 +320,8 @@ Library openprocurement_client_helper.py @@ -315,9 +320,8 @@ Library openprocurement_client_helper.py
315 #[Arguments] ${username} ${tender_uaid} ${lot} 320 #[Arguments] ${username} ${tender_uaid} ${lot}
316 #${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} 321 #${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid}
317 322
318 -  
319 ############################################################################## 323 ##############################################################################
320 -# singleItemTenderclaims 324 +# Claims
321 ############################################################################## 325 ##############################################################################
322 326
323 Створити вимогу 327 Створити вимогу
@@ -393,7 +397,7 @@ Library openprocurement_client_helper.py @@ -393,7 +397,7 @@ Library openprocurement_client_helper.py
393 Log ${reply} 397 Log ${reply}
394 398
395 ############################################################################## 399 ##############################################################################
396 -# Qualification Operations 400 +# Qualification operations
397 ############################################################################## 401 ##############################################################################
398 402
399 Завантажити документ рішення кваліфікаційної комісії 403 Завантажити документ рішення кваліфікаційної комісії
@@ -407,6 +411,7 @@ Library openprocurement_client_helper.py @@ -407,6 +411,7 @@ Library openprocurement_client_helper.py
407 Log ${doc_reply} 411 Log ${doc_reply}
408 [Return] ${doc_reply} 412 [Return] ${doc_reply}
409 413
  414 +
410 Підтвердити постачальника 415 Підтвердити постачальника
411 [Documentation] 416 [Documentation]
412 ... [Arguments] Username, tender uaid and number of the award to confirm 417 ... [Arguments] Username, tender uaid and number of the award to confirm
@@ -419,6 +424,7 @@ Library openprocurement_client_helper.py @@ -419,6 +424,7 @@ Library openprocurement_client_helper.py
419 ${reply}= Call Method ${USERS.users['${username}'].client} patch_award ${tender} ${award} 424 ${reply}= Call Method ${USERS.users['${username}'].client} patch_award ${tender} ${award}
420 Log ${reply} 425 Log ${reply}
421 426
  427 +
422 Дискваліфікація постачальника 428 Дискваліфікація постачальника
423 [Documentation] 429 [Documentation]
424 ... [Arguments] Username, tender uaid and award number 430 ... [Arguments] Username, tender uaid and award number
@@ -432,6 +438,7 @@ Library openprocurement_client_helper.py @@ -432,6 +438,7 @@ Library openprocurement_client_helper.py
432 Log ${reply} 438 Log ${reply}
433 [Return] ${reply} 439 [Return] ${reply}
434 440
  441 +
435 Скасування рішення кваліфікаційної комісії 442 Скасування рішення кваліфікаційної комісії
436 [Documentation] 443 [Documentation]
437 ... [Arguments] Username, tender uaid and award number 444 ... [Arguments] Username, tender uaid and award number
@@ -492,13 +499,10 @@ Library openprocurement_client_helper.py @@ -492,13 +499,10 @@ Library openprocurement_client_helper.py
492 Log ${cancel_reply} 499 Log ${cancel_reply}
493 ${cancellation_id}= Set variable ${cancel_reply.data.id} 500 ${cancellation_id}= Set variable ${cancel_reply.data.id}
494 501
495 -  
496 ${document_id}= Завантажити документацію до запиту на скасування ${username} ${tender_uaid} ${cancellation_id} ${document} 502 ${document_id}= Завантажити документацію до запиту на скасування ${username} ${tender_uaid} ${cancellation_id} ${document}
497 503
498 -  
499 Змінити опис документа в скасуванні ${username} ${tender_uaid} ${cancellation_id} ${document_id} ${new_description} 504 Змінити опис документа в скасуванні ${username} ${tender_uaid} ${cancellation_id} ${document_id} ${new_description}
500 505
501 -  
502 Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id} 506 Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id}
503 507
504 508
@@ -585,6 +589,7 @@ Library openprocurement_client_helper.py @@ -585,6 +589,7 @@ Library openprocurement_client_helper.py
585 Log ${reply} 589 Log ${reply}
586 [Return] ${reply} 590 [Return] ${reply}
587 591
  592 +
588 Відхилити кваліфікацію 593 Відхилити кваліфікацію
589 [Documentation] 594 [Documentation]
590 ... [Arguments] Username, tender uaid and qualification number 595 ... [Arguments] Username, tender uaid and qualification number
@@ -598,6 +603,7 @@ Library openprocurement_client_helper.py @@ -598,6 +603,7 @@ Library openprocurement_client_helper.py
598 Log ${reply} 603 Log ${reply}
599 [Return] ${reply} 604 [Return] ${reply}
600 605
  606 +
601 Завантажити документ у кваліфікацію 607 Завантажити документ у кваліфікацію
602 [Documentation] 608 [Documentation]
603 ... [Arguments] Username, tender uaid, qualification number and document to upload 609 ... [Arguments] Username, tender uaid, qualification number and document to upload
@@ -609,6 +615,7 @@ Library openprocurement_client_helper.py @@ -609,6 +615,7 @@ Library openprocurement_client_helper.py
609 Log ${doc_reply} 615 Log ${doc_reply}
610 [Return] ${doc_reply} 616 [Return] ${doc_reply}
611 617
  618 +
612 Скасувати кваліфікацію 619 Скасувати кваліфікацію
613 [Documentation] 620 [Documentation]
614 ... [Arguments] Username, tender uaid and qualification number 621 ... [Arguments] Username, tender uaid and qualification number
Please register or login to post a comment