diff options
author | JulienBe <julien.bertozzi@intl.att.com> | 2020-09-03 17:09:46 +0200 |
---|---|---|
committer | Xue Gao <xg353y@intl.att.com> | 2020-09-07 12:18:23 +0000 |
commit | 61663b92910868a4de51c6fe9a7cef7da96da7e9 (patch) | |
tree | 86085699100a83f9de49375b635596601b55502d /ui-ci/src/main/resources/ci/conf | |
parent | bcee4648917b2442f51a75639708bad4cd0fe4ad (diff) |
Optimize Build
Optimize the log output
Issue-ID: SDC-3232
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
Change-Id: I50cfb7119b1e9087d3e2db56a81fe47df4ad6254
Diffstat (limited to 'ui-ci/src/main/resources/ci/conf')
5 files changed, 0 insertions, 177 deletions
diff --git a/ui-ci/src/main/resources/ci/conf/attsdc-packages.yaml b/ui-ci/src/main/resources/ci/conf/attsdc-packages.yaml deleted file mode 100644 index dcb78eefc1..0000000000 --- a/ui-ci/src/main/resources/ci/conf/attsdc-packages.yaml +++ /dev/null @@ -1,2 +0,0 @@ -packages: - - org.openecomp.sdc.ci.tests.execute.resourceui
\ No newline at end of file diff --git a/ui-ci/src/main/resources/ci/conf/attsdc.yaml b/ui-ci/src/main/resources/ci/conf/attsdc.yaml deleted file mode 100644 index e7dfa39570..0000000000 --- a/ui-ci/src/main/resources/ci/conf/attsdc.yaml +++ /dev/null @@ -1,69 +0,0 @@ -outputFolder: target -reportName: index.html -catalogBeHost: localhost -esHost: eshost -disributionClientHost: disClient -catalogFePort: 8181 -catalogBePort: 8284 -disributionClientPort: 8181 -esPort: 9200 -neoHost: neoHost -neoPort: 7474 -neoDBusername: neo4j -neoDBpassword: 123456 -url: http://localhost:8285/sdc1 -#url: https://www.e-access.att.com/QA-AUTOMATE1/sdc1/portal -#url: https://www.e-access.att.com/AA-IFT-testing/sdc1/portal -#url: https://www.e-access.att.com/QA-SCRUM1/sdc1/portal -remoteTestingMachineIP: 0.0.0.0 -remoteTestingMachinePort: 5566 -remoteTesting: false -resourceConfigDir: src/test/resources/CI/tests -componentsConfigDir: src/test/resources/CI/components -importResourceConfigDir: src/test/resources/CI/importResource -importResourceTestsConfigDir: src/test/resources/CI/importResourceTests -errorConfigurationFile: ../catalog-be/src/main/resources/config/error-configuration.yaml -configurationFile: ../catalog-be/src/main/resources/config/configuration.yaml -importTypesConfigDir: src/test/resources/CI/importTypesTest -browser: FireFox -windowsDownloadDirectory: "c:\\apache-ftpserver-1.1.0\\res\\home\\" -systemUnderDebug: true -reportDBhost: dbhost -reportDBport: 27017 -sdcHttpMethod: http -localDataCenter: DC-Automate01 - -useBrowserMobProxy: false -captureTraffic: false - -janusGraphPropertiesFile: src/main/resources/ci/conf/janusgraph.properties - -stopOnClassFailure: false -#todo -onboardingBeHost: localhost -onboardingBePort: 8283 -#List of non-abstract resources to keep during JanusGraph cleanup between tests -#Only 1.0 version will be kept -resourcesNotToDelete: - - tosca.nodes.Compute - - tosca.nodes.Database - - tosca.nodes.ObjectStorage - - tosca.nodes.BlockStorage - - tosca.nodes.LoadBalancer - - org.openecomp.resource.cp.Port - - org.openecomp.resource.vl.Network - -#Resource categories to keep (including all their subcategories) -resourceCategoriesNotToDelete: - - Generic - - Network L2-3 - - Network L4+ - - Application L4+ - - Network Connectivity - -#Service categories to keep -serviceCategoriesNotToDelete: - - Mobility - - Network L1-3 - - Network L4 - - VoIP Call Control
\ No newline at end of file diff --git a/ui-ci/src/main/resources/ci/conf/extent-config.xml b/ui-ci/src/main/resources/ci/conf/extent-config.xml deleted file mode 100644 index 4eb7f681aa..0000000000 --- a/ui-ci/src/main/resources/ci/conf/extent-config.xml +++ /dev/null @@ -1,50 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<extentreports> - <configuration> - <!-- report theme --> - <!-- standard, dark --> - <theme>standard</theme> - - <!-- document encoding --> - <!-- defaults to UTF-8 --> - <encoding>UTF-8</encoding> - - <!-- protocol for script and stylesheets --> - <!-- defaults to https --> - <protocol>https</protocol> - - <!-- title of the document --> - <documentTitle>ASDC Automation Report</documentTitle> - - <!-- report name - displayed at top-nav --> - <reportName> ASDC Automation Report </reportName> - - <!-- report headline - displayed at top-nav, after reportHeadline --> - <reportHeadline></reportHeadline> - - <!-- global date format override --> - <!-- defaults to yyyy-MM-dd --> - <dateFormat>yyyy-MM-dd</dateFormat> - - <!-- global time format override --> - <!-- defaults to HH:mm:ss --> - <timeFormat>HH:mm:ss</timeFormat> - - <!-- custom javascript --> - <scripts> - <![CDATA[ - $(document).ready(function() { - $('.logo-content' ).remove(); - $('.charts div:nth-child(2)').remove(); - }); - ]]> - </scripts> - - <!-- custom styles --> - <styles> - <![CDATA[ - .report-name {padding-top: 1px; font-size: 15px; font-weight: bold;} - ]]> - </styles> - </configuration> -</extentreports>
\ No newline at end of file diff --git a/ui-ci/src/main/resources/ci/conf/janusgraph.properties b/ui-ci/src/main/resources/ci/conf/janusgraph.properties deleted file mode 100644 index 9d67ed2f2f..0000000000 --- a/ui-ci/src/main/resources/ci/conf/janusgraph.properties +++ /dev/null @@ -1,7 +0,0 @@ -storage.backend=cql -storage.hostname=cassandrahost -storage.port=9042 - -cache.db-cache-clean-wait = 20 -cache.db-cache-time = 180000 -cache.db-cache-size = 0.5
\ No newline at end of file diff --git a/ui-ci/src/main/resources/ci/conf/log4j2.properties b/ui-ci/src/main/resources/ci/conf/log4j2.properties deleted file mode 100644 index ec22601d6a..0000000000 --- a/ui-ci/src/main/resources/ci/conf/log4j2.properties +++ /dev/null @@ -1,49 +0,0 @@ -status = error -dest = err -name = PropertiesConfig - -property.filename = ${targetlog}logs/ci-log.out - -#filter.threshold.type = ThresholdFilter -#filter.threshold.level = debug - -appender.rolling.type = RollingFile -appender.rolling.name = RollingFile -appender.rolling.fileName = ${filename} -appender.rolling.filePattern = ${targetlog}logs/ci-%d{MM-dd-yy-HH-mm-ss}-%i.log.gz -appender.rolling.layout.type = PatternLayout -appender.rolling.layout.pattern = %d{yyyy-MM-dd HH:mm:ss} %5p [%10c] : %m%n -appender.rolling.policies.type = Policies -appender.rolling.policies.size.type = SizeBasedTriggeringPolicy -appender.rolling.policies.size.size=5MB -appender.rolling.strategy.type = DefaultRolloverStrategy -appender.rolling.strategy.max = 10 - -appender.console.type = Console -appender.console.name = STDOUT -appender.console.layout.type = PatternLayout -appender.console.layout.pattern = %d{yyyy-MM-dd HH:mm:ss} %5p %10c:%L - %m%n -appender.console.filter.threshold.type = ThresholdFilter -appender.console.filter.threshold.level = info - -loggers=org.apache.cassandra.service.StorageProxy,org.janusgraph.diskstorage.cassandra.CassandraTransaction,org.openecomp.sdc.ci.tests.utils - -logger.org.apache.cassandra.service.StorageProxy.name = org.apache.cassandra.service.StorageProxy -logger.org.apache.cassandra.service.StorageProxy.level=info -logger.org.apache.cassandra.service.StorageProxy.appendRef.rolling.ref = RollingFile -logger.org.apache.cassandra.service.StorageProxy.appendRef.stdout.ref = STDOUT - -logger.org.janusgraph.diskstorage.cassandra.CassandraTransaction.name = org.janusgraph.diskstorage.cassandra.CassandraTransaction -logger.org.janusgraph.diskstorage.cassandra.CassandraTransaction.level =info -logger.org.janusgraph.diskstorage.cassandra.CassandraTransaction.appendRef.rolling.ref = RollingFile -logger.org.janusgraph.diskstorage.cassandra.CassandraTransaction.appendRef.stdout.ref = STDOUT - -logger.org.openecomp.sdc.ci.tests.utils.name = org.openecomp.sdc.ci.tests.utils -logger.org.openecomp.sdc.ci.tests.utils.level = info -logger.org.openecomp.sdc.ci.tests.utils.appendRef.rolling.ref = RollingFile -logger.org.openecomp.sdc.ci.tests.utils.appendRef.stdout.ref = STDOUT -logger.org.openecomp.sdc.ci.tests.utils.additivity = false - -rootLogger.level = info -rootLogger.appenderRef.stdout.ref = STDOUT -rootLogger.appenderRef.rolling.ref = RollingFile
\ No newline at end of file |