diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-02-11 18:58:35 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-02-13 01:51:30 -0800 |
commit | aa484450032b5eaa85bbc33ec0dad3d9995f3d58 (patch) | |
tree | e6ad9d63f5e95235548c53cbd805a9ad45f1dc1d /src/test/resources | |
parent | 67bb8026ac17792efc7c51e9f7905f918c965e01 (diff) |
Add tests
Add tests for download all and improve efficiency with stream
Issue-ID: CLAMP-518
Change-Id: Ia78ed8da7e54eaeaaed4fb87f483e0aff3a4a8c4
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/application.properties | 5 | ||||
-rw-r--r-- | src/test/resources/http-cache/example/policy/api/v1/policytypes?connectionTimeToLive=5000/.file (renamed from src/test/resources/http-cache/example/policy/api/v1/policytypes/.file) | 20 | ||||
-rw-r--r-- | src/test/resources/http-cache/example/policy/api/v1/policytypes?connectionTimeToLive=5000/.header (renamed from src/test/resources/http-cache/example/policy/api/v1/policytypes/.header) | 0 |
3 files changed, 10 insertions, 15 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 17c42f560..5b921e9e3 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -21,11 +21,6 @@ # ### -info.build.artifact=@project.artifactId@ -info.build.name=@project.name@ -info.build.description=@project.description@ -info.build.version=@project.version@ - ### Set the port for HTTP or HTTPS protocol (Controlled by Spring framework, only one at a time). ### (See below for the parameter 'server.http.port' if you want to have both enabled) ### To have only HTTP, keep the lines server.ssl.* commented diff --git a/src/test/resources/http-cache/example/policy/api/v1/policytypes/.file b/src/test/resources/http-cache/example/policy/api/v1/policytypes?connectionTimeToLive=5000/.file index 7394d3f91..ab3b40e2f 100644 --- a/src/test/resources/http-cache/example/policy/api/v1/policytypes/.file +++ b/src/test/resources/http-cache/example/policy/api/v1/policytypes?connectionTimeToLive=5000/.file @@ -6,55 +6,55 @@ policy_types: derived_from: tosca.policies.Root properties: # Omitted for brevity, see Section 1 - - - onap.policies.controlloop.Operational: + + - onap.policies.controlloop.Operational: version: 1.0.0 description: Operational Policy for Control Loops derived_from: tosca.policies.Root properties: # Omitted for brevity, see Section 1 - + - onap.policies.controloop.operational.Drools: version: 1.0.0 description: Operational Policy for Control Loops using the Drools PDP derived_from: onap.policies.controlloop.Operational properties: # Omitted for brevity, see Section 1 - + - onap.policies.controloop.operational.Apex: version: 1.0.0 description: Operational Policy for Control Loops using the APEX PDP derived_from: onap.policies.controlloop.Operational properties: # Omitted for brevity, see Section 1 - - - onap.policies.controlloop.Guard: + + - onap.policies.controlloop.Guard: version: 1.0.0 description: Operational Policy for Control Loops derived_from: tosca.policies.Root properties: # Omitted for brevity, see Section 1 - + - onap.policies.controlloop.guard.FrequencyLimiter: version: 1.0.0 description: Supports limiting the frequency of actions being taken by a Actor. derived_from: onap.policies.controlloop.Guard properties: # Omitted for brevity, see Section 1 - + - onap.policies.controlloop.guard.Blacklist: version: 1.0.0 description: Supports blacklist of VNF's from performing control loop actions on. derived_from: onap.policies.controlloop.Guard properties: # Omitted for brevity, see Section 1 - + - onap.policies.controlloop.guard.MinMax: version: 1.0.0 description: Supports Min/Max number of VF Modules derived_from: onap.policies.controlloop.Guard properties: # Omitted for brevity, see Section 1 - + data_types: # Any bespoke data types referenced by policy type definitions[] diff --git a/src/test/resources/http-cache/example/policy/api/v1/policytypes/.header b/src/test/resources/http-cache/example/policy/api/v1/policytypes?connectionTimeToLive=5000/.header index 6a280d972..6a280d972 100644 --- a/src/test/resources/http-cache/example/policy/api/v1/policytypes/.header +++ b/src/test/resources/http-cache/example/policy/api/v1/policytypes?connectionTimeToLive=5000/.header |