tree: 8c6d7f7481c9a449966dc17b10551aff38134c74 [path history] [tgz]
  1. .gitignore
  2. arc.Suspend.readclocks.c
  3. BUILD.gn
  4. Cargo.toml
  5. crash.Rust.panic.rs
  6. crash.Seccomp.brk.c
  7. cryptohome.SequentialConsistency.filewriter.cc
  8. dump_syms.py
  9. featured.FeatureLibrary.check.cc
  10. graphics.GBM.gbmtest.cc
  11. hardware.VerifyRemoteSleep.timersignal.c
  12. kernel.PerfCallgraph.graph.c
  13. metrics_rust_bindings.rs
  14. multivm.Lifecycle.allocate.c
  15. platform.UserCrash.crasher.bomb.cc
  16. platform.UserCrash.crasher.crasher.cc
  17. README.md
  18. security.AltSyscall.adjtimex.c
  19. security.AltSyscall.alt_syscall.c
  20. security.AltSyscall.clock_adjtime.c
  21. security.AltSyscall.mmap.c
  22. security.AltSyscall.read.c
  23. security.MemoryFileExecTelemetry.memfd_fexecve.c
  24. security.MemoryFileExecTelemetry.test_bin.c
  25. security.Minijail.bpfdeny.c
  26. security.Minijail.landlock_refer.c
  27. security.Minijail.landlock_walk.c
  28. security.Minijail.staticbashexec.c
  29. security.MinijailSeccomp.fail.c
  30. security.MinijailSeccomp.ok.c
  31. security.MinijailSeccomp.open.c
  32. security.PtraceProcess.sleeper.c
  33. security.PtraceThread.thread-prctl.c
helpers/local/README.md

This directory contains helper programs that are installed to test system images so they can be used by local Tast tests.

Source files' names should take the form category.TestName.prog.c. They are compiled to e.g. category.TestName.prog and installed to /usr/local/libexec/tast/helpers/local/cros in test system images. To install the files to the right directory, you need to run cros deploy ${DUT} --root=/usr/local chromeos-base/tast-local-helpers-cros.

Please do not add new files to this directory if you can avoid it. Spreading a test's logic across multiple locations makes it harder to understand and to modify.