mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
core-image-testmaster: Rename to core-image-testcontroller
Rename the image, the test controller class/code/module and the underlying image sentinel file to all match the controller terminology. (From OE-Core rev: f87b32833ac5327c4659ab8c06af34e7bda83f83) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -13,7 +13,7 @@ class SSHTest(OERuntimeTestCase):
|
||||
def test_ssh(self):
|
||||
(status, output) = self.target.run('uname -a')
|
||||
self.assertEqual(status, 0, msg='SSH Test failed: %s' % output)
|
||||
(status, output) = self.target.run('cat /etc/masterimage')
|
||||
msg = "This isn't the right image - /etc/masterimage " \
|
||||
(status, output) = self.target.run('cat /etc/controllerimage')
|
||||
msg = "This isn't the right image - /etc/controllerimage " \
|
||||
"shouldn't be here %s" % output
|
||||
self.assertEqual(status, 1, msg=msg)
|
||||
|
||||
Reference in New Issue
Block a user