diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-11-09 21:17:51 +0100 |
---|---|---|
committer | pespin <pespin@sysmocom.de> | 2020-11-11 11:38:35 +0000 |
commit | 600c799ee05757083636ccf1f9507748c0dea283 (patch) | |
tree | 482b90d618cc5a03c33c149caa3ee9e5afd3abfd /doc | |
parent | 998be6574b261259b2db35a4784f508c20be8314 (diff) |
resource: Support waiting for reserved resources until available
Before this patch, almost everything was in place to support concurrent
osmo-gsm-tester instances sharing a common state dir. However, during
resource reservation, if the reservation couldn't be done due to too
many resources being in use, osmo-gsm-tester would fail and skip the
test suite.
With this patch, OGT will wait until some reserved resources are
released and then try requesting the reservation again.
Change-Id: I938602ee890712fda82fd3f812d8edb1bcd05e08
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manuals/chapters/install.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manuals/chapters/install.adoc b/doc/manuals/chapters/install.adoc index 0e48e9d..c94c596 100644 --- a/doc/manuals/chapters/install.adoc +++ b/doc/manuals/chapters/install.adoc @@ -340,6 +340,7 @@ apt-get install \ python3-yaml \ python3-mako \ python3-gi \ + python3-watchdog \ locales ---- |