Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/384 add labels - added labels to the tests "basic-func-tests" and "prod-tests" #139

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added label "prod-tests" and few "basic-func-tests"
  • Loading branch information
sri-miriyala committed Mar 8, 2024
commit 560d5bf7ac3623aeaad6da25e7a2c0ad735aa2b2
20 changes: 16 additions & 4 deletions collections/hub/cleanup/position_cleanup.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"info": "Close current open window and store data for all closed windows"
},
"fileInfo": {
"path": "hub/cleanup/position_cleanup.json"
"path": "hub/cleanup/position_cleanup.json",
"labels": [
"basic-func-tests"
]
},
"requests": [
{
Expand Down Expand Up @@ -279,7 +282,10 @@
"info": "Run deferred currency settlement model for all the closed windows"
},
"fileInfo": {
"path": "hub/cleanup/position_cleanup.json"
"path": "hub/cleanup/position_cleanup.json",
"labels": [
"basic-func-tests"
]
},
"requests": [
{
Expand Down Expand Up @@ -887,7 +893,10 @@
"info": "Run default deferred settlement model for all the closed windows"
},
"fileInfo": {
"path": "hub/cleanup/position_cleanup.json"
"path": "hub/cleanup/position_cleanup.json",
"labels": [
"basic-func-tests"
]
},
"requests": [
{
Expand Down Expand Up @@ -1533,7 +1542,10 @@
"info": "Run Interchange fee settlement model for all the closed windows"
},
"fileInfo": {
"path": "hub/cleanup/position_cleanup.json"
"path": "hub/cleanup/position_cleanup.json",
"labels": [
"basic-func-tests"
]
},
"requests": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,10 @@
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/Active_Inactive_participants/active_and_inactive_participant.json"
"path": "hub/golden_path/feature_tests/Active_Inactive_participants/active_and_inactive_participant.json",
"labels": [
"prod-tests"
]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,10 @@
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/Active_Inactive_participants/active_and_inactive_participants_accounts.json"
"path": "hub/golden_path/feature_tests/Active_Inactive_participants/active_and_inactive_participants_accounts.json",
"labels": [
"prod-tests"
]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"name": "original_transfer_at_committed.json",
"type": "file",
"labels": [
"basic-func-tests"
"basic-func-tests",
"prod-tests"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,8 @@
"fileInfo": {
"path": "hub/golden_path/feature_tests/duplicate_handling/transfers/original_transfer_at_committed.json",
"labels": [
"basic-func-tests"
"basic-func-tests",
"prod-tests"
]
}
}
Expand Down
6 changes: 5 additions & 1 deletion collections/hub/golden_path/feature_tests/get_transfers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,11 @@
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/get_transfers.json"
"path": "hub/golden_path/feature_tests/get_transfers.json",
"labels": [
"basic-func-tests",
"prod-tests"
]
}
}
]
Expand Down
29 changes: 23 additions & 6 deletions collections/hub/golden_path/feature_tests/master.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,27 @@
"name": "p2p_money_transfer",
"type": "folder",
"labels": [
"p2p"
"p2p",
"prod-tests"
]
},
{
"name": "transfer_negative_scenarios",
"type": "folder"
"type": "folder",
"labels": [
"prod-tests"
]
},
{
"name": "duplicate_handling",
"type": "folder"
},
{
"name": "Active_Inactive_participants",
"type": "folder"
"type": "folder",
"labels": [
"prod-tests"
]
},
{
"name": "block_transfer.json",
Expand All @@ -37,19 +44,29 @@
},
{
"name": "get_transfers.json",
"type": "file"
"type": "file",
"labels": [
"basic-func-tests",
"prod-tests"
]
},
{
"name": "post_scenarios",
"type": "folder"
"type": "folder",
"labels": [
"prod-tests"
]
},
{
"name": "patch_notifications",
"type": "folder"
},
{
"name": "backward_compatibility",
"type": "folder"
"type": "folder",
"labels": [
"prod-tests"
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
},
{
"name": "p2p_happy_path_with_balance_checks.json",
"type": "file"
"type": "file",
"labels": [
"basic-func-tests",
"prod-tests"
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"path": "hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path.json",
"labels": [
"p2p",
"prod-tests",
"basic-func-tests"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"path": "hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path_with_balance_checks.json",
"labels": [
"p2p",
"prod-tests",
"basic-func-tests"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"fileInfo": {
"path": "hub/golden_path/feature_tests/post_scenarios/positive.json",
"labels": [
"prod-tests",
"basic-func-tests"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"info": "Reserve Notification Positive - Testfsp1 Testfsp2"
},
"fileInfo": {
"path": "hub/golden_path/feature_tests/post_scenarios/reserve_notification_positive_testfsp1_testfsp2.json"
"path": "hub/golden_path/feature_tests/post_scenarios/reserve_notification_positive_testfsp1_testfsp2.json",
"labels": [
"prod-tests"
]
},
"requests": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"info": "Fulfil Reserved 1.0"
},
"fileInfo": {
"path": "hub/golden_path/feature_tests/transfer_negative_scenarios/fulfil-reserved-v1.0.json"
"path": "hub/golden_path/feature_tests/transfer_negative_scenarios/fulfil-reserved-v1.0.json",
"labels": [
"prod-tests"
]
},
"requests": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@
"name": "payee_abort_v1.1.json",
"type": "file",
"labels": [
"basic-func-tests"
"basic-func-tests",
"prod-tests"
]
},
{
"name": "payer_transfer_timeout.json",
"type": "file"
"type": "file",
"labels": [
"prod-tests"
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@
"fileInfo": {
"path": "hub/golden_path/feature_tests/transfer_negative_scenarios/payee_abort_v1.1.json",
"labels": [
"prod-tests",
"basic-func-tests"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,10 @@
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/transfer_negative_scenarios/payee_invalid_fulfillment.json"
"path": "hub/golden_path/feature_tests/transfer_negative_scenarios/payee_invalid_fulfillment.json",
"labels": [
"prod-tests"
]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,10 @@
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/transfer_negative_scenarios/payee_invalid_timestamp.json"
"path": "hub/golden_path/feature_tests/transfer_negative_scenarios/payee_invalid_timestamp.json",
"labels": [
"prod-tests"
]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,10 @@
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/transfer_negative_scenarios/payer_transfer_timeout.json"
"path": "hub/golden_path/feature_tests/transfer_negative_scenarios/payer_transfer_timeout.json",
"labels": [
"prod-tests"
]
}
}
]
Expand Down
5 changes: 4 additions & 1 deletion collections/hub/master.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"order": [
{
"name": "cleanup",
"type": "folder"
"type": "folder",
"labels": [
"basic-func-tests"
]
},
{
"name": "golden_path",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,8 @@
"fileInfo": {
"path": "hub/provisioning/CGS_Specific/add-users-to-new-sims-and-als-registration.json",
"labels": [
"basic-func-tests"
"basic-func-tests",
"prod-tests"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@
"fileInfo": {
"path": "hub/provisioning/CGS_Specific/adjust-participants-limits.json",
"labels": [
"basic-func-tests"
"basic-func-tests",
"prod-tests"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"fileInfo": {
"path": "hub/provisioning/CGS_Specific/oracle-onboarding.json",
"labels": [
"basic-func-tests"
"basic-func-tests",
"prod-tests"
]
}
}
Expand Down
9 changes: 6 additions & 3 deletions collections/hub/provisioning/MojaloopHub_Setup/hub.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@
"fileInfo": {
"path": "hub/provisioning/MojaloopHub_Setup/hub.json",
"labels": [
"basic-func-tests"
"basic-func-tests",
"prod-tests"
]
}
},
Expand Down Expand Up @@ -564,7 +565,8 @@
"fileInfo": {
"path": "hub/provisioning/MojaloopHub_Setup/hub.json",
"labels": [
"basic-func-tests"
"basic-func-tests",
"prod-tests"
]
}
},
Expand Down Expand Up @@ -712,7 +714,8 @@
"fileInfo": {
"path": "hub/provisioning/MojaloopHub_Setup/hub.json",
"labels": [
"basic-func-tests"
"basic-func-tests",
"prod-tests"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"order": [
{
"name": "payerfsp.json",
"type": "file"
"type": "file",
"labels": [
"prod-tests"
]
},
{
"name": "payeefsp.json",
Expand Down
Loading