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