summaryrefslogtreecommitdiff
path: root/integrationtests/dir_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-23 10:34:37 +0200
committerPaul Buetow <paul@buetow.org>2026-02-23 10:34:37 +0200
commita1eb580aa5b80e913dc722ccf97e42c6987152e8 (patch)
tree845b3da7d8d6a0d11e28dea1b82bbf39e0e401b4 /integrationtests/dir_test.go
parent9e7b820cfacb50299720b9d391de907d6f3fbdec (diff)
Add getcwd tracing support and stabilize comm propagation test
Diffstat (limited to 'integrationtests/dir_test.go')
-rw-r--r--integrationtests/dir_test.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/integrationtests/dir_test.go b/integrationtests/dir_test.go
index 585f03f..d759abd 100644
--- a/integrationtests/dir_test.go
+++ b/integrationtests/dir_test.go
@@ -35,6 +35,17 @@ func TestDirChdir(t *testing.T) {
})
}
+func TestDirGetcwd(t *testing.T) {
+ runScenario(t, "dir-getcwd", []ExpectedEvent{
+ {
+ PathContains: "dir-getcwd",
+ Tracepoint: "enter_getcwd",
+ Comm: "ioworkload",
+ MinCount: 1,
+ },
+ })
+}
+
func TestDirGetdents(t *testing.T) {
runScenario(t, "dir-getdents", []ExpectedEvent{
{