Blame view

op_robot_tests/tests_files/resource.robot 687 Bytes
1
*** Variables ***
2
${RESOURCE}      tenders   # possible values: tenders, auctions
3
${API_HOST_URL}  https://lb.api-sandbox.openprocurement.org
4
${API_VERSION}   2.3
5
${BROKER}        Quinta
6
${DS_HOST_URL}   https://upload.docs-sandbox.openprocurement.org
7
${ROLE}          viewer
8
${EDR_HOST_URL}  https://lb.edr-sandbox.openprocurement.org
9
${EDR_VERSION}   0
10 11 12

${DASU_RESOURCE}      monitorings
${DASU_API_HOST_URL}  https://audit-api-sandbox.prozorro.gov.ua
13 14 15 16
${DASU_API_VERSION}   2.4

${DS_REGEXP}        ^https?:\/\/public.docs(?:-sandbox)?\.openprocurement\.org\/get\/([0-9A-Fa-f]{32})
${AUCTION_REGEXP}   ^https?:\/\/auction(?:-sandbox)?\.openprocurement\.org\/tenders\/([0-9A-Fa-f]{32})