[OE-core] [PATCHv2 2/2] oeqa/selftest/prservice: Added new tc: check pr-server stop msg

2016-02-15 Thread Francisco Pedraza
When stopping the prserver using localhost as host, it tries to find a file '/tmp/PRServer_127.0.0.1_8585.pid' which is not present on the system. fix for [YOCTO #8258] Signed-off-by: Francisco Pedraza --- meta/lib/oeqa/selftest/prservice.py | 15 ++- 1 file changed, 14 insertions(+

Re: [OE-core] [PATCHv2 2/2] oeqa/selftest/prservice: Added new tc: check pr-server stop msg

2016-02-15 Thread Benjamin Esquivel
Hi Paco, good to see you doing patches. Please check my comments below. On Mon, 2016-02-15 at 13:10 -0600, Francisco Pedraza wrote: > When stopping the prserver using localhost as host, it tries to > find a file '/tmp/PRServer_127.0.0.1_8585.pid' which is not > present on the system. > > fix for