Commit 2eeed50e9e1e87c1032c2488de8c49efdaf6d7c7

Authored by AlexDiatlov
1 parent 148fd591

prepare contract criteria response/add provider_2 info in artifact

... ... @@ -182,10 +182,10 @@ Get Broker Property By Username
182 182 Run Keyword And Ignore Error Set To Dictionary ${artifact} tender_owner_access_token=${USERS.users['${tender_owner}'].access_token}
183 183 Run Keyword And Ignore Error Set To Dictionary ${artifact} provider_access_token=${USERS.users['${provider}'].access_token}
184 184 Run Keyword And Ignore Error Set To Dictionary ${artifact} provider1_access_token=${USERS.users['${provider1}'].access_token}
185   - Run Keyword And Ignore Error Set To Dictionary ${artifact} provider2_access_token=${USERS.users['${provider1}'].access_token}
  185 + Run Keyword And Ignore Error Set To Dictionary ${artifact} provider2_access_token=${USERS.users['${provider2}'].access_token}
186 186 Run Keyword And Ignore Error Set To Dictionary ${artifact} provider_bid_id=${USERS.users['${provider}'].bid_id}
187 187 Run Keyword And Ignore Error Set To Dictionary ${artifact} provider1_bid_id=${USERS.users['${provider1}'].bid_id}
188   - Run Keyword And Ignore Error Set To Dictionary ${artifact} provider2_bid_id=${USERS.users['${provider1}'].bid_id}
  188 + Run Keyword And Ignore Error Set To Dictionary ${artifact} provider2_bid_id=${USERS.users['${provider2}'].bid_id}
189 189 Run Keyword And Ignore Error Set To Dictionary ${artifact}
190 190 ... tender_file_properties=${USERS.users['${tender_owner}'].tender_document.file_properties}
191 191 ... lot_file_properties=${USERS.users['${tender_owner}'].lots_documents[0].file_properties}
... ... @@ -231,6 +231,8 @@ Get Broker Property By Username
231 231 Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${provider1}']} access_token=${ARTIFACT.provider1_access_token}
232 232 Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${provider}']} bid_id=${ARTIFACT.provider_bid_id}
233 233 Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${provider1}']} bid_id=${ARTIFACT.provider1_bid_id}
  234 + Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${provider2}']} access_token=${ARTIFACT.provider2_access_token}
  235 + Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${provider2}']} bid_id=${ARTIFACT.provider2_bid_id}
234 236 Set Suite Variable ${MODE}
235 237 Set Suite Variable ${lot_index}
236 238 Set Suite Variable ${TENDER}
... ... @@ -494,6 +496,13 @@ Get Broker Property By Username
494 496 [Return] ${award_criteria}
495 497
496 498
  499 +Підготувати дані по гарантії виконання контракту
  500 + [Arguments] ${bid_doc_id} ${bid_doc_title}
  501 + ${contract_response}= test_contract_criteria_response_data ${bid_doc_id} ${bid_doc_title}
  502 + Log ${contract_response}
  503 + [Return] ${contract_response}
  504 +
  505 +
497 506 Адаптувати дані для оголошення тендера
498 507 [Arguments] ${tender_data}
499 508 # munchify is used to make deep copy of ${tender_data}
... ...
Please register or login to post a comment