Commit b2c81eb5fe762ec2d343fc5a00d57bf30500cb79
1 parent
16ea25fd
update 'Створити артефакт', 'Завантажити дані про тендер'
Showing
1 changed file
with
5 additions
and
0 deletions
@@ -176,6 +176,9 @@ Get Broker Property By Username | @@ -176,6 +176,9 @@ Get Broker Property By Username | ||
176 | Run Keyword And Ignore Error Set To Dictionary ${artifact} provider1_access_token=${USERS.users['${provider1}'].access_token} | 176 | Run Keyword And Ignore Error Set To Dictionary ${artifact} provider1_access_token=${USERS.users['${provider1}'].access_token} |
177 | Run Keyword And Ignore Error Set To Dictionary ${artifact} provider_bid_id=${USERS.users['${provider}'].bid_id} | 177 | Run Keyword And Ignore Error Set To Dictionary ${artifact} provider_bid_id=${USERS.users['${provider}'].bid_id} |
178 | Run Keyword And Ignore Error Set To Dictionary ${artifact} provider1_bid_id=${USERS.users['${provider1}'].bid_id} | 178 | Run Keyword And Ignore Error Set To Dictionary ${artifact} provider1_bid_id=${USERS.users['${provider1}'].bid_id} |
179 | + Run Keyword And Ignore Error Set To Dictionary ${artifact} | ||
180 | + ... tender_file_properties=${USERS.users['${tender_owner}'].tender_document.file_properties} | ||
181 | + ... lot_file_properties=${USERS.users['${tender_owner}'].lots_documents[0].file_properties} | ||
179 | ${status} ${lots_ids}= Run Keyword And Ignore Error Отримати ідентифікатори об’єктів ${viewer} lots | 182 | ${status} ${lots_ids}= Run Keyword And Ignore Error Отримати ідентифікатори об’єктів ${viewer} lots |
180 | Run Keyword If '${status}'=='PASS' | 183 | Run Keyword If '${status}'=='PASS' |
181 | ... Set To Dictionary ${artifact} lots=${lots_ids} | 184 | ... Set To Dictionary ${artifact} lots=${lots_ids} |
@@ -195,6 +198,8 @@ Get Broker Property By Username | @@ -195,6 +198,8 @@ Get Broker Property By Username | ||
195 | Run Keyword And Ignore Error Set To Dictionary ${TENDER} LOT_ID=${ARTIFACT.lots[${lot_index}]} | 198 | Run Keyword And Ignore Error Set To Dictionary ${TENDER} LOT_ID=${ARTIFACT.lots[${lot_index}]} |
196 | ${MODE}= Get Variable Value ${MODE} ${ARTIFACT.mode} | 199 | ${MODE}= Get Variable Value ${MODE} ${ARTIFACT.mode} |
197 | Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${tender_owner}']} access_token=${ARTIFACT.tender_owner_access_token} | 200 | Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${tender_owner}']} access_token=${ARTIFACT.tender_owner_access_token} |
201 | + Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${viewer}']} tender_file_properties=${ARTIFACT.tender_file_properties} | ||
202 | + Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${viewer}']} lot_file_properties=${ARTIFACT.lot_file_properties} | ||
198 | Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${provider}']} access_token=${ARTIFACT.provider_access_token} | 203 | Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${provider}']} access_token=${ARTIFACT.provider_access_token} |
199 | Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${provider1}']} access_token=${ARTIFACT.provider1_access_token} | 204 | Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${provider1}']} access_token=${ARTIFACT.provider1_access_token} |
200 | Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${provider}']} bid_id=${ARTIFACT.provider_bid_id} | 205 | Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${provider}']} bid_id=${ARTIFACT.provider_bid_id} |
Please
register
or
login
to post a comment