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:
Andrei Forascu
2017-11-29 11:24:08 +02:00
parent 7c75a488c9
commit 35dab3d49f
@@ -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();