From 5b05708e3dec3200eb0d996e45c76a049038ca09 Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 1 Sep 2020 23:47:27 +0200 Subject: Optimize Build Optimize the time required to compute the tests so that the build can be faster Issue-ID: SDC-3232 Signed-off-by: sebdet Change-Id: I0ccbc3a0f9d895e75dcf5e4c1ef35ebf3ba06808 Signed-off-by: sebdet --- .../src/test/resources/ci/conf/sdc-conf.yaml | 2 +- .../ci/testSuites/frontend/onapUiSanity.xml | 48 +++++++++++----------- 2 files changed, 25 insertions(+), 25 deletions(-) (limited to 'integration-tests/src/test/resources') 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 cea230e309..5303e3b120 100644 --- a/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml +++ b/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml @@ -5,7 +5,7 @@ remoteTestingMachinePort: 4444 remoteTesting: true useBrowserMobProxy: false captureTraffic: false -downloadAutomationFolder: target/automationDownloadDir +downloadAutomationFolder: /tmp/sdc-integration-tests/downloadAutomation uiSimulator: true #### Local Front end 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 a9d56619da..47dc9f6960 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -1,30 +1,30 @@ + data-provider-thread-count="1"> - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg