summaryrefslogtreecommitdiffstats
path: root/tests/line-coverage/cli-volume-top-profile-coverage.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/line-coverage/cli-volume-top-profile-coverage.t')
-rw-r--r--tests/line-coverage/cli-volume-top-profile-coverage.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/line-coverage/cli-volume-top-profile-coverage.t b/tests/line-coverage/cli-volume-top-profile-coverage.t
index 73b72ff2446..35713c26faa 100644
--- a/tests/line-coverage/cli-volume-top-profile-coverage.t
+++ b/tests/line-coverage/cli-volume-top-profile-coverage.t
@@ -46,8 +46,8 @@ function test_volume_top_cmds () {
# Testing volume profile command with and without xml
function test_volume_profile_cmds () {
local ret=0
- declare -a profile_cmds=("start" "info" "stop")
- for cmd in ${profile_cmds[@]}; do
+ declare -a profile_cmds=("start" "info" "info peek" "info cumulative" "info clear" "info incremental peek" "stop")
+ for cmd in "${profile_cmds[@]}"; do
$CLI_1 volume profile $V0 $cmd
(( ret += $? ))
$CLI_1 volume profile $V0 $cmd --xml