Commit 8cd10ff16a8d938c23f181adfb82b978fd128424
Committed by
GitHub
Merge pull request #192 from DNiksdorf/master
change broker and users for state
Showing
2 changed files
with
41 additions
and
18 deletions
... | ... | @@ -261,14 +261,34 @@ PrivatMarket: |
261 | 261 | Prom: |
262 | 262 | intervals: |
263 | 263 | default: |
264 | + accelerator: 1440 | |
264 | 265 | enquiry: [4, 4] |
265 | 266 | tender: [0, 30] |
267 | + abovethresholdeu: | |
268 | + accelerator: 1440 | |
269 | + tender: [0, 50] | |
270 | + openeu: | |
271 | + accelerator: 1440 | |
272 | + tender: [0, 50] | |
273 | + openua: | |
274 | + accelerator: 1440 | |
275 | + tender: [0, 65] | |
276 | + belowThreshold: | |
277 | + accelerator: 1440 | |
278 | + enquiry: [0, 75] | |
279 | + tender: [0, 65] | |
280 | + negotiation: | |
281 | + accelerator: 360 | |
282 | + enquiry: [0, 20] | |
283 | + tender: [0, 20] | |
284 | + openua_defense: | |
285 | + tender: [0, 110] | |
266 | 286 | keywords_file: prom |
267 | 287 | roles: |
268 | 288 | tender_owner: Prom_Owner |
269 | 289 | viewer: Prom_Viewer |
270 | - provider: Prom_Provider1 | |
271 | - timeout_on_wait: 10 | |
290 | + provider: Prom_Provider | |
291 | + timeout_on_wait: 300 | |
272 | 292 | Publicbid: |
273 | 293 | intervals: |
274 | 294 | default: |
... | ... | @@ -648,4 +668,4 @@ avi: |
648 | 668 | provider2: avi_Provider3 |
649 | 669 | tender_owner: avi_Owner |
650 | 670 | viewer: avi_Viewer |
651 | - timeout_on_wait: 120 | |
671 | + timeout_on_wait: 120 | |
\ No newline at end of file | ... | ... |
... | ... | @@ -310,31 +310,34 @@ users: |
310 | 310 | size: [1920, 1080] |
311 | 311 | Prom_Owner: |
312 | 312 | broker: Prom |
313 | - homepage: "http://zakupki.dz-test.net/" | |
314 | - default_page: "https://my.zakupki.dz-test.net/cabinet/purchases/state_purchase/list" | |
315 | - login: test@test12.com | |
316 | - password: 12345678 | |
313 | + homepage: "https://zakupki.company" | |
314 | + default_page: "https://my.zakupki.company/cabinet/purchases/state_purchase/list?mode=all_prozorro" | |
315 | + state_plan_page: "https://my.zakupki.company/cabinet/purchases/state_plan/list?mode=all_prozorro" | |
316 | + login: test@test1.com | |
317 | + password: 123456 | |
317 | 318 | browser: chrome |
318 | 319 | position: [0, 0] |
319 | - size: [1280, 1024] | |
320 | + size: [1920, 1080] | |
320 | 321 | Prom_Viewer: |
321 | 322 | broker: Prom |
322 | - homepage: "http://zakupki.dz-test.net/" | |
323 | - default_page: "https://my.zakupki.dz-test.net/cabinet/purchases/state_purchase/list" | |
324 | - login: test@test13.com | |
325 | - password: 12345678 | |
323 | + homepage: "https://zakupki.company" | |
324 | + default_page: "https://my.zakupki.company/cabinet/purchases/state_purchase/list?mode=all_prozorro" | |
325 | + state_plan_page: "https://my.zakupki.company/cabinet/purchases/state_plan/list?mode=all_prozorro" | |
326 | + login: test@test2.com | |
327 | + password: 123456 | |
326 | 328 | browser: chrome |
327 | 329 | position: [640, 0] |
328 | - size: [1280, 1024] | |
330 | + size: [1920, 1080] | |
329 | 331 | Prom_Provider: |
330 | 332 | broker: Prom |
331 | - homepage: "http://zakupki.dz-test.net/" | |
332 | - default_page: "https://my.zakupki.dz-test.net/cabinet/purchases/state_purchase/list" | |
333 | - login: test@test14.com | |
334 | - password: 12345678 | |
333 | + homepage: "https://zakupki.company" | |
334 | + default_page: "https://my.zakupki.company/cabinet/purchases/state_purchase/search/all" | |
335 | + state_plan_page: "https://my.zakupki.company/cabinet/purchases/state_plan/list?mode=all_prozorro" | |
336 | + login: test@test3.com | |
337 | + password: 123456 | |
335 | 338 | browser: chrome |
336 | 339 | position: [640, 0] |
337 | - size: [1280, 1024] | |
340 | + size: [1920, 1080] | |
338 | 341 | Publicbid_Owner: |
339 | 342 | broker: Publicbid |
340 | 343 | homepage: "http://217.76.194.185:56034/" | ... | ... |
Please
register
or
login
to post a comment