diff options
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}" } |