diff options
author | Oren Kleks <orenkle@amdocs.com> | 2019-02-19 15:34:09 +0530 |
---|---|---|
committer | shrek2000 <orenkle@amdocs.com> | 2019-02-19 15:34:09 +0530 |
commit | 06fc1414763d67e1780c27253e5df7b6ec38079f (patch) | |
tree | 0deda7eee5632d636a997a7ce82f53a14470af67 /test-apis-ci/src/main | |
parent | b123ebd394134c95723fb96cf5c05af3580330a8 (diff) |
Test Sanity Fix
Add dependent child service to service
Issue-ID: SDC-1987
Change-Id: I7ca6f69321499e976f61e5b06b5bb464e8b58e4e
Signed-off-by: shrek2000 <orenkle@amdocs.com>
Diffstat (limited to 'test-apis-ci/src/main')
-rw-r--r-- | test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml | 7 |
1 files changed, 6 insertions, 1 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 c13c0699db..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> -</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 |