-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: updates integration test tags (#1098)
Signed-off-by: Allain Magyar <[email protected]> Co-authored-by: Yurii Shynbuiev - IOHK <[email protected]> Signed-off-by: Pat Losoponkul <[email protected]>
- Loading branch information
1 parent
920983f
commit 88660cb
Showing
9 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
tests/integration-tests/src/test/resources/features/connection/connection.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@connection | ||
@connection @create | ||
Feature: Agents connection | ||
|
||
Scenario: Establish a connection between two agents | ||
|
2 changes: 1 addition & 1 deletion
2
tests/integration-tests/src/test/resources/features/did/create_did.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@dev | ||
@DLT @did @create | ||
Feature: Create and publish DID | ||
|
||
Scenario Outline: Create PRISM DID | ||
|
2 changes: 1 addition & 1 deletion
2
tests/integration-tests/src/test/resources/features/did/deactivate_did.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@DLT | ||
@DLT @did @deactivate | ||
Feature: Deactivate DID | ||
|
||
Scenario: Deactivate DID | ||
|
1 change: 1 addition & 0 deletions
1
tests/integration-tests/src/test/resources/features/did/listing_did.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@did @list | ||
Feature: DID listing | ||
|
||
Scenario: Listing multiple PRISM DIDs | ||
|
2 changes: 1 addition & 1 deletion
2
tests/integration-tests/src/test/resources/features/did/update_did.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@DLT | ||
@DLT @did @update | ||
Feature: Update DID | ||
|
||
Background: Published DID is created | ||
|
1 change: 1 addition & 0 deletions
1
tests/integration-tests/src/test/resources/features/multitenancy/wallets.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@multitenancy | ||
Feature: Wallets management | ||
|
||
Scenario Outline: Successful creation of a new wallet | ||
|
2 changes: 1 addition & 1 deletion
2
tests/integration-tests/src/test/resources/features/schemas/credential_schemas.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@credential_schema | ||
@jwt @schema | ||
Feature: Credential schemas | ||
|
||
Background: | ||
|
1 change: 1 addition & 0 deletions
1
tests/integration-tests/src/test/resources/features/verification/vc_verification.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@verification @api | ||
Feature: Vc Verification schemas | ||
|
||
Scenario: Successful Verifies VcVerificationRequest | ||
|
1 change: 1 addition & 0 deletions
1
...tion-tests/src/test/resources/features/verificationpolicies/verification_policies.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@verificationpolicy | ||
Feature: Verification Policies | ||
|
||
Scenario: Successful verification policy creation | ||
|