From 35dab3d49f95bc38ae173ff7229d790e32a91d40 Mon Sep 17 00:00:00 2001 From: Andrei Forascu Date: Wed, 29 Nov 2017 11:24:08 +0200 Subject: [PATCH] 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 --- .../org/alfresco/rest/nodes/NodesActionDefinitionTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-test/java/org/alfresco/rest/nodes/NodesActionDefinitionTests.java b/e2e-test/java/org/alfresco/rest/nodes/NodesActionDefinitionTests.java index 63ed0bd54..596ebf72c 100644 --- a/e2e-test/java/org/alfresco/rest/nodes/NodesActionDefinitionTests.java +++ b/e2e-test/java/org/alfresco/rest/nodes/NodesActionDefinitionTests.java @@ -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();