diff options
| -rw-r--r-- | integrationtests/sched_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrationtests/sched_test.go b/integrationtests/sched_test.go index 74cd545..204db5a 100644 --- a/integrationtests/sched_test.go +++ b/integrationtests/sched_test.go @@ -35,5 +35,6 @@ func TestSchedBasic(t *testing.T) { {Tracepoint: "enter_sched_getaffinity", Comm: "ioworkload", MinCount: 1}, {Tracepoint: "enter_sched_getscheduler", Comm: "ioworkload", MinCount: 1}, {Tracepoint: "enter_sched_getparam", Comm: "ioworkload", MinCount: 1}, + {Tracepoint: "enter_sched_rr_get_interval", Comm: "ioworkload", MinCount: 1}, }) } |
