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 c6e4cec426..366c6f5d7b 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -238,7 +238,7 @@ def testimage_main(d): | |||
238 | 238 | ||
239 | # the robot dance | 239 | # the robot dance |
240 | target = OERuntimeTestContextExecutor.getTarget( | 240 | target = OERuntimeTestContextExecutor.getTarget( |
241 | d.getVar("TEST_TARGET"), None, d.getVar("TEST_TARGET_IP"), | 241 | d.getVar("TEST_TARGET"), d.getVar("BBPATH"), None, d.getVar("TEST_TARGET_IP"), |
242 | d.getVar("TEST_SERVER_IP"), **target_kwargs) | 242 | d.getVar("TEST_SERVER_IP"), **target_kwargs) |
243 | 243 | ||
244 | # test context | 244 | # test context |