commit | 1dd5db924b88f390f3301a0e3f229c0a81a91080 | [log] [tgz] |
---|---|---|
author | shrek2000 <orenkle@amdocs.com> | Thu Feb 07 12:57:08 2019 +0200 |
committer | shrek2000 <orenkle@amdocs.com> | Thu Feb 07 16:21:31 2019 +0200 |
tree | ac56d507ba986934477d0cabd4c98ed9d74c231d | |
parent | b551a05893bcf6ac1ff3679d3354ba106fef24bb [diff] [blame] |
Add dependent child service to service Add dependent child service to service Issue-ID: SDC-1987 Change-Id: I5a650f57a27587c4ce6f33059719060ffa1f13de Signed-off-by: shrek2000 <orenkle@amdocs.com>
diff --git a/test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml b/test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml index 707500a..391ba33 100644 --- a/test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml +++ b/test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml
@@ -4,8 +4,8 @@ <parameter name="makeDistribution" value="false"/> <parameter name="makeToscaValidation" value="true"/> <test name="ExternalApis"> - <classes> - + <classes> + <class name="org.openecomp.sdc.ci.tests.servicefilter.ServiceFilterTests"/> <class name="org.openecomp.sdc.ci.tests.sanity.Onboard"/> </classes> </test>