diff options
Diffstat (limited to 'meta/classes/testimage.bbclass')
-rw-r--r-- | meta/classes/testimage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 6a43560422..b955fc1775 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -248,7 +248,7 @@ def testimage_main(d): | |||
248 | 248 | ||
249 | # the robot dance | 249 | # the robot dance |
250 | target = OERuntimeTestContextExecutor.getTarget( | 250 | target = OERuntimeTestContextExecutor.getTarget( |
251 | d.getVar("TEST_TARGET"), None, d.getVar("TEST_TARGET_IP"), | 251 | d.getVar("TEST_TARGET"), logger, d.getVar("TEST_TARGET_IP"), |
252 | d.getVar("TEST_SERVER_IP"), **target_kwargs) | 252 | d.getVar("TEST_SERVER_IP"), **target_kwargs) |
253 | 253 | ||
254 | # test context | 254 | # test context |