Skip to content

Commit

Permalink
Add test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Oct 3, 2023
1 parent b4fe6dc commit 71b9b14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions zeta/init
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

echo "tcrypt: starting tcrypt test execution"

sh /test-script.sh

mount proc /proc -t proc

echo o > /proc/sysrq-trigger

3 changes: 3 additions & 0 deletions zeta/test-script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

modprobe tcrypt mode=300 alg=sha256-generic sec=1

0 comments on commit 71b9b14

Please sign in to comment.