Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
prozorro-sale
Auction front autotests
Commits
9001f0e8
Commit
9001f0e8
authored
Apr 27, 2021
by
Vladyslav Koval
Browse files
Skip Module 01
Skipped module 1 because of issue with dutch-fast
parent
6b8edf25
Pipeline
#21285
passed with stages
in 33 minutes and 36 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
9001f0e8
...
...
@@ -34,4 +34,4 @@ services:
-
AUCTION_URL
-
PROCEDURE_URL
-
AUCTION_TOKEN
command
:
pabot --argumentfile robotframe_regression.args src/regression_tests/
command
:
pabot --argumentfile robotframe_regression.args
--skip module_1
src/regression_tests/
src/regression_tests/MA_Dutch/1_Links_To_Auction_Module/CBD3-DU-MA-UC-01-01.robot
View file @
9001f0e8
...
...
@@ -2,6 +2,7 @@
Documentation
1. Формування посилань на модуль аукціону
...
Відсутність поданих заяв на участь протягом tenderPeriod
...
https://confluence-sale.prozorro.org/pages/viewpage.action?pageId=63276306#id-ТестуванняМАDutch-CBD3-DU-MA-UC-01-01
Default Tags
module_1
Resource
../fixtures/Resources/auction_conditions.robot
Test Setup
Check For Pass Before
...
...
src/regression_tests/MA_Dutch/1_Links_To_Auction_Module/CBD3-DU-MA-UC-01-02.robot
View file @
9001f0e8
...
...
@@ -2,7 +2,7 @@
Documentation
1. Формування посилань на модуль аукціону
...
Одна подана заява на участь протягом tenderPeriod (до старту Голландського етапу
...
https://confluence-sale.prozorro.org/pages/viewpage.action?pageId=63276306#id-ТестуванняМАDutch-CBD3-DU-MA-UC-01-02
Default Tags
module_1
Resource
../fixtures/Resources/auction_conditions.robot
Test Setup
Check For Pass Before
Suite Setup
Create Session
api_procedures
%{PROCEDURE_URL}
verify=True
...
...
@@ -27,11 +27,12 @@ ${AUCTION_NAME} subsoil-dutch-fast
Set Suite Variable
${ID}
${ID}
${RESP}
=
Get Request and return resp By
${ID}
${WATCHER}
Status Should Be
200
${RESP}
Sleep
2m
1
0s
Waiting for active_tendering
Sleep
2m
2
0s
Waiting for active_tendering
${RESP}
=
Get Request and return resp By
${ID}
${WATCHER}
Status Should Be
200
${RESP}
${STATUS}
=
Get From Dictionary
${resp.json()}
status
Log To Console
${STATUS}
Should Be Equal
active_tendering
${STATUS}
${RESP}
=
POST On Session
api_procedures
/api/procedures/
${ID}
/bids
json=
${init_bid}
headers=
${DEFAULT_HEADERS}
expected_status=201
...
...
@@ -45,7 +46,7 @@ ${AUCTION_NAME} subsoil-dutch-fast
Перевірити формування в ЦБД приватного посилання для участі в модулі аукціону при переходi в active_auction
Sleep
3m
1
0s
Waiting for active_auction
Sleep
3m
3
0s
Waiting for active_auction
${RESP}
=
Get Request and return resp By
${ID}
${BID_ACC_TOKEN}
Status Should Be
200
${RESP}
${ACTIVE_STATUS}
=
Get From Dictionary
${resp.json()}
status
...
...
src/regression_tests/MA_Dutch/1_Links_To_Auction_Module/CBD3-DU-MA-UC-01-03.robot
View file @
9001f0e8
...
...
@@ -2,7 +2,7 @@
Documentation
1. Формування посилань на модуль аукціону
...
Одна подана заява на участь протягом tenderPeriod (під час Голландського етапу)
...
https://confluence-sale.prozorro.org/pages/viewpage.action?pageId=63276306#id-ТестуванняМАDutch-CBD3-DU-MA-UC-01-03
Default Tags
module_1
Resource
../fixtures/Resources/auction_conditions.robot
Test Setup
Check For Pass Before
Suite Setup
Create Session
api_procedures
%{PROCEDURE_URL}
verify=True
...
...
@@ -25,7 +25,7 @@ ${AUCTION_NAME} subsoil-dutch-initial-auction
${RESP}
=
POST On Session
api_procedures
/api/procedures
json=
${init_auction}
headers=
${DEFAULT_HEADERS}
expected_status=201
${ID}
=
Get From Dictionary
${resp.json()}
id
Set Suite Variable
${ID}
${ID}
Sleep
5m
2
0s
Waiting for active_auction
Sleep
5m
3
0s
Waiting for active_auction
${RESP}
=
Get Request and return resp By
${ID}
${WATCHER}
Status Should Be
200
${RESP}
${STATUS}
=
Get From Dictionary
${resp.json()}
status
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment