diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-11-08 17:45:10 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-11-12 09:57:11 +0000 |
commit | 7353fb39790b51c593cb0f72c6ab46d906758244 (patch) | |
tree | 04d52abaf075e9b8e84c1bd6544ffeaa7131a8b1 /integration-tests/src/test/java | |
parent | 3a811e1483ab42dc31fd62a979399a4bf83b279e (diff) |
Fix broken TC (ExternalRefsServletTest)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3776
Change-Id: Iac19fea2b6f8a36dc29f4a8d5cea277d226342b2
Diffstat (limited to 'integration-tests/src/test/java')
3 files changed, 0 insertions, 14 deletions
diff --git a/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/category/GroupingTest.java b/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/category/GroupingTest.java index f9580780eb..5a528011bd 100644 --- a/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/category/GroupingTest.java +++ b/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/category/GroupingTest.java @@ -442,7 +442,6 @@ public class GroupingTest extends CategoriesBaseTest { STATUS_CODE_RESTRICTED_OPERATION, AUDIT_PRODUCT_TYPE); } - // @Ignore("DE176245") @Test public void createProductGroupForNonExistingComponentType() throws Exception { String nonSupportedComponentType = "NonExistingComponentType"; // instead @@ -467,7 +466,6 @@ public class GroupingTest extends CategoriesBaseTest { STATUS_CODE_INVALID_CONTENT, nonSupportedComponentType); } - // @Ignore("DE176245") @Test public void createResourceGroup() throws Exception { // Resource doesn't have group @@ -491,7 +489,6 @@ public class GroupingTest extends CategoriesBaseTest { STATUS_CODE_INVALID_CONTENT, AUDIT_RESOURCE_TYPE); } - // @Ignore("DE176245") @Test public void createServiceGroup() throws Exception { // Service doesn't have group diff --git a/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/category/SubCategoriesTest.java b/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/category/SubCategoriesTest.java index 0d8c7b0a6b..0ee845ff13 100644 --- a/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/category/SubCategoriesTest.java +++ b/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/category/SubCategoriesTest.java @@ -460,7 +460,6 @@ public class SubCategoriesTest extends ComponentBaseTest { STATUS_CODE_RESTRICTED_OPERATION, AUDIT_PRODUCT_TYPE); } - // @Ignore("DE176245") @Test public void createResourceSubCategoryForNonExistingComponentType() throws Exception { String nonSupportedComponentType = "NonExistingComponentType"; // instead @@ -482,7 +481,6 @@ public class SubCategoriesTest extends ComponentBaseTest { STATUS_CODE_INVALID_CONTENT, nonSupportedComponentType); } - // @Ignore("DE176245") @Test public void createProductSubCategoryForNonExistingComponentType() throws Exception { String nonSupportedComponentType = "NonExistingComponentType"; // instead @@ -1122,13 +1120,6 @@ public class SubCategoriesTest extends ComponentBaseTest { resourceSubCategoryDefinition, sdncAdminUserDetails, STATUS_CODE_CREATED, AUDIT_RESOURCE_TYPE); } - // Bug - // Desc=<ACTION = "AddSubCategory" MODIFIER = "Jimmy Hendrix(jh0003)" - // CATEGORY_NAME = "Category1" SUB_CATEGORY_NAME = "&AbcD123" GROUPING_NAME - // = "" RESOURCE_TYPE = "Resource" STATUS = "400" DESC = "SVC4556: Error: - // Invalid Resource sub-category name format."> - // DESC=SVC4556: Error: InvalidResourcesub-categorynameformat., - // @Ignore @Test public void subCategoryFirstWordStartWithNonAlphaNumeric() throws Exception { // The first word must start with an alpha-numeric character [a-Z A..Z, diff --git a/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/resource/UpdateResourceMetadataTest.java b/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/resource/UpdateResourceMetadataTest.java index 0bb2a26a2a..8bfd3df8ea 100644 --- a/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/resource/UpdateResourceMetadataTest.java +++ b/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/resource/UpdateResourceMetadataTest.java @@ -613,8 +613,6 @@ public class UpdateResourceMetadataTest extends ComponentBaseTest { } - // TODO DE - // @Ignore("") @Test public void UpdateWithInvaldJsonBodyTest() throws Exception { |