Settings

Theme

DTAP – super simple testing protocol for infrastructure testing

1 points by melezhik a month ago · 2 comments · 1 min read


DTAP - super simple testing protocol for infrastructure testing and audit

Write your tests/audit scripts in plain Bash with possible extension on many programming languages

https://github.com/melezhik/doubletap/blob/main/post.md

melezhikOP a month ago

The project web site is at http://doubletap.sparrowhub.io/

melezhikOP 24 days ago

file permission check using DTAP is easy:

On Mac OS:

stat -f %A README.md 2>&1 | dtap --box - --params perm=755 --check perm-ok --desc "readme perm 755"

On Linux just use stat -c "%a"

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection