diff options
Diffstat (limited to 'integration-tests/src/test/resources/ci')
-rw-r--r-- | integration-tests/src/test/resources/ci/conf/sdc-conf.yaml | 2 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml b/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml index 5303e3b120..e4b07d36ee 100644 --- a/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml +++ b/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml @@ -13,7 +13,7 @@ uiSimulator: true #remoteTesting: false #useBrowserMobProxy: false #captureTraffic: false -#downloadAutomationFolder: /home/seb/Downloads +#downloadAutomationFolder: /tmp/sdc-integration-tests/downloadAutomation #uiSimulator: true #### Backend Testing 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 db352d3848..2cc0808076 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -26,6 +26,11 @@ </methods> </class> <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.GAB"/> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.EtsiNetworkServiceUiTests"> + <methods> + <include name="createEtsiNetworkService"/> + </methods> + </class> </classes> </test> </suite> |