Skip to content
Snippets Groups Projects
Verified Commit afe87d14 authored by Georgi Michev's avatar Georgi Michev
Browse files

Remove WIP tag for task tests


The tag was removed due to changes in the database that fixed the issue.

Signed-off-by: default avatarGeorgi Michev <georgi.michev@vereign.com>
parent 7c489fe8
No related branches found
No related tags found
1 merge request!43Resolve "Update Task services test after fix"
Pipeline #67875 passed with stage
in 5 minutes and 34 seconds
......@@ -69,7 +69,6 @@ Feature: API -TSA - Cache - v1/cache GET
And the response is valid according to the {Cache_negative_schema.json} REST schema
And the field {message} has the value {"key" is missing from header}
@wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
Scenario: TSA - Executing Task with DID resolver and Evaluate the Cache - Positive
Given we are testing the TSA Task Api
When I load the REST request {Policy.json} with profile {did_key}
......
......@@ -25,7 +25,6 @@ Feature: API - TSA - Infohub - v1/export GET
Background:
Given we are testing the TSA Infohub Api
@wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
Scenario: TSA - Export through Infohub - Positive
When I export the {testexport} via TSA Infohub API
Then the status code should be {200}
......
......@@ -43,7 +43,7 @@ Feature: API - TSA - Signer keys - v1/verification-methods/{namespace}/{did} GET
@wip
Scenario: TSA - Getting all keys from namespace using DID from Singer - Positive
When I get all keys from namespace {transit} using issuer {did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation} via TSA Signer API
When I get all keys from namespace {transit} using issuer {did:web:gaiax.vereign.com:tsa:policy:policy:policies:example:returnDID:1.0:evaluation} via TSA Signer API
And the status code should be {200}
And the field {[0].id} has the value {key1#key1}
And the field {[0].type} has the value {JsonWebKey2020}
......
......@@ -25,7 +25,6 @@ Feature: API -TSA - Task - v1/taskList GET
Background:
Given we are testing the TSA Task Api
@wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
Scenario: TSA - Get status from Task List execution - Positive
When I load the REST request {Policy.json} with profile {did_key}
And I execute the taskList {testList} via TSA Task API
......@@ -39,7 +38,6 @@ Feature: API -TSA - Task - v1/taskList GET
And the field {status} has the value {done}
And the field {$..tasks..status} has the value {["done","done"]}
@wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
Scenario: TSA - Get status from Task List with three synchronous tasks second fails - Negative
When I set the following request body {{}}
And I execute the taskList {failTestListSync} via TSA Task API
......@@ -53,7 +51,6 @@ Feature: API -TSA - Task - v1/taskList GET
And the field {status} has the value {failed}
And the field {$..tasks..status} has the value {["done","failed","failed"]}
@wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
Scenario: TSA - Get status from Task List with three asynchronous tasks second fails - Negative
When I set the following request body {{}}
And I execute the taskList {failTestListAsync} via TSA Task API
......
......@@ -25,7 +25,6 @@ Feature: API -TSA - Task - v1/taskList GET
Background:
Given we are testing the TSA Task Api
@wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
Scenario: TSA - Executing Task with DID resolver and checking the Task Results - Positive
#Execute Task
When I load the REST request {Policy.json} with profile {did_key}
......@@ -40,7 +39,6 @@ Feature: API -TSA - Task - v1/taskList GET
And the response is valid according to the {Task_ExecuteDID_schema.json} REST schema
And the field {data.didDocument.id} has the value {did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9brj6wT3qZ5BxkKpuP6}
@wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
Scenario: TSA - Get result from Task List with two synchronous tasks - Positive
When I set the following request body {{}}
And I execute the taskList {testList} via TSA Task API
......
......@@ -30,7 +30,6 @@ Feature: API -TSA - Task - v1/task POST
Background:
Given we are testing the TSA Task Api
@wip #issue https://gitlab.eclipse.org/eclipse/xfsc/tsa/task/-/issues/5
Scenario: TSA - Executing Task with DID resolver - Positive
When I load the REST request {Policy.json} with profile {did_key}
And I execute the Task {didResolve} via TSA Task API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment