diff options
author | shrek2000 <orenkle@amdocs.com> | 2019-03-31 08:23:27 +0300 |
---|---|---|
committer | shrek2000 <orenkle@amdocs.com> | 2019-03-31 08:23:27 +0300 |
commit | 8824935445f26a3f8077f48c327951dd9e778d90 (patch) | |
tree | 5f837094db81b77c521032f150e011070e6c074e | |
parent | f8a758d32dd151f497f5cb3c7b8208f8faf772c6 (diff) |
Test Sanity Fix
Add dependent child service to service
Issue-ID: SDC-1987
Change-Id: I11cbef3761aec392bc1b312d60737e494cb7b4bd
Signed-off-by: shrek2000 <orenkle@amdocs.com>
-rw-r--r-- | test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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 9fcd043cd3..7fd897f3e5 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> + <test name="nodeFilter"> + <classes> + <class name="org.openecomp.sdc.ci.tests.servicefilter.ServiceFilterTests"/> + </classes> + </test> </suite>
\ No newline at end of file |