diff options
author | 2020-05-29 08:02:39 +0200 | |
---|---|---|
committer | 2020-06-04 13:22:31 +0000 | |
commit | b44416a72f3ce23a3254229c9f469c21df86c82f (patch) | |
tree | 503be194f34b60c3be5cc41433a8121ca336522d /tools/performance/cloud/reboot-test-environment.sh | |
parent | b6f19c8aad44a300eb84a8979abaa02a267b0162 (diff) |
Refactor performance scripts
-change scripts to use deployment instead of pod
-add function for instant,inverval mode
-add config files
-remove unused variable from test.properties
Issue-ID: DCAEGEN2-1576
Change-Id: Ice889f7e8e1dd2d787c7b59a9701669a93a7cfb1
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Diffstat (limited to 'tools/performance/cloud/reboot-test-environment.sh')
-rwxr-xr-x | tools/performance/cloud/reboot-test-environment.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/performance/cloud/reboot-test-environment.sh b/tools/performance/cloud/reboot-test-environment.sh index 0fb916f0..3d9a5a1e 100755 --- a/tools/performance/cloud/reboot-test-environment.sh +++ b/tools/performance/cloud/reboot-test-environment.sh @@ -63,6 +63,10 @@ function rebootEnvironment(){ ./cloud-based-performance-test.sh setup | formatOutput + ./cloud-based-performance-test.sh stop | formatOutput + + ./cloud-based-performance-test.sh reset_producers | formatOutput + echo "${GREEN}Environment ready!${NO_COLOR}" } |