diff options
author | Piotr Borelowski <p.borelowski@partner.samsung.com> | 2019-06-10 13:29:13 +0200 |
---|---|---|
committer | Oren Kleks <orenkle@amdocs.com> | 2019-06-13 06:37:57 +0000 |
commit | 6a000e1f45c851ac81debe326e1f1e931987612e (patch) | |
tree | c57b36d797507ce0781d18cf801b0a40f6d7014f /asdctool/test-dir | |
parent | 2623c8402a57e2035db69a9d92d2851050916801 (diff) |
Added unit tests for SpringCLITool
Improved the unit test coverage in the package
org.openecomp.sdc.asdctool.cli
Issue-ID: SDC-2327
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Change-Id: Ie5b262587ae704952eb75f8f4008f4d321a4acbd
Diffstat (limited to 'asdctool/test-dir')
-rw-r--r-- | asdctool/test-dir/configuration.yaml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/asdctool/test-dir/configuration.yaml b/asdctool/test-dir/configuration.yaml new file mode 100644 index 0000000000..339d41a46b --- /dev/null +++ b/asdctool/test-dir/configuration.yaml @@ -0,0 +1,64 @@ +identificationHeaderFields: + - HTTP_IV_USER + +# catalog backend hostname +beFqdn: localhost +# sdccatalog.com + +appVersion: 2.3.77 + +# catalog backend http port +beHttpPort: 8080 + +# catalog backend http context +beContext: /sdc/rest/config/get + +# catalog backend protocol +beProtocol: http + +# catalog backend ssl port +beSslPort: 8443 + +version: 1.1.0 +released: 2012-11-30 +toscaConformanceLevel: 8.0 +minToscaConformanceLevel: 3.0 + +titanCfgFile: /home/vagrant/catalog-be/config/catalog-be/titan.properties +titanInMemoryGraph: false +titanLockTimeout: 1800 + +# The interval to try and reconnect to titan DB when it is down during ASDC startup: +titanReconnectIntervalInSeconds: 3 + +# The read timeout towards Titan DB when health check is invoked: +titanHealthCheckReadTimeout: 1 + +# The interval to try and reconnect to Elasticsearch when it is down during ASDC startup: +esReconnectIntervalInSeconds: 3 +uebHealthCheckReconnectIntervalInSeconds: 15 +uebHealthCheckReadTimeout: 4 + +# Protocols +protocols: + - http + - https + +# Default imports +defaultImports: + - nodes: + file: nodes.yml + - datatypes: + file: data.yml + - capabilities: + file: capabilities.yml + - relationships: + file: relationships.yml + - groups: + file: groups.yml + - policies: + file: policies.yml + +# Users +users: + tom: passwd |