commit 6fb109c9ad1b57623729703eee47d5221183be2b Author: Arturo Filastò art@fuffa.org Date: Mon Jan 13 15:18:49 2014 +0100
Update the README section on running test decks to reflect the new decks --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md index f3551f8..cc54c17 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,39 @@ You will find all the installed decks inside of `/usr/share/ooni/decks`.
You may then run a deck by using the command line option `-i`:
+As root: ``` -ooniprobe -i /usr/share/decks/basic.deck +ooniprobe -i /usr/share/decks/mlab.deck +``` + +Or as a user: +``` +ooniprobe -i /usr/share/decks/mlab_no_root.deck +``` + +Or: + +As root: +``` +ooniprobe -i /usr/share/decks/complete.deck +``` + +Or as a user: +``` +ooniprobe -i /usr/share/decks/complete_no_root.deck +``` + +The above tests will require around 20-30 minutes to complete depending on your network speed. + +If you would prefer to run some faster tests you should run: +As root: +``` +ooniprobe -i /usr/share/decks/fast.deck +``` + +Or as a user: +``` +ooniprobe -i /usr/share/decks/fast_no_root.deck ```
### Running net tests