diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2022-05-12 13:58:48 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2022-05-12 15:25:14 +0100 |
commit | 2a58e25bee3bf029e1696a443f23495e119c5855 (patch) | |
tree | cdb4ff9f1113251f0ea3a5ad7c667cfd0452c665 /testsuites | |
parent | 1537b4665f9050bb2efe6f4f0aba2fb38d52a0ef (diff) |
Security issues from sonar cloud fixes
Issue-ID: POLICY-4168
Change-Id: Iedac6c95be452be81e8c73055193b4707735ef56
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'testsuites')
-rw-r--r-- | testsuites/performance/src/assembly/assembly.xml | 5 | ||||
-rw-r--r-- | testsuites/stability/src/assembly/assembly.xml | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/testsuites/performance/src/assembly/assembly.xml b/testsuites/performance/src/assembly/assembly.xml index 7ff85504..f3426079 100644 --- a/testsuites/performance/src/assembly/assembly.xml +++ b/testsuites/performance/src/assembly/assembly.xml @@ -3,6 +3,7 @@ ONAP Policy Distribution Stability ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2022. Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -30,10 +31,6 @@ <fileSet> <directory>${project.basedir}/src/main/resources/testplans/</directory> <outputDirectory>tests/testplans</outputDirectory> - <!-- <includes> - <include>*.jmx</include> - <include>*.sh</include> - </includes> --> <lineEnding>unix</lineEnding> <fileMode>0644</fileMode> <filtered>true</filtered> diff --git a/testsuites/stability/src/assembly/assembly.xml b/testsuites/stability/src/assembly/assembly.xml index f53000a0..80fe151d 100644 --- a/testsuites/stability/src/assembly/assembly.xml +++ b/testsuites/stability/src/assembly/assembly.xml @@ -3,6 +3,7 @@ ONAP Policy Distribution Stability ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2022. Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -30,10 +31,6 @@ <fileSet> <directory>${project.basedir}/src/main/resources/testplans/</directory> <outputDirectory>tests/testplans</outputDirectory> - <!-- <includes> - <include>*.jmx</include> - <include>*.sh</include> - </includes> --> <lineEnding>unix</lineEnding> <fileMode>0644</fileMode> <filtered>true</filtered> |