diff options
author | davsad <david.sadlier@est.tech> | 2021-03-09 18:29:48 +0000 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-04-06 09:09:21 +0000 |
commit | 565444adc4ddac4530eccb489a18f4b74e888ea3 (patch) | |
tree | c38efa6b2db54d60f58eea126b8204488d2a5cd9 /integration-tests/src/test/resources | |
parent | 0a1f233687c98d6574494681e123d44cc49596a5 (diff) |
Add Create Service Substituition Filter Intergration Test
Issue-ID: SDC-3543
Signed-off-by: davsad <david.sadlier@est.tech>
Change-Id: Id6aabc02e36f199ee9106ec1fb145b57c8493c88
Diffstat (limited to 'integration-tests/src/test/resources')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml index 0489370a04..a834ffd5da 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -38,6 +38,7 @@ <include name="onboardEtsiVnfCnfFlow"/> </methods> </class> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.CreateServiceSubstitutionFilterTest"/> </classes> </test> </suite> |