summaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/VfDeploymentInformationalArtifacts.java
diff options
context:
space:
mode:
Diffstat (limited to 'ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/VfDeploymentInformationalArtifacts.java')
-rw-r--r--ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/VfDeploymentInformationalArtifacts.java71
1 files changed, 3 insertions, 68 deletions
diff --git a/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/VfDeploymentInformationalArtifacts.java b/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/VfDeploymentInformationalArtifacts.java
index 24badb3ec2..ef8a337394 100644
--- a/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/VfDeploymentInformationalArtifacts.java
+++ b/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/VfDeploymentInformationalArtifacts.java
@@ -43,7 +43,6 @@ import org.openecomp.sdc.ci.tests.utils.validation.ErrorValidationUtils;
import org.openecomp.sdc.common.api.ArtifactTypeEnum;
import org.openqa.selenium.WebElement;
import org.testng.Assert;
-import org.testng.SkipException;
import org.testng.annotations.Test;
@@ -94,11 +93,6 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// TC1434247 - Import VF Artifacts - Informational Artifacts - One Artifact, One Type
@Test
public void importVfArtifactsInformationalArtifactsOneArtifactOneType() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
String fileName = "TC1434247.csar";
String folder ="US825779";
@@ -116,11 +110,6 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// TC1434248 - Import VF Artifacts - Informational Artifacts - Multiple Artifacts, Multiple Types
@Test
public void importVfArtifactsInformationalArtifactsMultipleArtifactsMultipleTypes() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
String fileName = "TC1434248.csar";
String folder ="US825779";
@@ -140,11 +129,6 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// TC1434249 - Import VF Artifacts - Deployment and Informational Artifacts - Multiple Artifacts, Multiple Types
@Test
public void importVfArtifactsDeploymentAndInformationalArtifactsMultipleArtifactsMultipleTypes() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
String fileName = "TC1434249.csar";
String folder ="US825779";
@@ -171,11 +155,6 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// TC1438310 - Import VF Artifacts - Deployment Artifacts - Artifact Type Invalid
@Test
public void importVFArtifactsDeploymentArtifactsArtifactTypeInvalid() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
String fileName = "DeploymentArtifactWithInvalidType.csar";
String folder ="US825779";
@@ -191,11 +170,6 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// TC1438311 - Import VF Artifacts - Informational Artifacts - Artifact Type Invalid
@Test
public void importVfArtifactsInformationalArtifactsArtifactTypeInvalid() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
String fileName = "InformationArtifactWithInvalidType.csar";
String folder ="US825779";
@@ -335,11 +309,6 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// TC1443887 - Update With One New Informational Artifact
@Test
public void updateWithOneNewInformationalArtifact() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
String fileName = "ImportTC1443887.csar";
String folder ="US825779";
@@ -363,11 +332,6 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// TC1443888 - Update With One Removed Informational Artifact
@Test
public void updateWithOneRemovedInformationalArtifact() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
String folder ="US825779";
String fileName = "ImportTC1443888.csar";
@@ -397,11 +361,6 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// TC1443890 - Update With One New Artifact Version Informational Artifact
@Test
public void updateWithOneNewArtifactVersionInformationalArtifact() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
String folder ="US825779";
String fileName = "ImportTC1443890.csar";
@@ -426,12 +385,7 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// US825779 - Story: [BE] Import VSP - VF informational artifacts - Update
// TC1443893 - Update CSAR With Same Artifacts As Imported
@Test
- public void updateCSARWithSameArtifactsAsImported() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
+ public void updateCSARWithSameArtifactsAsImported() throws Exception {
String folder ="US825779";
String fileName = "ImportUpdateTC1443893.csar";
@@ -462,11 +416,6 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// TC1443954 - Update With Multiple Changes In Deployment And Informational Artifacts
@Test
public void updateWithMultipleChangesInDeploymentAndInformationalArtifacts() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
String folder ="US825779";
String fileName = "ImportTC1443954.csar";
@@ -560,11 +509,6 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// TC1444207 - Update With Existed Informational Artifact By Artifact With Different Type
@Test
public void updateWithExistedInformationalArtifactByArtifactWithDifferentType() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
String folder ="US825779";
String fileName = "ImportTC1444207.csar";
@@ -667,11 +611,7 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// TC1444530 - Update Deployment Artifact With Invalid Type
@Test
public void updateDeploymentArtifactWithInvalidType() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
+
String folder ="US825779";
String fileName = "ImportTC1444530.csar";
@@ -694,12 +634,7 @@ public class VfDeploymentInformationalArtifacts extends SetupCDTest {
// US825779 - Story: [BE] Import VSP - VF informational artifacts - Update
// TC1444531 - Update Informational Artifact With Invalid Type
@Test
- public void updateInformationalArtifactWithInvalidType() throws Exception {
-
- if(true){
- throw new SkipException("Open bug 299719");
- }
-
+ public void updateInformationalArtifactWithInvalidType() throws Exception {
String folder ="US825779";
String fileName = "ImportTC1444531.csar";