dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Execute tests in place when location is accessible on target


From: Maxim Kuvyrkov
Subject: [PATCH] Execute tests in place when location is accessible on target
Date: Thu, 5 Jun 2014 09:16:13 +1200

Hi,

This patch adds an optimization to DejaGnu's remote testing for case when 
testing directory is accessible from both host and target at the same location. 
 The sharing can be implemented via sshfs or NFS [*].

This optimization removes 3 ssh requests to target: one to copy the test, one 
to "chmod +x" it, and one to delete the test file.

[*] I heard reports that when not carefully configured, NFS mount on target 
might not be updated in time for arrival of the execution request.  Most likely 
NFS has to be mounted with "sync" option.

OK to apply?  (Though I don't know whether I have write permissions for 
DejaGnu.)

Thank you,

--
Maxim Kuvyrkov
www.linaro.org


Attachment: 0001-Execute-tests-in-place-when-location-is-accessible-o.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]