[yocto 3.1] adding custom testsdk script in own layer
Karthik Poduval
Hi All, We were trying to add a custom sdktest script as shown in example https://docs.yoctoproject.org/test-manual/intro.html#testsdk. The script gets invoked when placed in meta/lib/oeqa/sdk/cases/mysdktest.py However when placed under. <my layer>/lib/oeqa/sdk/cases/mysdktest.py It does not get invoked when running bitbake <my image> -c testsdk The testimage scripts do work when placed under <my layer>/lib/oeqa/runtime/cases/ as they are controlled by the TEST_SUITES variable. Kindly advise on how to proceed. -- Regards, Karthik Poduval
|
|