Test Sanity Fix

Add dependent child service to service
Issue-ID: SDC-1987

Change-Id: I7ca6f69321499e976f61e5b06b5bb464e8b58e4e
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 c13c069..7fd897f 100644
--- a/test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml
+++ b/test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml
@@ -8,4 +8,9 @@
 			<class name="org.openecomp.sdc.ci.tests.sanity.Onboard"/>
 		</classes>
 	</test>
-</suite> 
\ No newline at end of file
+	<test name="nodeFilter">
+		<classes>
+			<class name="org.openecomp.sdc.ci.tests.servicefilter.ServiceFilterTests"/>
+		</classes>
+	</test>
+</suite>
\ No newline at end of file