metan-ucw / runltp-ng

Minimalistic LTP testrunner
11 stars 16 forks source link

Can't login to SUT without password while using ssh backend #43

Open bhargavdas opened 3 years ago

bhargavdas commented 3 years ago

While trying to execute test in SUT using ssh backend, if the SUT doesn't have a password runltp-ng is not able to login.

Here is my observation till now,

Summary: passed 1 failed 0 broken 0 skipped 0 warnings 0 Writing string '! [ -e /opt/ltp ]; echo cmd-exit-1-$?' Waiting for regexp '(?^:cmd-exit-1-\d+)' ssh: root@raspberrypi3-64:~# ! [ -e /opt/ltp ]; echo cmd-exit-1-$? ssh: cmd-exit-1-1 Cmd exit value 1 Writing string 'exit'



Am I missing something here or is this a bug?