Commit 91d981f1f45604d4ea1bc2cfd64c80f544c3d29d
1 parent
b13ff5f0
Add last modification date in artifact
Showing
1 changed file
with
5 additions
and
2 deletions
@@ -21,10 +21,12 @@ Test Suite Teardown | @@ -21,10 +21,12 @@ Test Suite Teardown | ||
21 | ${artifact}= Create Dictionary | 21 | ${artifact}= Create Dictionary |
22 | ... api_version=${api_version} | 22 | ... api_version=${api_version} |
23 | ... tender_uaid=${TENDER['TENDER_UAID']} | 23 | ... tender_uaid=${TENDER['TENDER_UAID']} |
24 | + ... last_modification_date=${TENDER['LAST_MODIFICATION_DATE']} | ||
24 | ... tender_owner=${USERS.users['${tender_owner}'].broker} | 25 | ... tender_owner=${USERS.users['${tender_owner}'].broker} |
25 | Run Keyword If '${USERS.users['${tender_owner}'].broker}' == 'Quinta' | 26 | Run Keyword If '${USERS.users['${tender_owner}'].broker}' == 'Quinta' |
26 | - ... Set To Dictionary ${artifact} access_token=${USERS.users['${tender_owner}'].access_token} | ||
27 | - ... Set To Dictionary ${artifact} tender_id=${USERS.users['${tender_owner}'].tender_data.data.id} | 27 | + ... Set To Dictionary ${artifact} access_token ${USERS.users['${tender_owner}'].access_token} |
28 | + ... tender_id ${USERS.users['${tender_owner}'].tender_data.data.id} | ||
29 | + Log ${artifact} | ||
28 | log_object_data ${artifact} artifact | 30 | log_object_data ${artifact} artifact |
29 | 31 | ||
30 | 32 | ||
@@ -95,6 +97,7 @@ Get Broker Property By Username | @@ -95,6 +97,7 @@ Get Broker Property By Username | ||
95 | Set To Dictionary ${USERS.users['${tender_owner}']} access_token ${ARTIFACT.access_token} | 97 | Set To Dictionary ${USERS.users['${tender_owner}']} access_token ${ARTIFACT.access_token} |
96 | ${TENDER}= Create Dictionary | 98 | ${TENDER}= Create Dictionary |
97 | Set To Dictionary ${TENDER} TENDER_UAID ${ARTIFACT.tender_uaid} | 99 | Set To Dictionary ${TENDER} TENDER_UAID ${ARTIFACT.tender_uaid} |
100 | + Set To Dictionary ${TENDER} LAST_MODIFICATION_DATE ${ARTIFACT.last_modification_date} | ||
98 | Set Global Variable ${TENDER} | 101 | Set Global Variable ${TENDER} |
99 | 102 | ||
100 | 103 |
Please
register
or
login
to post a comment