Skip to content
Snippets Groups Projects
Unverified Commit 4b05f33b authored by Georgi Michev's avatar Georgi Michev
Browse files

change tags

parent 65113b62
No related branches found
No related tags found
1 merge request!21remove mongo interactions
......@@ -37,7 +37,7 @@ Feature: API -TSA - Policy - :group/:name/:version/evaluation POST
And the response is valid according to the {Policy_Evaluate_schema.json} REST schema
And the field {allow} has the value {true}
@issue-policy-35
@bug-policy-35
Scenario: TSA - DID resolution - Positive
Given I load the REST request {Policy.json} with profile {didResolve_evaluate}
And I execute the policy {/policy/example/resolve/1.0/evaluation}
......@@ -68,7 +68,7 @@ Feature: API -TSA - Policy - :group/:name/:version/evaluation POST
And the response is valid according to the {Policy_Evaluate_negative_schema.json} REST schema
And the field {message} has the value {error evaluating policy}
@negative @issue-policy-35
@negative @bug-policy-35
Scenario: TSA - DID resolution with incorrect did - Negative
Then I load the REST request {Policy.json} with profile {didResolve_missing_method}
And I execute the policy {/policy/example/resolve/1.0/evaluation}
......
......@@ -30,7 +30,7 @@ Feature: API -TSA - Task - v1/task GET
Background:
Given we are testing the TSA Task Api
@issue-policy-35
@bug-policy-35
Scenario: TSA - Executing Task with DID resolver and Evaluate the Cache - Positive
Given I load the REST request {Policy.json} with profile {didResolve_evaluate}
And I send the current request as POST to endpoint {/v1/task/didResolve}
......
......@@ -30,7 +30,7 @@ Feature: API -TSA - Task - v1/task POST
Background:
Given we are testing the TSA Task Api
@issue-policy-35
@bug-policy-35
Scenario: TSA - Executing Task with DID resolver - Positive
Then I load the REST request {Policy.json} with profile {didResolve_evaluate}
And I send the current request as POST to endpoint {/v1/task/didResolve}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment