summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMathias Hasselmann <mathias@openismus.com>2012-10-11 22:16:05 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2012-10-22 16:53:41 +0000
commitc0bf2395e4c2886757755d8d5f4fe1e8218c431c (patch)
treed622fd2ae1c5c1c6a70bbdb40fe3ffc21f2cc0e3 /doc
parent34ade4c38966a4c8d74525344e21dff1732a843d (diff)
downloadgrilo-c0bf2395e4c2886757755d8d5f4fe1e8218c431c.tar.gz
net: Permit unthrottled mock sessions.
Diffstat (limited to 'doc')
-rw-r--r--doc/grilo/plugins-testing.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/grilo/plugins-testing.xml b/doc/grilo/plugins-testing.xml
index 217157e..fb21052 100644
--- a/doc/grilo/plugins-testing.xml
+++ b/doc/grilo/plugins-testing.xml
@@ -107,6 +107,12 @@ $ export GRL_DEBUG="registry:*"
</para>
<para>
+ To enable mocking set the environment variable GRL_NET_MOCKED.
+ If that variable is set to the value "unthrottled", request throttling
+ is disabled too.
+ </para>
+
+ <para>
For configuring mock answers, a simple .ini file is used. The file is
split into a "default" section and one section per URL.
</para>