diff options
author | Vincenzo Maffione <v.maffione@gmail.com> | 2017-11-09 11:57:32 +0100 |
---|---|---|
committer | Vincenzo Maffione <v.maffione@gmail.com> | 2017-11-09 11:57:32 +0100 |
commit | bdbd3cbca39de69df0746358b0ac21ed57ba287a (patch) | |
tree | 2a6229b7852db238c74a0a8f12ccb35714efa6da | |
parent | 2645454d945c5d4a22011a87916b42a8d454b0dc (diff) | |
download | rumba-bdbd3cbca39de69df0746358b0ac21ed57ba287a.tar.gz rumba-bdbd3cbca39de69df0746358b0ac21ed57ba287a.zip |
prototypes: rlite: use the retry version of enrollment command
This is useful if enrollment fails because of packet loss.
-rw-r--r-- | rumba/prototypes/rlite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/prototypes/rlite.py b/rumba/prototypes/rlite.py index 6d28432..f0e67af 100644 --- a/rumba/prototypes/rlite.py +++ b/rumba/prototypes/rlite.py @@ -124,7 +124,7 @@ class Experiment(mod.Experiment): 'lower_dif': e['lower_dif'].name, 'enroller': e['enroller'].name } - cmd = "rlite-ctl ipcp-enroll %(enrollee)s %(dif)s "\ + cmd = "rlite-ctl ipcp-enroll-retry %(enrollee)s %(dif)s "\ "%(lower_dif)s %(enroller)s" % d cmds = [cmd] self.may_sudo(cmds) |