diff options
author | Michael Lando <ml636r@att.com> | 2017-06-09 03:19:04 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-06-09 03:19:04 +0300 |
commit | ed64b5edff15e702493df21aa3230b81593e6133 (patch) | |
tree | a4cb01fdaccc34930a8db403a3097c0d1e40914b /asdc-tests/src/main/resources/ci/testSuites/sanity.xml | |
parent | 280f8015d06af1f41a3ef12e8300801c7a5e0d54 (diff) |
[SDC-29] catalog 1707 rebase commit.
Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'asdc-tests/src/main/resources/ci/testSuites/sanity.xml')
-rw-r--r-- | asdc-tests/src/main/resources/ci/testSuites/sanity.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/asdc-tests/src/main/resources/ci/testSuites/sanity.xml b/asdc-tests/src/main/resources/ci/testSuites/sanity.xml index 11b4b79fc4..8e787bc8cd 100644 --- a/asdc-tests/src/main/resources/ci/testSuites/sanity.xml +++ b/asdc-tests/src/main/resources/ci/testSuites/sanity.xml @@ -2,10 +2,6 @@ <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> <suite name="Sanity" configfailurepolicy="continue" verbose="2"> - <listeners> - <listener class-name="org.openecomp.sdc.ci.tests.run.ExtentReporterNG" /> - </listeners> - <test name="sanityE2Eflows"> <classes> <class name="org.openecomp.sdc.ci.tests.sanity.CrudE2E" /> @@ -69,8 +65,6 @@ </methods> </class> - - <class name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateArtResponse" /> @@ -268,15 +262,9 @@ name="org.openecomp.sdc.ci.tests.execute.imports.ImportToscaCapabilitiesWithProperties"> <methods> <include name="importNodeTypeWithCapabilityWithPropertiesFromYmlSucceed" /> - <!-- - This test require the onboarding simulator. - <include name="importResourceWithCapabilityWithPropertiesOverridingCapTypePropertiesSucceed" /> - --> + <include name="importResourceWithCapabilityWithPropertiesOverridingCapTypePropertiesSucceed" /> </methods> </class> - <class - name="org.openecomp.sdc.ci.tests.execute.imports.CsarUtilsTest"> - </class> </classes> </test> <!-- Test --> |