rally-openstack/samples/tasks/support
Andrey Kurilin a913477f2b Deprecate install_test.sh script
The script `samples/tasks/support/instance_test.sh` was absorbed by
VMTasks.dd_load scenario. To do not support 2 places of one thing, this
script should be removed.

Change-Id: I7ba29f07554e22c70dd46cbe19e8b40a71ef90d3
2017-10-09 17:31:51 +03:00
..
instance_linpack.sh Fixed shebang and permissions for scripts. 2017-07-03 18:29:30 +05:30
instance_test.sh Deprecate install_test.sh script 2017-10-09 17:31:51 +03:00
README.rst Deprecate install_test.sh script 2017-10-09 17:31:51 +03:00

instance_linpack.sh

instance_linpack.sh, will kick off a CPU intensive workload within a OpenStack instance. This script will return the avg gflops and max gflops Linpack reports in a JSON format. To run this workload, the VM must have linpack installed prior to running.

instance_test.sh

The script was absorbed by VMTasks.dd_load_test scenario.