summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/devtool.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/devtool.py')
-rw-r--r--meta/lib/oeqa/selftest/devtool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py
index e5a2134132..036146425b 100644
--- a/meta/lib/oeqa/selftest/devtool.py
+++ b/meta/lib/oeqa/selftest/devtool.py
@@ -1025,7 +1025,7 @@ class DevtoolTests(DevtoolBase):
1025 result = runCmd('devtool deploy-target -n %s root@localhost' % testrecipe) 1025 result = runCmd('devtool deploy-target -n %s root@localhost' % testrecipe)
1026 self.assertIn(' %s' % testfile, result.output) 1026 self.assertIn(' %s' % testfile, result.output)
1027 # Boot the image 1027 # Boot the image
1028 with runqemu(testimage, self) as qemu: 1028 with runqemu(testimage) as qemu:
1029 # Now really test deploy-target 1029 # Now really test deploy-target
1030 result = runCmd('devtool deploy-target -c %s root@%s' % (testrecipe, qemu.ip)) 1030 result = runCmd('devtool deploy-target -c %s root@%s' % (testrecipe, qemu.ip))
1031 # Run a test command to see if it was installed properly 1031 # Run a test command to see if it was installed properly