mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
selftest/runtime_test: Use testexport in IMAGE_CLASSES, not globally
testexport doesn't make sense outside the scope of SDKs and images so use via IMAGE_CLASSES instead of in the global scope. (From OE-Core rev: ffa7556ae58dd4d806bf1881f5e208d16a64b833) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -23,7 +23,7 @@ class TestExport(OESelftestTestCase):
|
||||
Author: Mariano Lopez <mariano.lopez@intel.com>
|
||||
"""
|
||||
|
||||
features = 'INHERIT += "testexport"\n'
|
||||
features = 'IMAGE_CLASSES += "testexport"\n'
|
||||
# These aren't the actual IP addresses but testexport class needs something defined
|
||||
features += 'TEST_SERVER_IP = "192.168.7.1"\n'
|
||||
features += 'TEST_TARGET_IP = "192.168.7.1"\n'
|
||||
@@ -64,7 +64,7 @@ class TestExport(OESelftestTestCase):
|
||||
Author: Mariano Lopez <mariano.lopez@intel.com>
|
||||
"""
|
||||
|
||||
features = 'INHERIT += "testexport"\n'
|
||||
features = 'IMAGE_CLASSES += "testexport"\n'
|
||||
# These aren't the actual IP addresses but testexport class needs something defined
|
||||
features += 'TEST_SERVER_IP = "192.168.7.1"\n'
|
||||
features += 'TEST_TARGET_IP = "192.168.7.1"\n'
|
||||
|
||||
Reference in New Issue
Block a user