commit | 06fc1414763d67e1780c27253e5df7b6ec38079f | [log] [tgz] |
---|---|---|
author | Oren Kleks <orenkle@amdocs.com> | Tue Feb 19 15:34:09 2019 +0530 |
committer | shrek2000 <orenkle@amdocs.com> | Tue Feb 19 15:34:09 2019 +0530 |
tree | 0deda7eee5632d636a997a7ce82f53a14470af67 | |
parent | b123ebd394134c95723fb96cf5c05af3580330a8 [diff] [blame] |
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