summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEdi Feschiyan <edi.feschiyan@konsulko.com>2020-09-02 08:52:52 +0000
committerEdi Feschiyan <edi.feschiyan@konsulko.com>2020-09-02 08:52:52 +0000
commit0f95c302bd2692d67c4f3f495fcdb3ecae90117a (patch)
tree12a1288ff2cd3f68a5648d30735636461e65fe45 /README.md
parent2d12d5adf7827828600396db491fc88c4ddba623 (diff)
parentf86056e7ee3cec7122cea2590d949f495883237e (diff)
Merge branch 'smurray/fixes' into 'master'
Updates to prepare for AGL CI use See merge request konsulko/internal/pyagl!2
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d81cf82..6f690e5 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,7 @@ Note that the tests have been labelled with `pytest` markers to allow selecting
When running tests on target, AGL_TGT_IP is not required, as the tests will assume the local host is the target.
Some specific tests are dependent on additional configuration via the following environment variables:
+* AGL_TEST_TIMEOUT - optional, over-ride the default 5 second timeout value for binding responses.
* AGL_AVAILABLE_INTERFACES - optional, specify which of ethernet, wifi, and bluetooth interfaces are available. The value is a comma separated list, with a default value of "ethernet,wifi,bluetooth".
* AGL_BTMAP_RECIPIENT - optional, when running Bluetooth MAP tests, this would be used as phone number to write text messages to.
* AGL_BTMAP_TEXT - optional, when running Bluetooth MAP tests, messages will be composed with this text.