Create script to run performance test locally 15/90315/9
authorJakub Dudycz <jakub.dudycz@nokia.com>
Fri, 21 Jun 2019 15:19:49 +0000 (17:19 +0200)
committerJakub Dudycz <jakub.dudycz@nokia.com>
Wed, 3 Jul 2019 09:49:14 +0000 (11:49 +0200)
commit83a1d39bca162e8fdabfb3ad9189c5e4f94a44df
treec0ee3c382cb9072c0fdd21f46649ada824852c5c
parent3449b38b23fe1952a534ab35c5a23105c13e8262
Create script to run performance test locally

Change-Id: I6bbf0e9b029aef1558008286f0fbec83b76be44c
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Issue-ID: DCAEGEN2-1641
28 files changed:
tools/development/bin/constants.sh [moved from development/bin/constants.sh with 100% similarity]
tools/development/bin/consul.sh [moved from development/bin/consul.sh with 100% similarity]
tools/development/bin/dcae-msgs.sh [moved from development/bin/dcae-msgs.sh with 100% similarity]
tools/development/bin/dcae-reset.sh [moved from development/bin/dcae-reset.sh with 100% similarity]
tools/development/bin/dcae-topic.sh [moved from development/bin/dcae-topic.sh with 100% similarity]
tools/development/bin/run-xnf-simulator.sh [moved from development/bin/run-xnf-simulator.sh with 100% similarity]
tools/development/bin/start-simulation.sh [moved from development/bin/start-simulation.sh with 100% similarity]
tools/development/bin/xnf-simulation.sh [moved from development/bin/xnf-simulation.sh with 100% similarity]
tools/development/configuration/base.json [moved from development/configuration/base.json with 100% similarity]
tools/development/configuration/local.json [moved from development/configuration/local.json with 100% similarity]
tools/development/consul/configuration.hcl [moved from development/consul/configuration.hcl with 100% similarity]
tools/development/docker-compose.yml [moved from development/docker-compose.yml with 99% similarity]
tools/development/grafana/dashboards-providers/dashboard-providers.yaml [moved from development/grafana/dashboards-providers/dashboard-providers.yaml with 100% similarity]
tools/development/grafana/dashboards/connections.json [moved from development/grafana/dashboards/connections.json with 100% similarity]
tools/development/grafana/dashboards/processing.json [moved from development/grafana/dashboards/processing.json with 100% similarity]
tools/development/grafana/datasources/prometheus.yaml [moved from development/grafana/datasources/prometheus.yaml with 100% similarity]
tools/development/logs/.gitignore [moved from development/logs/.gitignore with 100% similarity]
tools/development/prometheus.yml [moved from development/prometheus.yml with 100% similarity]
tools/performance/configuration/base.json [new file with mode: 0644]
tools/performance/consul/configuration.hcl [new file with mode: 0644]
tools/performance/docker-compose.yml [new file with mode: 0644]
tools/performance/local-performance-test.sh [new file with mode: 0755]
tools/performance/logs/.gitignore [new file with mode: 0644]
tools/performance/prometheus.yml [new file with mode: 0644]
tools/ssl/.gitignore [moved from development/ssl/.gitignore with 100% similarity]
tools/ssl/Makefile-openssl [moved from development/ssl/Makefile-openssl with 100% similarity]
tools/ssl/README.md [moved from development/ssl/README.md with 100% similarity]
tools/ssl/gen-certs.sh [moved from development/ssl/gen-certs.sh with 100% similarity]