aboutsummaryrefslogtreecommitdiffstats
path: root/test_exmachina.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_exmachina.py')
-rwxr-xr-xtest_exmachina.py14
1 files changed, 13 insertions, 1 deletions
diff --git a/test_exmachina.py b/test_exmachina.py
index 6c2a97d..86c71bf 100755
--- a/test_exmachina.py
+++ b/test_exmachina.py
@@ -1,10 +1,22 @@
#!/usr/bin/env python
"""
-To use with secret keys, do:
+This file tests the "client side" of the exmachina layer.
+To use with secret keys, do the following in seperate terminals:
+
+ $ echo "<key>" | ./exmachina.py -vk
$ echo "<key>" | ./test.py -k
+To use without, do the following in seperate terminals:
+
+ $ echo "<key>" | ./exmachina.py -vk
+ $ echo "<key>" | ./test.py -k
+
+Use the init_test.sh script to test shared key passing and privilage seperation
+at the same time:
+
+ $ sudo ./init_test.sh
"""
import sys