autotest: re-fetch parms after loading

trying to debug an autotest issue
This commit is contained in:
Andrew Tridgell 2014-02-17 13:57:26 +11:00
parent 9282c8d0d9
commit 29c818ec6f
1 changed files with 2 additions and 0 deletions

View File

@ -436,6 +436,8 @@ def fly_ArduPlane(viewerip=None, map=False):
mavproxy.send("param load %s/ArduPlane.parm\n" % testdir) mavproxy.send("param load %s/ArduPlane.parm\n" % testdir)
mavproxy.expect('Loaded [0-9]+ parameters') mavproxy.expect('Loaded [0-9]+ parameters')
mavproxy.send("param fetch\n")
# restart with new parms # restart with new parms
util.pexpect_close(mavproxy) util.pexpect_close(mavproxy)
util.pexpect_close(sil) util.pexpect_close(sil)