mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
REPO-2948 - S3 IA: Update AWS Quick Start and include S3 IA configuration:
- added AWS QS sanity suite with only content related tests - modified negative action definition tests to be included in Regression test suite
This commit is contained in:
@@ -48,9 +48,9 @@ public class NodesActionDefinitionTests extends RestTest
|
||||
|
||||
}
|
||||
|
||||
@TestRail(section = { TestGroup.REST_API,TestGroup.NODES }, executionType = ExecutionType.SANITY,
|
||||
@TestRail(section = { TestGroup.REST_API,TestGroup.NODES }, executionType = ExecutionType.REGRESSION,
|
||||
description = "Verify actions negative request")
|
||||
@Test(groups = { TestGroup.REST_API, TestGroup.NODES, TestGroup.SANITY})
|
||||
@Test(groups = { TestGroup.REST_API, TestGroup.NODES, TestGroup.REGRESSION})
|
||||
public void testActionDefinitionNegative() throws Exception{
|
||||
|
||||
NodesBuilder nodesBuilder = restClient.withCoreAPI().usingNode(ContentModel.my()).defineNodes();
|
||||
|
||||
Reference in New Issue
Block a user