summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r--meta/lib/oeqa/selftest/cases/devtool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py
index 87e71632ab..5febdde28e 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -1323,7 +1323,7 @@ class DevtoolExtractTests(DevtoolBase):
1323 # Now really test deploy-target 1323 # Now really test deploy-target
1324 result = runCmd('devtool deploy-target -c %s root@%s' % (testrecipe, qemu.ip)) 1324 result = runCmd('devtool deploy-target -c %s root@%s' % (testrecipe, qemu.ip))
1325 # Run a test command to see if it was installed properly 1325 # Run a test command to see if it was installed properly
1326 sshargs = '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' 1326 sshargs = '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o HostKeyAlgorithms=+ssh-rsa'
1327 result = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, testcommand)) 1327 result = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, testcommand))
1328 # Check if it deployed all of the files with the right ownership/perms 1328 # Check if it deployed all of the files with the right ownership/perms
1329 # First look on the host - need to do this under pseudo to get the correct ownership/perms 1329 # First look on the host - need to do this under pseudo to get the correct ownership/perms