[Plugins] Replace instance_dd_test.sh with instance_test.sh
Legacy script instance_dd_test.sh (loads nova instance in vm scenarios) is replaced with new instance_test.sh, which does same job better and outputs detailed data for HTML report. Legacy script instance_dd_test.sh is removed. Change-Id: Iafe51b5f559e01a972a187dad9e2608f7efa8022
This commit is contained in:
parent
a7b0739b4e
commit
0016df9ec7
@ -969,7 +969,7 @@
|
||||
size: 2
|
||||
use_floating_ip: true
|
||||
command:
|
||||
script_file: "~/.rally/extra/instance_dd_test.sh"
|
||||
script_file: "~/.rally/extra/instance_test.sh"
|
||||
interpreter: "/bin/sh"
|
||||
username: "cirros"
|
||||
runner:
|
||||
@ -992,7 +992,7 @@
|
||||
name: {{image_name}}
|
||||
use_floating_ip: false
|
||||
command:
|
||||
script_file: "~/.rally/extra/instance_dd_test.sh"
|
||||
script_file: "~/.rally/extra/instance_test.sh"
|
||||
interpreter: "/bin/sh"
|
||||
username: "cirros"
|
||||
runner:
|
||||
|
@ -311,7 +311,7 @@
|
||||
floating_network: "{{external_net}}"
|
||||
use_floating_ip: true
|
||||
command:
|
||||
script_file: "~/.rally/extra/instance_dd_test.sh"
|
||||
script_file: "~/.rally/extra/instance_test.sh"
|
||||
interpreter: "/bin/sh"
|
||||
username: "cirros"
|
||||
runner:
|
||||
|
@ -355,7 +355,7 @@
|
||||
image:
|
||||
name: {{image_name}}
|
||||
command:
|
||||
script_file: "~/.rally/extra/instance_dd_test.sh"
|
||||
script_file: "~/.rally/extra/instance_test.sh"
|
||||
interpreter: "/bin/sh"
|
||||
username: "cirros"
|
||||
runner:
|
||||
|
@ -525,7 +525,7 @@
|
||||
image:
|
||||
name: {{image_name}}
|
||||
command:
|
||||
script_file: "~/.rally/extra/instance_dd_test.sh"
|
||||
script_file: "~/.rally/extra/instance_test.sh"
|
||||
interpreter: "/bin/sh"
|
||||
username: "cirros"
|
||||
runner:
|
||||
|
@ -4,7 +4,7 @@
|
||||
"args": {
|
||||
"flavor": {"name": "m1.small"},
|
||||
"command": {
|
||||
"remote_path": "./instance_dd_test.sh"
|
||||
"remote_path": "./instance_test.sh"
|
||||
},
|
||||
"username": "root",
|
||||
"userdata": "#cloud-config\ndisable_root: 0\nssh_pwauth: 1"
|
||||
|
@ -3,7 +3,7 @@
|
||||
-
|
||||
args:
|
||||
command:
|
||||
remote_path: "./instance_dd_test.sh"
|
||||
remote_path: "./instance_test.sh"
|
||||
flavor:
|
||||
name: m1.small
|
||||
userdata: "#cloud-config\ndisable_root: 0\nssh_pwauth: 1"
|
||||
|
@ -18,7 +18,7 @@
|
||||
"force_delete": false,
|
||||
"command": {
|
||||
"interpreter": "/bin/sh",
|
||||
"script_file": "samples/tasks/support/instance_dd_test.sh"
|
||||
"script_file": "samples/tasks/support/instance_test.sh"
|
||||
},
|
||||
"username": "cirros"
|
||||
},
|
||||
|
@ -15,7 +15,7 @@
|
||||
force_delete: false
|
||||
command:
|
||||
interpreter: "/bin/sh"
|
||||
script_file: "samples/tasks/support/instance_dd_test.sh"
|
||||
script_file: "samples/tasks/support/instance_test.sh"
|
||||
username: "cirros"
|
||||
runner:
|
||||
type: "constant"
|
||||
|
@ -1,11 +1,12 @@
|
||||
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_dd_test.sh
|
||||
=============
|
||||
instance_dd_test.sh, will kick off a IO intensive workload within an OpenStack instance.
|
||||
This script will return the write and read performance dd was able to achieve in a
|
||||
JSON format.
|
||||
instance_test.sh
|
||||
================
|
||||
|
||||
instance_test.sh loads server by spawning processes. Finally, it outputs
|
||||
JSON data for HTML report charts, with values of CPU, memory and disk usage.
|
||||
|
Loading…
x
Reference in New Issue
Block a user