diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/runtime_test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 70fff6c654..0e63e73b62 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
| @@ -23,7 +23,7 @@ class TestExport(OESelftestTestCase): | |||
| 23 | Author: Mariano Lopez <mariano.lopez@intel.com> | 23 | Author: Mariano Lopez <mariano.lopez@intel.com> |
| 24 | """ | 24 | """ |
| 25 | 25 | ||
| 26 | features = 'INHERIT += "testexport"\n' | 26 | features = 'IMAGE_CLASSES += "testexport"\n' |
| 27 | # These aren't the actual IP addresses but testexport class needs something defined | 27 | # These aren't the actual IP addresses but testexport class needs something defined |
| 28 | features += 'TEST_SERVER_IP = "192.168.7.1"\n' | 28 | features += 'TEST_SERVER_IP = "192.168.7.1"\n' |
| 29 | features += 'TEST_TARGET_IP = "192.168.7.1"\n' | 29 | features += 'TEST_TARGET_IP = "192.168.7.1"\n' |
| @@ -64,7 +64,7 @@ class TestExport(OESelftestTestCase): | |||
| 64 | Author: Mariano Lopez <mariano.lopez@intel.com> | 64 | Author: Mariano Lopez <mariano.lopez@intel.com> |
| 65 | """ | 65 | """ |
| 66 | 66 | ||
| 67 | features = 'INHERIT += "testexport"\n' | 67 | features = 'IMAGE_CLASSES += "testexport"\n' |
| 68 | # These aren't the actual IP addresses but testexport class needs something defined | 68 | # These aren't the actual IP addresses but testexport class needs something defined |
| 69 | features += 'TEST_SERVER_IP = "192.168.7.1"\n' | 69 | features += 'TEST_SERVER_IP = "192.168.7.1"\n' |
| 70 | features += 'TEST_TARGET_IP = "192.168.7.1"\n' | 70 | features += 'TEST_TARGET_IP = "192.168.7.1"\n' |
