summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/ioblocktest.exp
blob: 43c44f5e6efe5d4affbf3aac1d2f8bae4c4e8898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Test the functionality of the various ioblock probes.

load_lib "stap_run.exp"
set test "ioblocktest"

proc sleep_ten_secs {} {
    after 10000;
    return 0;
}

set output_string "\\mioblock*"
stap_run $srcdir/$subdir/$test.stp sleep_ten_secs $output_string